浏览代码

run yamato tests on PRs that target v2-staging (#5026)

* run yamato tests on PRs that target v2-staging

* remove comments
/goal-conditioning/sensors-3-pytest-fix
Christopher Goy 4 年前
当前提交
0c22e504
共有 7 个文件被更改,包括 7 次插入0 次删除
  1. 1
      .yamato/com.unity.ml-agents-test.yml
  2. 1
      .yamato/compressed-sensor-test.yml
  3. 1
      .yamato/gym-interface-test.yml
  4. 1
      .yamato/protobuf-generation-test.yml
  5. 1
      .yamato/python-ll-api-test.yml
  6. 1
      .yamato/standalone-build-test.yml
  7. 1
      .yamato/training-int-tests.yml

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


{% if platform.name == "linux" %}
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "com.unity.ml-agents/**" OR

1
.yamato/compressed-sensor-test.yml


{% if editor.extra_test == "sensor" %}
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "com.unity.ml-agents/**" OR

1
.yamato/gym-interface-test.yml


{% if editor.extra_test == "gym" %}
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "com.unity.ml-agents/**" OR

1
.yamato/protobuf-generation-test.yml


cancel_old_ci: true
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "protobuf-definitions/**" OR

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


{% if editor.extra_test == "llapi" %}
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "com.unity.ml-agents/**" OR

1
.yamato/standalone-build-test.yml


cancel_old_ci: true
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "com.unity.ml-agents/**" OR

1
.yamato/training-int-tests.yml


cancel_old_ci: true
expression: |
(pull_request.target eq "main" OR
pull_request.target eq "v2-staging" OR
pull_request.target match "release.+") AND
NOT pull_request.draft AND
(pull_request.changes.any match "com.unity.ml-agents/**" OR

正在加载...
取消
保存