Skip to content

Commit 3317645

Browse files
committed
[ci] Move ROM_EXT tests to hyper310
1. Migrate all ROM_EXT tests to hyper310. 2. Migrate bare-metal tests to hyper310. 3. Migrate aes_smoketest to hyper310, as there is no longer any other test that uses the fpga_cw310_rom_ext env. Signed-off-by: Chris Frantz <[email protected]>
1 parent e517255 commit 3317645

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,15 +434,15 @@ jobs:
434434

435435
execute_rom_ext_fpga_tests_cw310:
436436
name: CW310 ROM_EXT Tests
437-
needs: chip_earlgrey_cw310
437+
needs: chip_earlgrey_cw310_hyperdebug
438438
uses: ./.github/workflows/fpga.yml
439439
secrets: inherit
440440
with:
441441
job_name: execute_rom_ext_fpga_tests_cw310
442-
bitstream: chip_earlgrey_cw310
442+
bitstream: chip_earlgrey_cw310_hyperdebug
443443
board: cw310
444-
interface: cw310
445-
tag_filters: cw310_rom_ext
444+
interface: hyper310
445+
tag_filters: hyper310_rom_ext
446446

447447
execute_sival_fpga_tests_cw310:
448448
name: CW310 SiVal Tests

sw/device/silicon_owner/bare_metal/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ BOOT_SUCCESS_MSG = "Bare metal PASS!"
123123
opentitan_test(
124124
name = "rom_ext_virtual_bare_metal_virtual_boot_test",
125125
exec_env = {
126-
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
126+
"//hw/top_earlgrey:fpga_hyper310_rom_ext": None,
127127
},
128128
fpga = fpga_params(
129129
binaries = {
@@ -142,7 +142,7 @@ opentitan_test(
142142
name = "rom_ext_virtual_ottf_bl0_virtual",
143143
srcs = ["empty_test.c"],
144144
exec_env = {
145-
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
145+
"//hw/top_earlgrey:fpga_hyper310_rom_ext": None,
146146
},
147147
linker_script = "//sw/device/lib/testing/test_framework:ottf_ld_silicon_owner_slot_virtual",
148148
manifest = ":manifest",

sw/device/tests/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ opentitan_test(
154154
EARLGREY_TEST_ENVS,
155155
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
156156
{
157-
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
157+
"//hw/top_earlgrey:fpga_hyper310_rom_ext": None,
158158
"//hw/top_earlgrey:fpga_cw310_sival": None,
159159
"//hw/top_earlgrey:silicon_creator": None,
160160
},
@@ -163,7 +163,7 @@ opentitan_test(
163163
run_in_ci = EARLGREY_TEST_ENVS.keys() + [
164164
"//hw/top_earlgrey:fpga_cw310_sival",
165165
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext",
166-
"//hw/top_earlgrey:fpga_cw310_rom_ext",
166+
"//hw/top_earlgrey:fpga_hyper310_rom_ext",
167167
],
168168
deps = [
169169
"//hw/ip/aes:model",

0 commit comments

Comments
 (0)