@@ -48,43 +48,43 @@ jobs:
4848
4949 execute_fpga_cw310_test_rom_tests :
5050 name : CW310 Test ROM Tests
51- needs : chip_earlgrey_cw310
51+ needs : chip_earlgrey_cw310_hyperdebug
5252 uses : ./.github/workflows/fpga.yml
5353 secrets : inherit
5454 with :
5555 job_name : execute_fpga_cw310_test_rom_tests
56- bitstream : chip_earlgrey_cw310
56+ bitstream : chip_earlgrey_cw310_hyperdebug
5757 board : cw310
58- interface : cw310
58+ interface : hyper310
5959 tag_filters : cw310_test_rom,-broken,-manual
6060 add_default_filters : false
6161 cache_test_results : false
6262
6363 execute_fpga_cw310_rom_tests :
6464 name : CW310 ROM Tests
65- needs : chip_earlgrey_cw310
65+ needs : chip_earlgrey_cw310_hyperdebug
6666 uses : ./.github/workflows/fpga.yml
6767 secrets : inherit
6868 with :
6969 job_name : execute_fpga_cw310_rom_tests
70- bitstream : chip_earlgrey_cw310
70+ bitstream : chip_earlgrey_cw310_hyperdebug
7171 board : cw310
72- interface : cw310
72+ interface : hyper310
7373 tag_filters : cw310_rom_with_fake_keys,-broken,-manual
7474 add_default_filters : false
7575 cache_test_results : false
7676 timeout : 240
7777
7878 execute_fpga_cw310_rom_ext_tests :
7979 name : CW310 ROM_EXT Tests
80- needs : chip_earlgrey_cw310
80+ needs : chip_earlgrey_cw310_hyperdebug
8181 uses : ./.github/workflows/fpga.yml
8282 secrets : inherit
8383 with :
8484 job_name : execute_fpga_cw310_rom_ext_tests
85- bitstream : chip_earlgrey_cw310
85+ bitstream : chip_earlgrey_cw310_hyperdebug
8686 board : cw310
87- interface : cw310
87+ interface : hyper310
8888 tag_filters : cw310_rom_ext,-broken,-manual
8989 add_default_filters : false
9090 cache_test_results : false
0 commit comments