Mesa (master): ci: move test-docs to container stage

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 1 14:58:31 UTC 2020


Module: Mesa
Branch: master
Commit: 196ac4c6f3fdd15f5632b2a3af7fd56bfdf57f11
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=196ac4c6f3fdd15f5632b2a3af7fd56bfdf57f11

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Mon Jun 22 11:10:40 2020 +0200

ci: move test-docs to container stage

While we're at it, rename it to reflect that we're now also testing docs
here.

Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5469>

---

 .gitlab-ci.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b22e3423b45..42a969559ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ include:
   - local: '.gitlab-ci/test-source-dep.yml'
 
 stages:
-  - container
+  - container+docs
   - container-2
   - meson-x86_64
   - scons
@@ -26,7 +26,6 @@ stages:
 
 .docs-base:
   image: alpine
-  stage: deploy
   script:
   - apk --no-cache add py3-pip
   - pip3 install sphinx sphinx_rtd_theme
@@ -34,6 +33,7 @@ stages:
 
 pages:
   extends: .docs-base
+  stage: deploy
   artifacts:
     paths:
     - public
@@ -46,6 +46,7 @@ pages:
 
 test-docs:
   extends: .docs-base
+  stage: container+docs
   except:
     refs:
     - master at mesa/mesa
@@ -131,7 +132,7 @@ success:
 # repository's registry will be used there as well.
 
 .container:
-  stage: container
+  stage: container+docs
   extends:
     - .ci-run-policy
   rules:
@@ -361,7 +362,7 @@ windows_build_vs2019:
   extends:
     - .container
     - .windows-docker-vs2019
-  stage: container
+  stage: container+docs
   variables:
     GIT_STRATEGY: fetch # we do actually need the full repository though
   timeout: 4h # LLVM takes ages



More information about the mesa-commit mailing list