Skip to content

Commit 510ea33

Browse files
committed
[ot] .gitlab-ci.d: opentitan: fix smoke test for DJ
Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 9043d1e commit 510ea33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.d/opentitan/ot-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ smoke-tests-ot:
1212
-object ot-rom_img,id=rom,file=build/exit_eg.bin -d in_asm,int
1313
-nographic -global ot-ibex_wrapper.lc-ignore=on
1414
- timeout -s KILL 4 build/qemu-system-riscv32 -M ot-darjeeling,no_epmp_cfg=true
15-
-object ot-rom_img,id=rom,file=build/exit_dj.bin -d in_asm,int
15+
-object ot-rom_img,id=rom0,file=build/exit_dj.bin -d in_asm,int
1616
-nographic -global ot-ibex_wrapper.lc-ignore=on

.gitlab-ci.d/opentitan/qemu-ot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
BAREMETAL_REF: "b0-250724-1"
2+
BAREMETAL_REF: "a0-251104-1"
33
QEMU_BUILD_OPTS: "--disable-install-blobs"
44

55
include:

0 commit comments

Comments
 (0)