ci: Make test-docs job depend on sanity job
authorMichel Dänzer <mdaenzer@redhat.com>
Fri, 20 Nov 2020 10:05:56 +0000 (11:05 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 30 Nov 2020 08:53:44 +0000 (08:53 +0000)
commitb9ee0cd69a04a99d7fadd831c1c255b1523a2731
tree4cf172819927ad0bc317a5e4dd2fa5decade89e4
parent94f4497a7909ef390b84b070de68923bb4487d43
ci: Make test-docs job depend on sanity job

Without this, the test-docs job could end up waiting for manual action
after the sanity job failed, which prevented the pipeline as a whole
from having failed status.

(This means the test-docs job will no longer exist in one corner case
where it did before, when pushing directly to a non-master branch of
the main repository. That should be fine, since the docs are only
deployed from master.)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7676>
.gitlab-ci.yml