@@ -23,7 +23,7 @@ class BkStep(str, Enum):
23
23
cpu_template_test = {
24
24
"rdmsr" : {
25
25
BkStep .COMMAND : [
26
- "tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features .py -k 'test_cpu_rdmsr' "
26
+ "tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64 .py -k 'test_cpu_rdmsr' "
27
27
],
28
28
BkStep .LABEL : "📖 rdmsr" ,
29
29
"instances" : ["c5n.metal" , "m5n.metal" , "m6a.metal" , "m6i.metal" ],
@@ -40,7 +40,7 @@ class BkStep(str, Enum):
40
40
"cpuid_wrmsr" : {
41
41
"snapshot" : {
42
42
BkStep .COMMAND : [
43
- "tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features .py -k 'test_cpu_wrmsr_snapshot or test_cpu_cpuid_snapshot'" ,
43
+ "tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64 .py -k 'test_cpu_wrmsr_snapshot or test_cpu_cpuid_snapshot'" ,
44
44
"mkdir -pv tests/snapshot_artifacts_upload/{instance}_{os}_{kv}" ,
45
45
"sudo mv tests/snapshot_artifacts/* tests/snapshot_artifacts_upload/{instance}_{os}_{kv}" ,
46
46
],
@@ -52,7 +52,7 @@ class BkStep(str, Enum):
52
52
BkStep .COMMAND : [
53
53
"buildkite-agent artifact download tests/snapshot_artifacts_upload/{instance}_{os}_{kv}/**/* ." ,
54
54
"mv tests/snapshot_artifacts_upload/{instance}_{os}_{kv} tests/snapshot_artifacts" ,
55
- "tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features .py -k 'test_cpu_wrmsr_restore or test_cpu_cpuid_restore'" ,
55
+ "tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64 .py -k 'test_cpu_wrmsr_restore or test_cpu_cpuid_restore'" ,
56
56
],
57
57
BkStep .LABEL : "📸 load snapshot artifacts created on {instance} {snapshot_os} {snapshot_kv} to {restore_instance} {restore_os} {restore_kv}" ,
58
58
BkStep .TIMEOUT : 30 ,
0 commit comments