浏览代码

switch builds that depend on standalone player back to mac

/yamato-linux-debug-venv
Chris Elion 4 年前
当前提交
448b61ea
共有 4 个文件被更改,包括 8 次插入8 次删除
  1. 4
      .yamato/compressed-sensor-test.yml
  2. 4
      .yamato/gym-interface-test.yml
  3. 4
      .yamato/python-ll-api-test.yml
  4. 4
      .yamato/standalone-build-test.yml

4
.yamato/compressed-sensor-test.yml


test_compressed_obs_{{ editor.version }}:
name: Test Compressed Sensor Observation {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: b1.small
variables:
UNITY_VERSION: {{ editor.version }}

4
.yamato/gym-interface-test.yml


test_gym_interface_{{ editor.version }}:
name: Test Mac Gym Interface {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: b1.small
variables:
UNITY_VERSION: {{ editor.version }}

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


test_mac_ll_api_{{ editor.version }}:
name: Test Mac LL-API {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: b1.small
variables:
UNITY_VERSION: {{ editor.version }}

4
.yamato/standalone-build-test.yml


test_mac_standalone_{{ editor.version }}:
name: Test Mac Standalone {{ editor.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: i1.small
variables:
UNITY_VERSION: {{ editor.version }}

正在加载...
取消
保存