Skip to content

Commit 68def9a

Browse files
author
Chris Elion
authored
run yamato tests on PRs that target v2-staging (#5026)
* run yamato tests on PRs that target v2-staging * remove comments
1 parent 484908d commit 68def9a

7 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +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 eq "v2-staging" OR
105106
pull_request.target match "release.+") AND
106107
NOT pull_request.draft AND
107108
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/compressed-sensor-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +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 eq "v2-staging" OR
2728
pull_request.target match "release.+") AND
2829
NOT pull_request.draft AND
2930
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/gym-interface-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +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 eq "v2-staging" OR
2728
pull_request.target match "release.+") AND
2829
NOT pull_request.draft AND
2930
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/protobuf-generation-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ test_linux_protobuf_generation:
2929
cancel_old_ci: true
3030
expression: |
3131
(pull_request.target eq "main" OR
32+
pull_request.target eq "v2-staging" OR
3233
pull_request.target match "release.+") AND
3334
NOT pull_request.draft AND
3435
(pull_request.changes.any match "protobuf-definitions/**" OR

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +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 eq "v2-staging" OR
2930
pull_request.target match "release.+") AND
3031
NOT pull_request.draft AND
3132
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/standalone-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +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 eq "v2-staging" OR
2627
pull_request.target match "release.+") AND
2728
NOT pull_request.draft AND
2829
(pull_request.changes.any match "com.unity.ml-agents/**" OR

.yamato/training-int-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +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 eq "v2-staging" OR
2425
pull_request.target match "release.+") AND
2526
NOT pull_request.draft AND
2627
(pull_request.changes.any match "com.unity.ml-agents/**" OR

0 commit comments

Comments
 (0)