
1 Nov
2021
1 Nov
'21
2:17 a.m.
This needs fixing up once the new hooks land as well as adding an azure rule.
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7c65ebbcef..33466ec2a8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -240,6 +240,12 @@ qemu_arm64 test.py: TEST_PY_TEST_SPEC: "not sleep" <<: *buildman_and_testpy_dfn
+#qemu_arm spl_test.py: +# variables: +# TEST_PY_BD: "qemu_arm_spl" +# TEST_PY_TEST_SPEC: "not sleep" +# <<: *buildman_and_testpy_dfn + qemu_malta test.py: variables: TEST_PY_BD: "malta"
--
2.33.1.1089.g2158813163f-goog