ci/bare-metal: Remove "stage: test" from .baremetal-test.
authorEmma Anholt <emma@anholt.net>
Tue, 21 Jun 2022 15:41:44 +0000 (08:41 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 22 Jun 2022 20:59:54 +0000 (20:59 +0000)
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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17146>

.gitlab-ci/test/gitlab-ci.yml

index 2b24995..1dd8cfd 100644 (file)
     - .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