Skip to content

Commit

Permalink
Set up yamato pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
theopnv committed Oct 16, 2024
1 parent e42df45 commit 08805f2
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 755 deletions.
19 changes: 5 additions & 14 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@

# This file is generated by ant_yaml_generation package, don't edit this file manually.
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).


---

graphics_repo_nightly_trunk:
name: Graphics repo nightly on trunk on trunk
graphics_repo_nightly_6000.0:
name: Graphics repo nightly on 6000.0 on 6000.0
variables:
CUSTOM_REVISION: 'trunk'
CUSTOM_REVISION: '6000.0'
TEST_FILTER: .*
UTR_VERSION: "current"
triggers:
recurring:
- branch: master
- branch: 6000.0/staging
frequency: 23 ? * 7 # At 11pm every Saturday
dependencies:
- path: .yamato/_templates.yml#all_template_ci_trunk
rerun: always
- path: .yamato/all-postprocessing.yml#PostProcessing_trunk
- path: .yamato/_templates.yml#all_template_ci_6000.0
rerun: always
25 changes: 9 additions & 16 deletions .yamato/_editor_priming.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@

# This file is generated by ant_yaml_generation package, don't edit this file manually.
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).


---

editor:priming:trunk:Win:
name: '[trunk,Win] Editor priming'
editor:priming:6000.0:Win:
name: '[6000.0,Win] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
skip_checkout: true
variables:
CUSTOM_REVISION: 'trunk'
CUSTOM_REVISION: '6000.0'
DISPLAY: ":0"
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
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand Down Expand Up @@ -51,15 +44,15 @@ editor:priming:test_min_editor:Win:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:OSX:
name: '[trunk,OSX] Editor priming'
editor:priming:6000.0:OSX:
name: '[6000.0,OSX] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
skip_checkout: true
variables:
CUSTOM_REVISION: 'trunk'
CUSTOM_REVISION: '6000.0'
DISPLAY: ":0"
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
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand Down Expand Up @@ -97,15 +90,15 @@ editor:priming:test_min_editor:OSX:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:Linux:
name: '[trunk,Linux] Editor priming'
editor:priming:6000.0:Linux:
name: '[6000.0,Linux] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
skip_checkout: true
variables:
CUSTOM_REVISION: 'trunk'
CUSTOM_REVISION: '6000.0'
DISPLAY: ":0"
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
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand Down
111 changes: 0 additions & 111 deletions .yamato/_postprocessing_publish.yml

This file was deleted.

Loading

0 comments on commit 08805f2

Please sign in to comment.