Skip to content

Commit bda2e6b

Browse files
committed
ec2_functests: Remove TODO and enable the config-variations test
Signed-off-by: willieyz <willie.zhao@chelpis.com> add changes Signed-off-by: willieyz <willie.zhao@chelpis.com>
1 parent 9bf7a69 commit bda2e6b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -513,32 +513,28 @@ jobs:
513513
ec2_volume_size: 20
514514
compile_mode: native
515515
opt: all
516-
# TODO: This config do not exist for now, will be available after PR #607 ("Add Runtime Dispatch") is merged.
517-
# config_variations: 'native-cap-CPUID_AVX2'
516+
config_variations: 'native-cap-CPUID_AVX2'
518517
- name: Intel Xeon 4th gen (t3)
519518
ec2_instance_type: t3.small
520519
ec2_ami: ubuntu-latest (x86_64)
521520
ec2_volume_size: 20
522521
compile_mode: native
523522
opt: all
524-
# TODO: This config do not exist for now, will be available after PR #607 ("Add Runtime Dispatch") is merged.
525-
# config_variations: 'native-cap-CPUID_AVX2'
523+
config_variations: 'native-cap-CPUID_AVX2'
526524
- name: Graviton2 (c6g.medium)
527525
ec2_instance_type: c6g.medium
528526
ec2_ami: ubuntu-latest (aarch64)
529527
ec2_volume_size: 20
530528
compile_mode: native
531529
opt: all
532-
# TODO: This config do not exist for now, will be available after PR #607 ("Add Runtime Dispatch") is merged.
533-
# config_variations: 'native-cap-ON native-cap-OFF native-cap-ID_AA64PFR1_EL1'
530+
config_variations: 'native-cap-ON native-cap-OFF native-cap-ID_AA64PFR1_EL1'
534531
- name: Graviton3 (c7g.medium)
535532
ec2_instance_type: c7g.medium
536533
ec2_ami: ubuntu-latest (aarch64)
537534
ec2_volume_size: 20
538535
compile_mode: native
539536
opt: all
540-
# TODO: This config do not exist for now, will be available after PR #607 ("Add Runtime Dispatch") is merged.
541-
# config_variations: 'native-cap-ID_AA64PFR1_EL1'
537+
config_variations: 'native-cap-ID_AA64PFR1_EL1'
542538
name: Platform tests (${{ matrix.target.name }})
543539
permissions:
544540
contents: 'read'

0 commit comments

Comments
 (0)