Skip to content

Commit 0999199

Browse files
committed
[ot] .gitlab-ci.d/opentitan: ot-smoke.yml: fix typo for Darjeeling smoke test
Introduced in 5d9dfd6 Signed-off-by: Emmanuel Blot <[email protected]>
1 parent ba08136 commit 0999199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)