gitlab-ci: Use all_paths in .test-manual rules
authorMichel Dänzer <mdaenzer@redhat.com>
Sat, 11 Apr 2020 13:32:02 +0000 (15:32 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 13 Apr 2020 10:29:48 +0000 (10:29 +0000)
commit6a8e5dde6684c477edddb044a38a6618bf38d014
tree5846e907197b94bf015c92705e7016a66822af7d
parent5e6267b20b1a0c99cc58f3d4910525f9d07d50be
gitlab-ci: Use all_paths in .test-manual rules

Without this, the .test-manual jobs could end up as 'when: manual' when
the jobs they depend on were 'when: never', which was flagged as
invalid YAML, preventing the pipeline from being created.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4522>
.gitlab-ci.yml