浏览代码

Update triggers. (#5362)

/2.0-verified
GitHub 3 年前
当前提交
21969bcc
共有 9 个文件被更改,包括 9 次插入9 次删除
  1. 2
      .yamato/com.unity.ml-agents-coverage.yml
  2. 2
      .yamato/com.unity.ml-agents-optional-dep-tests.yml
  3. 2
      .yamato/com.unity.ml-agents-test.yml
  4. 2
      .yamato/compressed-sensor-test.yml
  5. 2
      .yamato/gym-interface-test.yml
  6. 2
      .yamato/protobuf-generation-test.yml
  7. 2
      .yamato/python-ll-api-test.yml
  8. 2
      .yamato/standalone-build-test.yml
  9. 2
      .yamato/training-int-tests.yml

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


{% 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

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


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-optional-dep-tests.yml")

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


{% 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

2
.yamato/compressed-sensor-test.yml


{% 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

2
.yamato/gym-interface-test.yml


{% 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

2
.yamato/protobuf-generation-test.yml


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

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


{% 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

2
.yamato/standalone-build-test.yml


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

2
.yamato/training-int-tests.yml


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

正在加载...
取消
保存