From 4c3ca4b379e82e7a44f771c1287ec0aca2edae2f Mon Sep 17 00:00:00 2001 From: ashwini Date: Thu, 10 Dec 2020 12:54:45 -0800 Subject: [PATCH] Update branch name --- .yamato/Collate Builds.yml | 4 ++-- .yamato/Update Unity.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.yamato/Collate Builds.yml b/.yamato/Collate Builds.yml index 8ab0dee51c6..eb2d1f43160 100644 --- a/.yamato/Collate Builds.yml +++ b/.yamato/Collate Builds.yml @@ -21,10 +21,10 @@ triggers: pull_requests: - targets: only: - - "unity-master" + - "unity-2021.1-mbe" cancel_old_ci: true recurring: - - branch: unity-master + - branch: unity-2021.1-mbe frequency: daily # Should run between midnight and 6AM UTC artifacts: diff --git a/.yamato/Update Unity.yml b/.yamato/Update Unity.yml index bfa5ba23f13..ac7dd6d7cc3 100644 --- a/.yamato/Update Unity.yml +++ b/.yamato/Update Unity.yml @@ -24,6 +24,6 @@ commands: ) cd %YAMATO_SOURCE_DIR% py -m pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - py prtools/katana-ci/katana_launcher.py --verbose --dontwait --project="proj0-ABuildVerification" --repo=unity --branch=scripting/mbe/staging --user="ashwini ashwini@unity3d.com" + py prtools/katana-ci/katana_launcher.py --verbose --dontwait --project="proj0-ABuildVerification" --repo=unity --branch=2021.1/mbe/staging --user="ashwini ashwini@unity3d.com" timeout: 1 -- GitLab