Skip to content

Commit 2627233

Browse files
author
Théo Penavaire
authored
Deactivate auto triggers for yamato (#4351)
* Deactivate expression_triggers * Apply changes to yml * Deactivate pack & test all trigger * Avoid formatting diff
1 parent 6df010f commit 2627233

23 files changed

+65
-67
lines changed

.yamato/_abv.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ all_project_ci_trunk:
2323
rerun: on_new_revision
2424
- path: .yamato/_projectcontext.yml#all_package_ci_project_trunk
2525
rerun: on_new_revision
26-
triggers:
27-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.core/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
2826
all_project_ci_nightly_trunk:
2927
name: _Nightly ABV against trunk
3028
dependencies:

.yamato/_editor_priming.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ editor:priming:CUSTOM-REVISION:XRQuest:
205205
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
206206
CUSTOM_REVISION: custom_revision_not_set
207207
commands:
208+
- sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}*
208209
- curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add -
209210
- sudo sh -c "echo 'deb https://artifactory.prd.it.unity3d.com/artifactory/unity-apt-local bionic main' > /etc/apt/sources.list.d/unity.list"
210211
- sudo apt update
@@ -225,6 +226,7 @@ editor:priming:test_min_editor:XRQuest:
225226
DISPLAY: ":0"
226227
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
227228
commands:
229+
- sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}*
228230
- curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add -
229231
- sudo sh -c "echo 'deb https://artifactory.prd.it.unity3d.com/artifactory/unity-apt-local bionic main' > /etc/apt/sources.list.d/unity.list"
230232
- sudo apt update

.yamato/_projectcontext.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ all_package_ci_project_trunk:
346346
- .yamato/_projectcontext.yml#test_all_project_Win_min_editor
347347
- .yamato/_projectcontext.yml#test_all_project_OSX_trunk
348348
- .yamato/_projectcontext.yml#test_all_project_OSX_min_editor
349-
triggers:
350-
expression: pull_request.target eq "master" AND NOT pull_request.draft
351349
commands:
352350
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
353351
- upm-ci package izon -t

.yamato/all-hdrp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ PR_HDRP_trunk:
3333
rerun: on_new_revision
3434
- path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_trunk
3535
rerun: on_new_revision
36-
triggers:
37-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
3836
variables:
3937
UTR_VERSION: "current"
4038
TEST_FILTER: .*

.yamato/all-postprocessing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ PR_PostProcessing_trunk:
2727
rerun: on_new_revision
2828
- path: .yamato/postprocessing-linux-vulkan.yml#PostProcessing_Linux_Vulkan_playmode_cache_mono_Linear_trunk
2929
rerun: on_new_revision
30-
triggers:
31-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.postprocessing/**/*", "TestProjects/PostProcessing_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
3230
variables:
3331
UTR_VERSION: "current"
3432
TEST_FILTER: .*

.yamato/all-shadergraph.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ PR_ShaderGraph_trunk:
2323
rerun: on_new_revision
2424
- path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_trunk
2525
rerun: on_new_revision
26-
triggers:
27-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
2826
variables:
2927
UTR_VERSION: "current"
3028
TEST_FILTER: .*

.yamato/all-smoke_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ PR_Smoke_Test_trunk:
1717
rerun: on_new_revision
1818
- path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_Standalone_mono_Linear_trunk
1919
rerun: on_new_revision
20-
triggers:
21-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["TestProjects/SRP_SmokeTest/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
2220
variables:
2321
UTR_VERSION: "current"
2422
TEST_FILTER: .*

.yamato/all-universal_split.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ PR_Universal_Split_trunk:
2929
rerun: on_new_revision
3030
- path: .yamato/all-urpupdate.yml#PR_URPUpdate_trunk
3131
rerun: on_new_revision
32-
triggers:
33-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest_*/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
3432
variables:
3533
UTR_VERSION: "current"
3634
TEST_FILTER: .*

.yamato/all-urp_performance_boatattack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Nightly_URP_Performance_BoatAttack_trunk:
5555
dependencies:
5656
- path: .yamato/urp_performance_boatattack-xrquest-opengles3.yml#URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_il2cpp_Linear_trunk
5757
rerun: on_new_revision
58+
- path: .yamato/urp_performance_boatattack-xrquest-vulkan.yml#URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2cpp_Linear_trunk
59+
rerun: on_new_revision
5860
- path: .yamato/all-urp_performance_boatattack.yml#PR_URP_Performance_BoatAttack_trunk
5961
rerun: on_new_revision
6062
variables:
@@ -110,6 +112,8 @@ Nightly_URP_Performance_BoatAttack_CUSTOM-REVISION:
110112
dependencies:
111113
- path: .yamato/urp_performance_boatattack-xrquest-opengles3.yml#URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_il2cpp_Linear_CUSTOM-REVISION
112114
rerun: on_new_revision
115+
- path: .yamato/urp_performance_boatattack-xrquest-vulkan.yml#URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2cpp_Linear_CUSTOM-REVISION
116+
rerun: on_new_revision
113117
- path: .yamato/all-urp_performance_boatattack.yml#PR_URP_Performance_BoatAttack_CUSTOM-REVISION
114118
rerun: on_new_revision
115119
variables:

.yamato/all-vfx_hdrp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ PR_VFX_HDRP_trunk:
1717
rerun: on_new_revision
1818
- path: .yamato/vfx_hdrp-win-dx12.yml#VFX_HDRP_Win_DX12_Standalone_cache_mono_Linear_trunk
1919
rerun: on_new_revision
20-
triggers:
21-
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]
2220
variables:
2321
UTR_VERSION: "current"
2422
TEST_FILTER: .*

0 commit comments

Comments
 (0)