Skip to content

Commit 6a4b780

Browse files
authored
6000.1 branchoff (#8119)
* Update yamato pipelines * Revert unintended change * Turn nightly into weekly * Tryfix template errors * Bump hdrp-blank (missed in previous PR) * Bump exception file
1 parent 0df3531 commit 6a4b780

File tree

14 files changed

+115
-739
lines changed

14 files changed

+115
-739
lines changed

.yamato/_abv.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55

66
---
77

8-
graphics_repo_nightly_trunk:
9-
name: Graphics repo nightly on trunk on trunk
8+
graphics_repo_weekly_6000.1:
9+
name: Graphics repo weekly on 6000.1 on 6000.1
1010
variables:
11-
CUSTOM_REVISION: 'trunk'
11+
CUSTOM_REVISION: '6000.1/staging'
1212
TEST_FILTER: .*
1313
UTR_VERSION: "current"
1414
triggers:
1515
recurring:
1616
- branch: master
17-
frequency: 23 ? * 7 # At 11pm every Saturday
17+
frequency: weekly
1818
dependencies:
19-
- path: .yamato/_templates.yml#all_template_ci_trunk
20-
rerun: always
21-
- path: .yamato/all-postprocessing.yml#PostProcessing_trunk
19+
- path: .yamato/_templates.yml#all_template_ci_6000.1
2220
rerun: always

.yamato/_editor_priming.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
---
77

8-
editor:priming:trunk:Win:
9-
name: '[trunk,Win] Editor priming'
8+
editor:priming:6000.1:Win:
9+
name: '[6000.1,Win] Editor priming'
1010
agent:
1111
type: Unity::VM
1212
image: package-ci/ubuntu-22.04:v4
1313
flavor: b1.small
1414
skip_checkout: true
1515
variables:
16-
CUSTOM_REVISION: 'trunk'
16+
CUSTOM_REVISION: '6000.1/staging'
1717
DISPLAY: ":0"
1818
PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin
1919
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
@@ -51,15 +51,15 @@ editor:priming:test_min_editor:Win:
5151
unity_revision.zip:
5252
paths:
5353
- "unity_revision.txt"
54-
editor:priming:trunk:OSX:
55-
name: '[trunk,OSX] Editor priming'
54+
editor:priming:6000.1:OSX:
55+
name: '[6000.1,OSX] Editor priming'
5656
agent:
5757
type: Unity::VM
5858
image: package-ci/ubuntu-22.04:v4
5959
flavor: b1.small
6060
skip_checkout: true
6161
variables:
62-
CUSTOM_REVISION: 'trunk'
62+
CUSTOM_REVISION: '6000.1/staging'
6363
DISPLAY: ":0"
6464
PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin
6565
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
@@ -97,15 +97,15 @@ editor:priming:test_min_editor:OSX:
9797
unity_revision.zip:
9898
paths:
9999
- "unity_revision.txt"
100-
editor:priming:trunk:Linux:
101-
name: '[trunk,Linux] Editor priming'
100+
editor:priming:6000.1:Linux:
101+
name: '[6000.1,Linux] Editor priming'
102102
agent:
103103
type: Unity::VM
104104
image: package-ci/ubuntu-22.04:v4
105105
flavor: b1.small
106106
skip_checkout: true
107107
variables:
108-
CUSTOM_REVISION: 'trunk'
108+
CUSTOM_REVISION: '6000.1/staging'
109109
DISPLAY: ":0"
110110
PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin
111111
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates

.yamato/_postprocessing_publish.yml

-111
This file was deleted.

0 commit comments

Comments
 (0)