Mesa (main): ci/bare-metal: Remove "stage: test" from .baremetal-test.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 22 21:22:52 UTC 2022


Module: Mesa
Branch: main
Commit: 1f9566cbb039ceddc416cc6851de3385bb40f0a1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f9566cbb039ceddc416cc6851de3385bb40f0a1

Author: Emma Anholt <emma at anholt.net>
Date:   Tue Jun 21 08:41:44 2022 -0700

ci/bare-metal: Remove "stage: test" from .baremetal-test.

This is not one of the valid stages in the top level "stages:"
declaration, you're supposed to get your stage from your
test-source-dep.yml include.  Avoids issues when .baremetal-test gets
included after your test-source-dep.

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17146>

---

 .gitlab-ci/test/gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml
index 2b2499568b0..1dd8cfdc3a3 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -120,7 +120,6 @@
     - .test
   # Cancel job if a newer commit is pushed to the same branch
   interruptible: true
-  stage: test
   before_script:
     - !reference [default, before_script]
     # Use this instead of gitlab's artifacts download because it hits packet.net



More information about the mesa-commit mailing list