aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarm Berntsen <harm.berntsen@nedap.com>2021-05-21 21:59:45 +0200
committerTom Rini <trini@konsulko.com>2021-05-26 13:00:50 -0400
commit198b2427327b2df770836dac3e088718da09e6d0 (patch)
treebf41b0a0fe1f9f7e1b96114e49ae8ea318cc8fd5
parent4be6cb287930261edb04e184579bb4188fa0a0cf (diff)
downloadu-boot-198b2427327b2df770836dac3e088718da09e6d0.zip
u-boot-198b2427327b2df770836dac3e088718da09e6d0.tar.gz
u-boot-198b2427327b2df770836dac3e088718da09e6d0.tar.bz2
GitLab: Remove tags for sandbox_noinst tests
Commit 712cc962b70d ("GitLab: Remove "tags" stanzas") removed the 'all' tag from all the jobs. The sandbox_noinst_test.py test was added in between the author date and commit date (commit 6c914e4232cd ("azure/gitlab: Add tests for sandbox_noinst")) which is probably why it still contains the tags. This commit fixes that so all jobs now don't require tags on the GitLab runners. Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Pratyush Yadav <p.yadav@ti.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e250f3..d072e83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,7 +189,6 @@ sandbox_spl test.py:
<<: *buildman_and_testpy_dfn
sandbox_noinst_test.py:
- tags: [ 'all' ]
variables:
TEST_PY_BD: "sandbox_noinst"
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"