From d2a2bc50408adea18358ea2a33c29ba27a409a27 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 26 Jun 2024 12:16:50 +0200 Subject: [PATCH] ci: reorder alpine/x86_64_build rules to fix the nightly pipelines Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11400 Fixes: fdd204538b93e17cecd3 ("ci: build docs using meson") Part-of: --- .gitlab-ci/container/gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index 24faa9a7dd4..d2d888c64ba 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -347,9 +347,12 @@ alpine/x86_64_build: variables: MESA_IMAGE_TAG: &alpine-x86_64_build ${ALPINE_X86_64_BUILD_TAG} rules: + # Note: the next three lines must remain in that order, so that the rules + # in `linkcheck-docs` catch nightly pipelines before the rules in `pages` + # exclude them. + - !reference [linkcheck-docs, rules] - !reference [pages, rules] - !reference [test-docs, rules] - - !reference [linkcheck-docs, rules] - !reference [.container, rules] .use-alpine/x86_64_build: