Skip to content

Commit b4b1ced

Browse files
authored
Update triggers. (#5362)
1 parent 58e5cbc commit b4b1ced

9 files changed

+9
-9
lines changed

.yamato/com.unity.ml-agents-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_coverage_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
2626
{% if platform.name == "linux" %}
2727
expression: |
2828
(pull_request.target eq "main" OR
29-
pull_request.target match "release.+") AND
29+
pull_request.target match "2.0-verified.*") AND
3030
NOT pull_request.draft AND
3131
(pull_request.changes.any match "com.unity.ml-agents/**" OR
3232
pull_request.changes.any match " {{ editor.testProject }}/**" OR

.yamato/com.unity.ml-agents-optional-dep-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OptionalDependencyTests_{{ optional_dep.name }}:
5757
cancel_old_ci: true
5858
expression: |
5959
(pull_request.target eq "main" OR
60-
pull_request.target match "release.+") AND
60+
pull_request.target match "2.0-verified.*") AND
6161
NOT pull_request.draft AND
6262
(pull_request.changes.any match "com.unity.ml-agents/**" OR
6363
pull_request.changes.any match ".yamato/com.unity.ml-agents-optional-dep-tests.yml")

.yamato/com.unity.ml-agents-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
102102
{% if platform.name == "linux" %}
103103
expression: |
104104
(pull_request.target eq "main" OR
105-
pull_request.target match "release.+") AND
105+
pull_request.target match "2.0-verified.*") AND
106106
NOT pull_request.draft AND
107107
(pull_request.changes.any match "com.unity.ml-agents/**" OR
108108
pull_request.changes.any match " {{ editor.testProject }}/**" OR

.yamato/compressed-sensor-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_compressed_obs_{{ editor.version }}:
2424
{% if editor.extra_test == "sensor" %}
2525
expression: |
2626
(pull_request.target eq "main" OR
27-
pull_request.target match "release.+") AND
27+
pull_request.target match "2.0-verified.*") AND
2828
NOT pull_request.draft AND
2929
(pull_request.changes.any match "com.unity.ml-agents/**" OR
3030
pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR

.yamato/gym-interface-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_gym_interface_{{ editor.version }}:
2424
{% if editor.extra_test == "gym" %}
2525
expression: |
2626
(pull_request.target eq "main" OR
27-
pull_request.target match "release.+") AND
27+
pull_request.target match "2.0-verified.*") AND
2828
NOT pull_request.draft AND
2929
(pull_request.changes.any match "com.unity.ml-agents/**" OR
3030
pull_request.changes.any match "Project/**" OR

.yamato/protobuf-generation-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test_linux_protobuf_generation:
2929
cancel_old_ci: true
3030
expression: |
3131
(pull_request.target eq "main" OR
32-
pull_request.target match "release.+") AND
32+
pull_request.target match "2.0-verified.*") AND
3333
NOT pull_request.draft AND
3434
(pull_request.changes.any match "protobuf-definitions/**" OR
3535
pull_request.changes.any match "com.unity.ml-agents/Runtime/Grpc/CommunicatorObjects/**" OR

.yamato/python-ll-api-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_linux_ll_api_{{ editor.version }}:
2626
{% if editor.extra_test == "llapi" %}
2727
expression: |
2828
(pull_request.target eq "main" OR
29-
pull_request.target match "release.+") AND
29+
pull_request.target match "2.0-verified.*") AND
3030
NOT pull_request.draft AND
3131
(pull_request.changes.any match "com.unity.ml-agents/**" OR
3232
pull_request.changes.any match "Project/**" OR

.yamato/standalone-build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test_linux_standalone_{{ editor.version }}:
2323
cancel_old_ci: true
2424
expression: |
2525
(pull_request.target eq "main" OR
26-
pull_request.target match "release.+") AND
26+
pull_request.target match "2.0-verified.*") AND
2727
NOT pull_request.draft AND
2828
(pull_request.changes.any match "com.unity.ml-agents/**" OR
2929
pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR

.yamato/training-int-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test_linux_training_int_{{ editor.version }}:
2121
cancel_old_ci: true
2222
expression: |
2323
(pull_request.target eq "main" OR
24-
pull_request.target match "release.+") AND
24+
pull_request.target match "2.0-verified.*") AND
2525
NOT pull_request.draft AND
2626
(pull_request.changes.any match "com.unity.ml-agents/**" OR
2727
pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR

0 commit comments

Comments
 (0)