Skip to content

Commit 828256b

Browse files
authored
[6.0] Set up yamato pipelines (#8105)
Set up yamato pipelines
1 parent e42df45 commit 828256b

10 files changed

Lines changed: 112 additions & 755 deletions

.yamato/_abv.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
2-
# This file is generated by ant_yaml_generation package, don't edit this file manually.
3-
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).
4-
5-
6-
---
7-
8-
graphics_repo_nightly_trunk:
9-
name: Graphics repo nightly on trunk on trunk
1+
graphics_repo_nightly_6000.0:
2+
name: Graphics repo nightly on 6000.0 on 6000.0
103
variables:
11-
CUSTOM_REVISION: 'trunk'
4+
CUSTOM_REVISION: '6000.0'
125
TEST_FILTER: .*
136
UTR_VERSION: "current"
147
triggers:
158
recurring:
16-
- branch: master
9+
- branch: 6000.0/staging
1710
frequency: 23 ? * 7 # At 11pm every Saturday
1811
dependencies:
19-
- path: .yamato/_templates.yml#all_template_ci_trunk
20-
rerun: always
21-
- path: .yamato/all-postprocessing.yml#PostProcessing_trunk
12+
- path: .yamato/_templates.yml#all_template_ci_6000.0
2213
rerun: always

.yamato/_editor_priming.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
2-
# This file is generated by ant_yaml_generation package, don't edit this file manually.
3-
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).
4-
5-
6-
---
7-
8-
editor:priming:trunk:Win:
9-
name: '[trunk,Win] Editor priming'
1+
editor:priming:6000.0:Win:
2+
name: '[6000.0,Win] Editor priming'
103
agent:
114
type: Unity::VM
125
image: package-ci/ubuntu-22.04:v4
136
flavor: b1.small
147
skip_checkout: true
158
variables:
16-
CUSTOM_REVISION: 'trunk'
9+
CUSTOM_REVISION: '6000.0'
1710
DISPLAY: ":0"
1811
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
1912
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
@@ -51,15 +44,15 @@ editor:priming:test_min_editor:Win:
5144
unity_revision.zip:
5245
paths:
5346
- "unity_revision.txt"
54-
editor:priming:trunk:OSX:
55-
name: '[trunk,OSX] Editor priming'
47+
editor:priming:6000.0:OSX:
48+
name: '[6000.0,OSX] Editor priming'
5649
agent:
5750
type: Unity::VM
5851
image: package-ci/ubuntu-22.04:v4
5952
flavor: b1.small
6053
skip_checkout: true
6154
variables:
62-
CUSTOM_REVISION: 'trunk'
55+
CUSTOM_REVISION: '6000.0'
6356
DISPLAY: ":0"
6457
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
6558
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
@@ -97,15 +90,15 @@ editor:priming:test_min_editor:OSX:
9790
unity_revision.zip:
9891
paths:
9992
- "unity_revision.txt"
100-
editor:priming:trunk:Linux:
101-
name: '[trunk,Linux] Editor priming'
93+
editor:priming:6000.0:Linux:
94+
name: '[6000.0,Linux] Editor priming'
10295
agent:
10396
type: Unity::VM
10497
image: package-ci/ubuntu-22.04:v4
10598
flavor: b1.small
10699
skip_checkout: true
107100
variables:
108-
CUSTOM_REVISION: 'trunk'
101+
CUSTOM_REVISION: '6000.0'
109102
DISPLAY: ":0"
110103
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
111104
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates

.yamato/_postprocessing_publish.yml

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

0 commit comments

Comments
 (0)