-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestplan.ini
More file actions
85 lines (70 loc) · 2.22 KB
/
Copy pathtestplan.ini
File metadata and controls
85 lines (70 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# testplan.ini — Test Plan Configuration.
# Follow this pattern for all the matrix combination for your test plan
#[test-job-name]
# runs_on = oscii/on-prem test runner name. Ex: linux-mi325-1gpu-ossci-rocm-frac
# artifact_group = artifact target group to therock installation. Ex: gfx94X-dcgpu, gfx950-dcgpu
# tests_filters = test filter expression for pytest -k input. Ex: "ci.nightly and hw.gpu", "ci.nightly"
# test plan for MI325 targets
[linux-gfx94x]
runs_on = linux-gfx942-1gpu-ossci-rocm
artifact_group = gfx94X-dcgpu
gpu_arch = gfx942
tests_filters = ci.nightly and hw.gpu
target_available = true
# test plan for MI355 targets
[linux-gfx950]
runs_on = linux-mi355-1gpu-ossci-rocm
artifact_group = gfx950-dcgpu
gpu_arch = gfx950
tests_filters = ci.nightly and hw.gpu
target_available = true
# test plan for stix halo targets
[linux-gfx1151]
runs_on = linux-gfx1151-gpu-rocm
artifact_group = gfx1151
gpu_arch = gfx1151
tests_filters = ci.nightly and hw.gpu
target_available = true
######### place holder for other targets ######
[linux-gfx94X-multigpu]
runs_on = linux-mi325-8gpu-ossci-rocm
artifact_group = gfx94X-dcgpu
gpu_arch = gfx942
tests_filters = hw.multigpu
target_available = false
[linux-gfx110X]
runs_on = linux-gfx110X-gpu-rocm
artifact_group = gfx110X-all
gpu_arch = gfx110X-all
tests_filters = ci.nightly and hw.gpu
target_available = false
[linux-gfx120X]
runs_on = linux-gfx120X-gpu-rocm
artifact_group = gfx120X-all
gpu_arch = gfx120X-all
tests_filters = ci.nightly and hw.gpu
target_available = false
[linux-gfx90a]
runs_on = linux-gfx90a-gpu-rocm
artifact_group = gfx90a
gpu_arch = gfx90a
tests_filters = ci.nightly and hw.gpu
target_available = false
[linux-gfx103X]
runs_on = linux-gfx1030-gpu-rocm
artifact_group = gfx103X-all
gpu_arch = gfx103X-all
tests_filters = ci.nightly and hw.gpu
target_available = false
[linux-gfx1150]
runs_on = linux-gfx1150-gpu-rocm
artifact_group = gfx1150
gpu_arch = gfx1150
tests_filters = ci.nightly and hw.gpu
target_available = false
[linux-gfx1153]
runs_on = linux-gfx1153-gpu-rocm
artifact_group = gfx1153
gpu_arch = gfx1153
tests_filters = ci.nightly and hw.gpu
target_available = false