Skip to content

Commit 7332f43

Browse files
Liis KivistikSophia
andauthored
Updated hdrp agents (#814)
* updated hdrp agents * update image for standalone and editmode tests [skip ci] Co-authored-by: Sophia <[email protected]>
1 parent f0d31bc commit 7332f43

File tree

4 files changed

+143
-84
lines changed

4 files changed

+143
-84
lines changed

.yamato/config/hdrp.metafile

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,33 @@ test_platforms:
99
- Standalone
1010
platforms:
1111
- name: Win
12+
os: windows
1213
apis:
13-
- DX11
14-
- DX12
15-
- Vulkan
14+
DX11: -force-d3d11
15+
DX12: -force-d3d12
16+
Vulkan: -force-vulkan
17+
agent_default:
18+
type: Unity::VM::GPU
19+
image: graphics-foundation/win10-dxr:latest
20+
flavor: b1.xlarge
21+
model: rtx2080
22+
agent_editmode:
23+
type: Unity::VM
24+
image: graphics-foundation/win10-dxr:latest
25+
flavor: b1.xlarge
26+
agent_standalone:
27+
type: Unity::VM::GPU
28+
image: graphics-foundation/win10-dxr:latest
29+
flavor: b1.xlarge
30+
model: rtx2080
31+
agent_standalone_build:
32+
type: Unity::VM
33+
image: graphics-foundation/win10-dxr:latest
34+
flavor: b1.xlarge
35+
model: rtx2080
36+
components:
37+
- editor
38+
- il2cpp
1639
- name: OSX
1740
apis:
1841
- Metal

.yamato/hdrp-win-dx11.yml

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ HDRP_Win_DX11_playmode_trunk:
77
name: HDRP on Win_DX11_playmode on version trunk
88
agent:
99
type: Unity::VM::GPU
10-
image: sdet/gamecode_win10:stable
11-
flavor: b1.large
10+
image: graphics-foundation/win10-dxr:latest
11+
flavor: b1.xlarge
12+
model: rtx2080
1213
variables:
1314
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
1415
dependencies:
@@ -27,8 +28,9 @@ HDRP_Win_DX11_playmode_XR_trunk:
2728
name: HDRP on Win_DX11_playmode_XR on version trunk
2829
agent:
2930
type: Unity::VM::GPU
30-
image: sdet/gamecode_win10:stable
31-
flavor: b1.large
31+
image: graphics-foundation/win10-dxr:latest
32+
flavor: b1.xlarge
33+
model: rtx2080
3234
variables:
3335
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
3436
dependencies:
@@ -47,8 +49,8 @@ HDRP_Win_DX11_editmode_trunk:
4749
name: HDRP on Win_DX11_editmode on version trunk
4850
agent:
4951
type: Unity::VM
50-
image: sdet/gamecode_win10:stable
51-
flavor: b1.large
52+
image: graphics-foundation/win10-dxr:latest
53+
flavor: b1.xlarge
5254
variables:
5355
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
5456
dependencies:
@@ -67,8 +69,9 @@ HDRP_Win_DX11_Standalone_trunk:
6769
name: HDRP on Win_DX11_Standalone on version trunk
6870
agent:
6971
type: Unity::VM::GPU
70-
image: sdet/gamecode_win10:stable
71-
flavor: b1.large
72+
image: graphics-foundation/win10-dxr:latest
73+
flavor: b1.xlarge
74+
model: rtx2080
7275
variables:
7376
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
7477
dependencies:
@@ -90,8 +93,9 @@ Build_HDRP_Win_DX11_Player_trunk:
9093
name: Build HDRP on Win_DX11_Player on version trunk
9194
agent:
9295
type: Unity::VM
93-
image: sdet/gamecode_win10:stable
96+
image: graphics-foundation/win10-dxr:latest
9497
flavor: b1.xlarge
98+
model: rtx2080
9599
variables:
96100
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
97101
dependencies:
@@ -113,8 +117,9 @@ HDRP_Win_DX11_playmode_fast-trunk:
113117
name: HDRP on Win_DX11_playmode on version fast-trunk
114118
agent:
115119
type: Unity::VM::GPU
116-
image: sdet/gamecode_win10:stable
117-
flavor: b1.large
120+
image: graphics-foundation/win10-dxr:latest
121+
flavor: b1.xlarge
122+
model: rtx2080
118123
variables:
119124
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
120125
dependencies:
@@ -133,8 +138,9 @@ HDRP_Win_DX11_playmode_XR_fast-trunk:
133138
name: HDRP on Win_DX11_playmode_XR on version fast-trunk
134139
agent:
135140
type: Unity::VM::GPU
136-
image: sdet/gamecode_win10:stable
137-
flavor: b1.large
141+
image: graphics-foundation/win10-dxr:latest
142+
flavor: b1.xlarge
143+
model: rtx2080
138144
variables:
139145
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
140146
dependencies:
@@ -153,8 +159,8 @@ HDRP_Win_DX11_editmode_fast-trunk:
153159
name: HDRP on Win_DX11_editmode on version fast-trunk
154160
agent:
155161
type: Unity::VM
156-
image: sdet/gamecode_win10:stable
157-
flavor: b1.large
162+
image: graphics-foundation/win10-dxr:latest
163+
flavor: b1.xlarge
158164
variables:
159165
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
160166
dependencies:
@@ -173,8 +179,9 @@ HDRP_Win_DX11_Standalone_fast-trunk:
173179
name: HDRP on Win_DX11_Standalone on version fast-trunk
174180
agent:
175181
type: Unity::VM::GPU
176-
image: sdet/gamecode_win10:stable
177-
flavor: b1.large
182+
image: graphics-foundation/win10-dxr:latest
183+
flavor: b1.xlarge
184+
model: rtx2080
178185
variables:
179186
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
180187
dependencies:
@@ -196,8 +203,9 @@ Build_HDRP_Win_DX11_Player_fast-trunk:
196203
name: Build HDRP on Win_DX11_Player on version fast-trunk
197204
agent:
198205
type: Unity::VM
199-
image: sdet/gamecode_win10:stable
206+
image: graphics-foundation/win10-dxr:latest
200207
flavor: b1.xlarge
208+
model: rtx2080
201209
variables:
202210
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
203211
dependencies:
@@ -219,8 +227,9 @@ HDRP_Win_DX11_playmode_CUSTOM-REVISION:
219227
name: HDRP on Win_DX11_playmode on version CUSTOM-REVISION
220228
agent:
221229
type: Unity::VM::GPU
222-
image: sdet/gamecode_win10:stable
223-
flavor: b1.large
230+
image: graphics-foundation/win10-dxr:latest
231+
flavor: b1.xlarge
232+
model: rtx2080
224233
variables:
225234
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
226235
CUSTOM_REVISION: custom_revision_not_set
@@ -240,8 +249,9 @@ HDRP_Win_DX11_playmode_XR_CUSTOM-REVISION:
240249
name: HDRP on Win_DX11_playmode_XR on version CUSTOM-REVISION
241250
agent:
242251
type: Unity::VM::GPU
243-
image: sdet/gamecode_win10:stable
244-
flavor: b1.large
252+
image: graphics-foundation/win10-dxr:latest
253+
flavor: b1.xlarge
254+
model: rtx2080
245255
variables:
246256
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
247257
CUSTOM_REVISION: custom_revision_not_set
@@ -261,8 +271,8 @@ HDRP_Win_DX11_editmode_CUSTOM-REVISION:
261271
name: HDRP on Win_DX11_editmode on version CUSTOM-REVISION
262272
agent:
263273
type: Unity::VM
264-
image: sdet/gamecode_win10:stable
265-
flavor: b1.large
274+
image: graphics-foundation/win10-dxr:latest
275+
flavor: b1.xlarge
266276
variables:
267277
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
268278
CUSTOM_REVISION: custom_revision_not_set
@@ -282,8 +292,9 @@ HDRP_Win_DX11_Standalone_CUSTOM-REVISION:
282292
name: HDRP on Win_DX11_Standalone on version CUSTOM-REVISION
283293
agent:
284294
type: Unity::VM::GPU
285-
image: sdet/gamecode_win10:stable
286-
flavor: b1.large
295+
image: graphics-foundation/win10-dxr:latest
296+
flavor: b1.xlarge
297+
model: rtx2080
287298
variables:
288299
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
289300
CUSTOM_REVISION: custom_revision_not_set
@@ -306,8 +317,9 @@ Build_HDRP_Win_DX11_Player_CUSTOM-REVISION:
306317
name: Build HDRP on Win_DX11_Player on version CUSTOM-REVISION
307318
agent:
308319
type: Unity::VM
309-
image: sdet/gamecode_win10:stable
320+
image: graphics-foundation/win10-dxr:latest
310321
flavor: b1.xlarge
322+
model: rtx2080
311323
variables:
312324
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
313325
CUSTOM_REVISION: custom_revision_not_set

.yamato/hdrp-win-dx12.yml

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ HDRP_Win_DX12_playmode_trunk:
77
name: HDRP on Win_DX12_playmode on version trunk
88
agent:
99
type: Unity::VM::GPU
10-
image: sdet/gamecode_win10:stable
11-
flavor: b1.large
10+
image: graphics-foundation/win10-dxr:latest
11+
flavor: b1.xlarge
12+
model: rtx2080
1213
variables:
1314
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
1415
dependencies:
@@ -27,8 +28,9 @@ HDRP_Win_DX12_playmode_XR_trunk:
2728
name: HDRP on Win_DX12_playmode_XR on version trunk
2829
agent:
2930
type: Unity::VM::GPU
30-
image: sdet/gamecode_win10:stable
31-
flavor: b1.large
31+
image: graphics-foundation/win10-dxr:latest
32+
flavor: b1.xlarge
33+
model: rtx2080
3234
variables:
3335
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
3436
dependencies:
@@ -47,8 +49,8 @@ HDRP_Win_DX12_editmode_trunk:
4749
name: HDRP on Win_DX12_editmode on version trunk
4850
agent:
4951
type: Unity::VM
50-
image: sdet/gamecode_win10:stable
51-
flavor: b1.large
52+
image: graphics-foundation/win10-dxr:latest
53+
flavor: b1.xlarge
5254
variables:
5355
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
5456
dependencies:
@@ -67,8 +69,9 @@ HDRP_Win_DX12_Standalone_trunk:
6769
name: HDRP on Win_DX12_Standalone on version trunk
6870
agent:
6971
type: Unity::VM::GPU
70-
image: sdet/gamecode_win10:stable
71-
flavor: b1.large
72+
image: graphics-foundation/win10-dxr:latest
73+
flavor: b1.xlarge
74+
model: rtx2080
7275
variables:
7376
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
7477
dependencies:
@@ -90,8 +93,9 @@ Build_HDRP_Win_DX12_Player_trunk:
9093
name: Build HDRP on Win_DX12_Player on version trunk
9194
agent:
9295
type: Unity::VM
93-
image: sdet/gamecode_win10:stable
96+
image: graphics-foundation/win10-dxr:latest
9497
flavor: b1.xlarge
98+
model: rtx2080
9599
variables:
96100
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
97101
dependencies:
@@ -113,8 +117,9 @@ HDRP_Win_DX12_playmode_fast-trunk:
113117
name: HDRP on Win_DX12_playmode on version fast-trunk
114118
agent:
115119
type: Unity::VM::GPU
116-
image: sdet/gamecode_win10:stable
117-
flavor: b1.large
120+
image: graphics-foundation/win10-dxr:latest
121+
flavor: b1.xlarge
122+
model: rtx2080
118123
variables:
119124
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
120125
dependencies:
@@ -133,8 +138,9 @@ HDRP_Win_DX12_playmode_XR_fast-trunk:
133138
name: HDRP on Win_DX12_playmode_XR on version fast-trunk
134139
agent:
135140
type: Unity::VM::GPU
136-
image: sdet/gamecode_win10:stable
137-
flavor: b1.large
141+
image: graphics-foundation/win10-dxr:latest
142+
flavor: b1.xlarge
143+
model: rtx2080
138144
variables:
139145
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
140146
dependencies:
@@ -153,8 +159,8 @@ HDRP_Win_DX12_editmode_fast-trunk:
153159
name: HDRP on Win_DX12_editmode on version fast-trunk
154160
agent:
155161
type: Unity::VM
156-
image: sdet/gamecode_win10:stable
157-
flavor: b1.large
162+
image: graphics-foundation/win10-dxr:latest
163+
flavor: b1.xlarge
158164
variables:
159165
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
160166
dependencies:
@@ -173,8 +179,9 @@ HDRP_Win_DX12_Standalone_fast-trunk:
173179
name: HDRP on Win_DX12_Standalone on version fast-trunk
174180
agent:
175181
type: Unity::VM::GPU
176-
image: sdet/gamecode_win10:stable
177-
flavor: b1.large
182+
image: graphics-foundation/win10-dxr:latest
183+
flavor: b1.xlarge
184+
model: rtx2080
178185
variables:
179186
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
180187
dependencies:
@@ -196,8 +203,9 @@ Build_HDRP_Win_DX12_Player_fast-trunk:
196203
name: Build HDRP on Win_DX12_Player on version fast-trunk
197204
agent:
198205
type: Unity::VM
199-
image: sdet/gamecode_win10:stable
206+
image: graphics-foundation/win10-dxr:latest
200207
flavor: b1.xlarge
208+
model: rtx2080
201209
variables:
202210
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
203211
dependencies:
@@ -219,8 +227,9 @@ HDRP_Win_DX12_playmode_CUSTOM-REVISION:
219227
name: HDRP on Win_DX12_playmode on version CUSTOM-REVISION
220228
agent:
221229
type: Unity::VM::GPU
222-
image: sdet/gamecode_win10:stable
223-
flavor: b1.large
230+
image: graphics-foundation/win10-dxr:latest
231+
flavor: b1.xlarge
232+
model: rtx2080
224233
variables:
225234
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
226235
CUSTOM_REVISION: custom_revision_not_set
@@ -240,8 +249,9 @@ HDRP_Win_DX12_playmode_XR_CUSTOM-REVISION:
240249
name: HDRP on Win_DX12_playmode_XR on version CUSTOM-REVISION
241250
agent:
242251
type: Unity::VM::GPU
243-
image: sdet/gamecode_win10:stable
244-
flavor: b1.large
252+
image: graphics-foundation/win10-dxr:latest
253+
flavor: b1.xlarge
254+
model: rtx2080
245255
variables:
246256
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
247257
CUSTOM_REVISION: custom_revision_not_set
@@ -261,8 +271,8 @@ HDRP_Win_DX12_editmode_CUSTOM-REVISION:
261271
name: HDRP on Win_DX12_editmode on version CUSTOM-REVISION
262272
agent:
263273
type: Unity::VM
264-
image: sdet/gamecode_win10:stable
265-
flavor: b1.large
274+
image: graphics-foundation/win10-dxr:latest
275+
flavor: b1.xlarge
266276
variables:
267277
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
268278
CUSTOM_REVISION: custom_revision_not_set
@@ -282,8 +292,9 @@ HDRP_Win_DX12_Standalone_CUSTOM-REVISION:
282292
name: HDRP on Win_DX12_Standalone on version CUSTOM-REVISION
283293
agent:
284294
type: Unity::VM::GPU
285-
image: sdet/gamecode_win10:stable
286-
flavor: b1.large
295+
image: graphics-foundation/win10-dxr:latest
296+
flavor: b1.xlarge
297+
model: rtx2080
287298
variables:
288299
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
289300
CUSTOM_REVISION: custom_revision_not_set
@@ -306,8 +317,9 @@ Build_HDRP_Win_DX12_Player_CUSTOM-REVISION:
306317
name: Build HDRP on Win_DX12_Player on version CUSTOM-REVISION
307318
agent:
308319
type: Unity::VM
309-
image: sdet/gamecode_win10:stable
320+
image: graphics-foundation/win10-dxr:latest
310321
flavor: b1.xlarge
322+
model: rtx2080
311323
variables:
312324
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
313325
CUSTOM_REVISION: custom_revision_not_set

0 commit comments

Comments
 (0)