@@ -25,7 +25,7 @@ class BkStep(str, Enum):
2525 BkStep .COMMAND : [
2626 "tools/devtool -y test --no-build -- -m no_block_pr -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64.py -k 'test_cpu_rdmsr' "
2727 ],
28- BkStep .LABEL : "📖 rdmsr" ,
28+ BkStep .LABEL : "rdmsr" ,
2929 "instances" : [
3030 "m5n.metal" ,
3131 "m6i.metal" ,
@@ -39,7 +39,7 @@ class BkStep(str, Enum):
3939 BkStep .COMMAND : [
4040 "tools/devtool -y test --no-build -- -m no_block_pr integration_tests/functional/test_cpu_template_helper.py -k test_guest_cpu_config_change" ,
4141 ],
42- BkStep .LABEL : "🖐️ fingerprint" ,
42+ BkStep .LABEL : "fingerprint" ,
4343 },
4444 "cpuid_wrmsr" : {
4545 "snapshot" : {
@@ -48,7 +48,7 @@ class BkStep(str, Enum):
4848 "mkdir -pv tests/snapshot_artifacts_upload/{instance}_{os}_{kv}" ,
4949 "sudo mv tests/snapshot_artifacts/* tests/snapshot_artifacts_upload/{instance}_{os}_{kv}" ,
5050 ],
51- BkStep .LABEL : "📸 create snapshots " ,
51+ BkStep .LABEL : "snapshot- create" ,
5252 BkStep .ARTIFACTS : "tests/snapshot_artifacts_upload/**/*" ,
5353 BkStep .TIMEOUT : 30 ,
5454 },
@@ -58,7 +58,7 @@ class BkStep(str, Enum):
5858 "mv tests/snapshot_artifacts_upload/{instance}_{os}_{kv} tests/snapshot_artifacts" ,
5959 "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'" ,
6060 ],
61- BkStep .LABEL : "📸 load snapshot artifacts created on {instance} {snapshot_os} {snapshot_kv} to {restore_instance} {restore_os} {restore_kv}" ,
61+ BkStep .LABEL : "snapshot-restore-src- {instance}- {snapshot_os}- {snapshot_kv}-dst- {restore_instance}- {restore_os}- {restore_kv}" ,
6262 BkStep .TIMEOUT : 30 ,
6363 },
6464 "cross_instances" : {
@@ -137,7 +137,7 @@ def group_snapshot_restore(test_step):
137137 )
138138
139139 groups .append (
140- {"group" : "📸 restores snapshots " , "steps" : steps , "depends_on" : "snapshot" }
140+ {"group" : "snapshot-restore " , "steps" : steps , "depends_on" : "snapshot" }
141141 )
142142 return groups
143143
0 commit comments