From: Harm Berntsen Date: Fri, 21 May 2021 19:59:45 +0000 (+0200) Subject: GitLab: Remove tags for sandbox_noinst tests X-Git-Tag: v2021.10~166^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b725ed50714ff817cc0d8ccbc9c3655032587382;p=platform%2Fkernel%2Fu-boot.git 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 CC: Simon Glass Acked-by: Pratyush Yadav --- 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"