Skip to content

Commit 6bf22c2

Browse files
committed
test: Update DEFAULT_G3_FEATURES_NO_SSBS to match new ci artifacts
With the new CI artifacts, the default G3 features changed (due to artifacts being more general purpose now). The DEFAULT_G3_FEATURES constant was updated in d1015be, but DEFAULT_G3_FEATURES_NO_SSBS slipped through the cracks somehow. This commit fixes a nightly test failures by updating the cpu features expected on G3 instances without SSBS. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 12b49dc commit 6bf22c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_cpu_features_aarch64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DEFAULT_G3_FEATURES_NO_SSBS = (
3131
"fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp "
3232
"asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp "
33-
"sha512 asimdfhm dit uscat ilrcpc flagm"
33+
"sha512 asimdfhm dit uscat ilrcpc flagm dcpodp i8mm bf16 dgh rng"
3434
)
3535

3636
DEFAULT_G3_FEATURES_V1N1 = (

0 commit comments

Comments
 (0)