Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0] Set up yamato pipelines #8105

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading