From 64bbde8898ab2e3f4ea2d492749d77a0de3e82e6 Mon Sep 17 00:00:00 2001 From: Christopher Goy Date: Wed, 12 May 2021 11:34:38 -0700 Subject: [PATCH] Update triggers. --- .yamato/com.unity.ml-agents-coverage.yml | 2 +- .yamato/com.unity.ml-agents-optional-dep-tests.yml | 2 +- .yamato/com.unity.ml-agents-test.yml | 2 +- .yamato/compressed-sensor-test.yml | 2 +- .yamato/gym-interface-test.yml | 2 +- .yamato/protobuf-generation-test.yml | 2 +- .yamato/python-ll-api-test.yml | 2 +- .yamato/standalone-build-test.yml | 2 +- .yamato/training-int-tests.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.yamato/com.unity.ml-agents-coverage.yml b/.yamato/com.unity.ml-agents-coverage.yml index bee29f043a..d6704cc004 100644 --- a/.yamato/com.unity.ml-agents-coverage.yml +++ b/.yamato/com.unity.ml-agents-coverage.yml @@ -26,7 +26,7 @@ test_coverage_{{ package.name }}_{{ platform.name }}_{{ editor.version }}: {% if platform.name == "linux" %} expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match " {{ editor.testProject }}/**" OR diff --git a/.yamato/com.unity.ml-agents-optional-dep-tests.yml b/.yamato/com.unity.ml-agents-optional-dep-tests.yml index 8ee693a209..5949155f49 100644 --- a/.yamato/com.unity.ml-agents-optional-dep-tests.yml +++ b/.yamato/com.unity.ml-agents-optional-dep-tests.yml @@ -57,7 +57,7 @@ OptionalDependencyTests_{{ optional_dep.name }}: cancel_old_ci: true expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match ".yamato/com.unity.ml-agents-test.yml") diff --git a/.yamato/com.unity.ml-agents-test.yml b/.yamato/com.unity.ml-agents-test.yml index a181848aa9..b778bf18a4 100644 --- a/.yamato/com.unity.ml-agents-test.yml +++ b/.yamato/com.unity.ml-agents-test.yml @@ -102,7 +102,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}: {% if platform.name == "linux" %} expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match " {{ editor.testProject }}/**" OR diff --git a/.yamato/compressed-sensor-test.yml b/.yamato/compressed-sensor-test.yml index d829dae819..423d2ec0bb 100644 --- a/.yamato/compressed-sensor-test.yml +++ b/.yamato/compressed-sensor-test.yml @@ -24,7 +24,7 @@ test_compressed_obs_{{ editor.version }}: {% if editor.extra_test == "sensor" %} expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR diff --git a/.yamato/gym-interface-test.yml b/.yamato/gym-interface-test.yml index 97669986d7..520778826f 100644 --- a/.yamato/gym-interface-test.yml +++ b/.yamato/gym-interface-test.yml @@ -24,7 +24,7 @@ test_gym_interface_{{ editor.version }}: {% if editor.extra_test == "gym" %} expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match "Project/**" OR diff --git a/.yamato/protobuf-generation-test.yml b/.yamato/protobuf-generation-test.yml index dedf4326d8..21a76db7f7 100644 --- a/.yamato/protobuf-generation-test.yml +++ b/.yamato/protobuf-generation-test.yml @@ -29,7 +29,7 @@ test_linux_protobuf_generation: cancel_old_ci: true expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "protobuf-definitions/**" OR pull_request.changes.any match "com.unity.ml-agents/Runtime/Grpc/CommunicatorObjects/**" OR diff --git a/.yamato/python-ll-api-test.yml b/.yamato/python-ll-api-test.yml index 5ba0a06876..8890164594 100644 --- a/.yamato/python-ll-api-test.yml +++ b/.yamato/python-ll-api-test.yml @@ -26,7 +26,7 @@ test_linux_ll_api_{{ editor.version }}: {% if editor.extra_test == "llapi" %} expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match "Project/**" OR diff --git a/.yamato/standalone-build-test.yml b/.yamato/standalone-build-test.yml index 7f18c34e0b..9a72c2ff86 100644 --- a/.yamato/standalone-build-test.yml +++ b/.yamato/standalone-build-test.yml @@ -23,7 +23,7 @@ test_linux_standalone_{{ editor.version }}: cancel_old_ci: true expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR diff --git a/.yamato/training-int-tests.yml b/.yamato/training-int-tests.yml index aa3798ce6f..1d2bcbdd17 100644 --- a/.yamato/training-int-tests.yml +++ b/.yamato/training-int-tests.yml @@ -21,7 +21,7 @@ test_linux_training_int_{{ editor.version }}: cancel_old_ci: true expression: | (pull_request.target eq "main" OR - pull_request.target match "release.+") AND + pull_request.target match "2.0-verified.*") AND NOT pull_request.draft AND (pull_request.changes.any match "com.unity.ml-agents/**" OR pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR