Skip to content

Commit 4cf2f49

Browse files
xdesiletsXavier Désilets
andauthored
Updating image to ubuntu-ci:v1.0.1 (#6238)
* Updating image to ubuntu-ci:v1.0.1 * Changing version to trunk --------- Co-authored-by: Xavier Désilets <[email protected]>
1 parent 7db8843 commit 4cf2f49

16 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pack:
22
name: Pack
33
agent:
44
type: Unity::VM
5-
image: ml-agents/ubuntu-ci:v1.0.0
5+
image: ml-agents/ubuntu-ci:v1.0.1
66
flavor: b1.medium
77
commands:
88
- |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test_editors:
88
enableNoDefaultPackages: !!bool true
99

1010
trunk_editor:
11-
- version: 6000.3.0a3
11+
- version: trunk
1212
testProject: DevProject
1313

1414
test_platforms:
@@ -22,7 +22,7 @@ test_platforms:
2222
flavor: b1.large
2323
- name: linux
2424
type: Unity::VM
25-
image: ml-agents/ubuntu-ci:v1.0.0
25+
image: ml-agents/ubuntu-ci:v1.0.1
2626
flavor: b1.large
2727

2828
packages:

.yamato/compressed-sensor-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test_compressed_obs_{{ editor.version }}_{{ editor.extra_test }}:
55
name: Test Compressed Sensor Observation {{ editor.version }} {{ editor.extra_test }}
66
agent:
77
type: Unity::VM
8-
image: ml-agents/ubuntu-ci:v1.0.0
8+
image: ml-agents/ubuntu-ci:v1.0.1
99
flavor: b1.medium
1010
variables:
1111
UNITY_VERSION: {{ editor.version }}

.yamato/coverage_tests.metafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage_test_editors:
55
coverage_test_platforms:
66
- name: linux
77
type: Unity::VM
8-
image: ml-agents/ubuntu-ci:v1.0.0
8+
image: ml-agents/ubuntu-ci:v1.0.1
99
flavor: b1.medium
1010

1111
coverage_test_packages:

.yamato/gym-interface-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test_gym_interface_{{ editor.version }}_{{ editor.extra_test }}:
55
name: Test Linux Gym Interface {{ editor.version }} {{ editor.extra_test }}
66
agent:
77
type: Unity::VM
8-
image: ml-agents/ubuntu-ci:v1.0.0
8+
image: ml-agents/ubuntu-ci:v1.0.1
99
flavor: b1.medium
1010
variables:
1111
UNITY_VERSION: {{ editor.version }}

.yamato/protobuf-generation-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test_linux_protobuf_generation:
22
name: Protobuf Generation Tests
33
agent:
44
type: Unity::VM
5-
image: ml-agents/ubuntu-ci:v1.0.0
5+
image: ml-agents/ubuntu-ci:v1.0.1
66
flavor: b1.large
77
variables:
88
GRPC_VERSION: "1.14.1"

.yamato/pytest-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest_gpu:
22
name: Pytest GPU
33
agent:
44
type: Unity::VM::GPU
5-
image: ml-agents/ubuntu-ci:v1.0.0
5+
image: ml-agents/ubuntu-ci:v1.0.1
66
flavor: b1.large
77
commands:
88
- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test_linux_ll_api_{{ editor.version }}_{{ editor.extra_test }}:
55
name: Test Linux LL-API {{ editor.version }} {{ editor.extra_test }}
66
agent:
77
type: Unity::VM
8-
image: ml-agents/ubuntu-ci:v1.0.0
8+
image: ml-agents/ubuntu-ci:v1.0.1
99
flavor: b1.medium
1010
variables:
1111
UNITY_VERSION: {{ editor.version }}

.yamato/standalone-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test_linux_standalone_{{ editor.version }}_{{ editor.extra_test }}:
55
name: Test Linux Standalone {{ editor.version }} {{ editor.extra_test }}
66
agent:
77
type: Unity::VM
8-
image: ml-agents/ubuntu-ci:v1.0.0
8+
image: ml-agents/ubuntu-ci:v1.0.1
99
flavor: b1.large
1010
variables:
1111
UNITY_VERSION: {{ editor.version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test_webgl_standalone_{{ editor_version }}:
33
name: Test WebGL Standalone {{ editor_version }}
44
agent:
55
type: Unity::VM
6-
image: ml-agents/ubuntu-ci:v1.0.0
6+
image: ml-agents/ubuntu-ci:v1.0.1
77
flavor: b1.large
88
variables:
99
UNITY_VERSION: {{ editor_version }}

0 commit comments

Comments
 (0)