diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-12 01:51:57 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-12 01:51:57 +0100 |
commit | b9e3343c3e4ead4b6a6acbc562c56432fc6da71d (patch) | |
tree | 8eb0cb668ca8d077bbb7efc709eeab28d7915045 | |
parent | d54123d29303850b96c58970b010308388ec898d (diff) | |
download | buildroot-b9e3343c3e4ead4b6a6acbc562c56432fc6da71d.tar.gz buildroot-b9e3343c3e4ead4b6a6acbc562c56432fc6da71d.zip |
.gitlab-ci.yml: refresh after ATF tests addition
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/44094313
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9a7f78280..03c040140f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -231,6 +231,9 @@ zynq_microzed_defconfig: *defconfig zynq_zc706_defconfig: *defconfig zynq_zed_defconfig: *defconfig zynq_zybo_defconfig: *defconfig +tests.boot.test_atf.TestATFAllwinner: *runtime_test +tests.boot.test_atf.TestATFMarvell: *runtime_test +tests.boot.test_atf.TestATFVexpress: *runtime_test tests.core.test_post_scripts.TestPostScripts: *runtime_test tests.core.test_rootfs_overlay.TestRootfsOverlay: *runtime_test tests.core.test_timezone.TestGlibcAllTimezone: *runtime_test |