Skip to content

Commit 91a1021

Browse files
committed
6.3 brach off
1 parent 563e251 commit 91a1021

10 files changed

+80
-705
lines changed

.yamato/_abv.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
# This file is generated by ant_yaml_generation package, don't edit this file manually.
33
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).
44

5-
65
---
76

8-
graphics_repo_nightly_trunk:
9-
name: Graphics repo nightly on trunk on trunk
7+
graphics_repo_nightly_6000.3:
8+
name: Graphics repo nightly on 6000.3
109
variables:
11-
CUSTOM_REVISION: 'trunk'
10+
CUSTOM_REVISION: '6000.3/staging'
1211
TEST_FILTER: .*
1312
UTR_VERSION: "current"
1413
triggers:
1514
recurring:
1615
- branch: master
17-
frequency: 23 ? * 7 # At 11pm every Saturday
16+
frequency: weekly
1817
dependencies:
19-
- path: .yamato/_templates.yml#all_template_ci_trunk
20-
rerun: always
21-
- path: .yamato/all-postprocessing.yml#PostProcessing_trunk
18+
- path: .yamato/_templates.yml#all_template_ci_6000.3
2219
rerun: always

.yamato/_editor_priming.yml

Lines changed: 9 additions & 9 deletions
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.3:Win:
9+
name: '[6000.3,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.3/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.3:OSX:
55+
name: '[6000.3,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.3/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.3:Linux:
101+
name: '[6000.3,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.3/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

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)