Skip to content
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
13 changes: 5 additions & 8 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@
# 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.3:
name: Graphics repo nightly on 6000.3
variables:
CUSTOM_REVISION: 'trunk'
CUSTOM_REVISION: '6000.3/staging'
TEST_FILTER: .*
UTR_VERSION: "current"
triggers:
recurring:
- branch: master
frequency: 23 ? * 7 # At 11pm every Saturday
frequency: weekly
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.3
rerun: always
18 changes: 9 additions & 9 deletions .yamato/_editor_priming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

---

editor:priming:trunk:Win:
name: '[trunk,Win] Editor priming'
editor:priming:6000.3:Win:
name: '[6000.3,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.3/staging'
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 +51,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.3:OSX:
name: '[6000.3,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.3/staging'
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 +97,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.3:Linux:
name: '[6000.3,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.3/staging'
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
113 changes: 0 additions & 113 deletions .yamato/_postprocessing_publish.yml

This file was deleted.

Loading