浏览代码

Revert "pin CI image version (#5250)" (#5285)

This reverts commit 3d8ad73968a7eb9401f055860410a2449da536b9.
/check-for-ModelOverriders
GitHub 3 年前
当前提交
66fff729
共有 12 个文件被更改,包括 12 次插入12 次删除
  1. 2
      .yamato/com.unity.ml-agents-optional-dep-tests.yml
  2. 2
      .yamato/com.unity.ml-agents-pack.yml
  3. 2
      .yamato/com.unity.ml-agents-test.yml
  4. 2
      .yamato/compressed-sensor-test.yml
  5. 2
      .yamato/coverage_tests.metafile
  6. 2
      .yamato/gym-interface-test.yml
  7. 2
      .yamato/protobuf-generation-test.yml
  8. 2
      .yamato/pytest-gpu.yml
  9. 2
      .yamato/python-ll-api-test.yml
  10. 2
      .yamato/standalone-build-test.yml
  11. 2
      .yamato/standalone-build-webgl-test.yml
  12. 2
      .yamato/training-int-tests.yml

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


name : Test Optional Package Dependencies {{ optional_dep.name }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
commands:
- |

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


name: Pack
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.small
commands:
- |

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


flavor: b1.small
- name: linux
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
packages:

2
.yamato/compressed-sensor-test.yml


name: Test Compressed Sensor Observation {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
variables:
UNITY_VERSION: {{ editor.version }}

2
.yamato/coverage_tests.metafile


coverage_test_platforms:
- name: linux
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
coverage_test_packages:

2
.yamato/gym-interface-test.yml


name: Test Linux Gym Interface {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
variables:
UNITY_VERSION: {{ editor.version }}

2
.yamato/protobuf-generation-test.yml


name: Protobuf Generation Tests
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.large
variables:
GRPC_VERSION: "1.14.1"

2
.yamato/pytest-gpu.yml


name: Pytest GPU
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.large
commands:
- |

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


name: Test Linux LL-API {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
variables:
UNITY_VERSION: {{ editor.version }}

2
.yamato/standalone-build-test.yml


name: Test Linux Standalone {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.large
variables:
UNITY_VERSION: {{ editor.version }}

2
.yamato/standalone-build-webgl-test.yml


name: Test WebGL Standalone {{ editor_version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.large
variables:
UNITY_VERSION: {{ editor_version }}

2
.yamato/training-int-tests.yml


name: Test Linux Fast Training {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:v1.3.1-719011
image: package-ci/ubuntu:stable
flavor: b1.medium
variables:
UNITY_VERSION: {{ editor.version }}

正在加载...
取消
保存