Skip to content

Commit 714a022

Browse files
committed
Gitlab: Add missing symlink for qemu_arm64_lwip boardenv file
When adding the symlink for the conf file so qemu_arm64_lwip uses qemu_arm64 configuration information, the symlink for the boardenv file was missed in Gitlab (but not Azure). Add that in now. Fixes: fd10d15 ("CI: add qemu_arm64_lwip to the test matrix") Reviewed-by: Jerome Forissier <[email protected]> Signed-off-by: Tom Rini <[email protected]>
1 parent 274dc52 commit 714a022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stages:
4040
# qemu_arm64_lwip_defconfig is the same as qemu_arm64 but with NET_LWIP enabled.
4141
# The test config and the boardenv file from qemu_arm64 can be re-used so create symlinks
4242
- ln -s conf.qemu_arm64_na /tmp/uboot-test-hooks/bin/travis-ci/conf.qemu_arm64_lwip_na
43+
- ln -s u_boot_boardenv_qemu_arm64_na.py /tmp/uboot-test-hooks/py/travis-ci/u_boot_boardenv_qemu_arm64_lwip_na.py
4344
- ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
4445
- ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
4546
- if [[ "${TEST_PY_BD}" == "qemu-riscv32_spl" ]]; then

0 commit comments

Comments
 (0)