Skip to content

Commit 64c849f

Browse files
committed
jobs/lkvs.yaml: add need cpuid constraints
Signed-off-by: Philip Li <[email protected]>
1 parent a9743bf commit 64c849f

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

Diff for: jobs/lkvs.yaml

+21-10
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ category: functional
44

55
lkvs:
66
test:
7-
- amx
87
- avx512vbmi
98
- cet
10-
- cmpccxadd
119
- dma
1210
- dsa
1311
- edac
1412
- fred
1513
- hotplug
1614
# - guest-test # cause machine power down
1715
- idxd
18-
- ifs
1916
# - instruction-check
2017
- isst
2118
- pcie
@@ -24,23 +21,37 @@ lkvs:
2421
- pt
2522
- ras
2623
- sdsi
27-
- tdx-compliance
28-
- tdx-guest
24+
# - tdx-compliance
25+
# - tdx-guest
2926
# - tdx-osv-sanity
3027
- telemetry
3128
- th
3229
- thermal
33-
- tpm
34-
- tpmi
35-
- ufs # require GNR and above
3630
- umip
3731
- workload-xsave
3832
- xsave
3933

4034
---
41-
4235
need_cpuid: 106
4336

4437
lkvs:
4538
test:
46-
- splitlock # require ICL and above
39+
- ifs
40+
- splitlock
41+
42+
---
43+
need_cpuid: 173
44+
45+
lkvs:
46+
test:
47+
- amx
48+
- tpm
49+
- tpmi
50+
- ufs
51+
52+
---
53+
need_cpuid: 175
54+
55+
lkvs:
56+
test:
57+
- cmpccxadd

0 commit comments

Comments
 (0)