Skip to content

Commit

Permalink
[ci] Move ROM_EXT tests to hyper310
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cfrantz committed Dec 18, 2024
1 parent 048c34d commit 766a73f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,15 +434,15 @@ jobs:

execute_rom_ext_fpga_tests_cw310:
name: CW310 ROM_EXT Tests
needs: chip_earlgrey_cw310
needs: chip_earlgrey_cw310_hyperdebug
uses: ./.github/workflows/fpga.yml
secrets: inherit
with:
job_name: execute_rom_ext_fpga_tests_cw310
bitstream: chip_earlgrey_cw310
bitstream: chip_earlgrey_cw310_hyperdebug
board: cw310
interface: cw310
tag_filters: cw310_rom_ext
interface: hyper310
tag_filters: hyper310_rom_ext

execute_sival_fpga_tests_cw310:
name: CW310 SiVal Tests
Expand Down
4 changes: 2 additions & 2 deletions sw/device/silicon_owner/bare_metal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ BOOT_SUCCESS_MSG = "Bare metal PASS!"
opentitan_test(
name = "rom_ext_virtual_bare_metal_virtual_boot_test",
exec_env = {
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
"//hw/top_earlgrey:fpga_hyper310_rom_ext": None,
},
fpga = fpga_params(
binaries = {
Expand All @@ -142,7 +142,7 @@ opentitan_test(
name = "rom_ext_virtual_ottf_bl0_virtual",
srcs = ["empty_test.c"],
exec_env = {
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
"//hw/top_earlgrey:fpga_hyper310_rom_ext": None,
},
linker_script = "//sw/device/lib/testing/test_framework:ottf_ld_silicon_owner_slot_virtual",
manifest = ":manifest",
Expand Down
4 changes: 2 additions & 2 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ opentitan_test(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
"//hw/top_earlgrey:fpga_hyper310_rom_ext": None,
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:silicon_creator": None,
},
Expand All @@ -163,7 +163,7 @@ opentitan_test(
run_in_ci = EARLGREY_TEST_ENVS.keys() + [
"//hw/top_earlgrey:fpga_cw310_sival",
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext",
"//hw/top_earlgrey:fpga_cw310_rom_ext",
"//hw/top_earlgrey:fpga_hyper310_rom_ext",
],
deps = [
"//hw/ip/aes:model",
Expand Down

0 comments on commit 766a73f

Please sign in to comment.