Skip to content

Commit a6e7310

Browse files
committed
Update Yamato scripts to target 6000.2
1 parent d0333fc commit a6e7310

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.yamato/Collate Builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ triggers:
2121
pull_requests:
2222
- targets:
2323
only:
24-
- "unity-6000.1-mbe"
24+
- "unity-6000.2-mbe"
2525
branches:
2626
only:
27-
- "unity-6000.1-mbe"
27+
- "unity-6000.2-mbe"
2828
cancel_old_ci: true
2929
recurring:
30-
- branch: unity-6000.1-mbe
30+
- branch: unity-6000.2-mbe
3131
frequency: daily # Should run between midnight and 6AM UTC
3232

3333
artifacts:

.yamato/Run IL2CPP Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ agent:
1111
flavor: b1.xlarge
1212

1313
variables:
14-
BACKPORT_BRANCH: "6000.1"
14+
BACKPORT_BRANCH: "6000.2"
1515

1616
dependencies:
1717
- .yamato/Publish To Stevedore.yml
@@ -20,7 +20,7 @@ triggers:
2020
pull_requests:
2121
- targets:
2222
only:
23-
- "unity-6000.1-mbe"
23+
- "unity-6000.2-mbe"
2424

2525
# YAMATO_SOURCE_DIR=C:\build\output\Unity-Technologies\mono (mono repo checkout) - all command steps start in here
2626
# YAMATO_WORK_DIR=C:\build\output

.yamato/Update Il2cpp-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ agent:
55
flavor: b1.xlarge
66
variables:
77
MONO_REV: "latest"
8-
BACKPORT_BRANCH: "6000.1"
8+
BACKPORT_BRANCH: "6000.2"
99
dependencies:
1010
- .yamato/Publish To Stevedore.yml
1111
commands:

0 commit comments

Comments
 (0)