From a2db249334ccdcba2937e75e50f915ef87700e40 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 15 Mar 2022 13:26:08 +0000 Subject: [PATCH] ci: Don't run post-merge test jobs We mark the build job as never running post-merge, because we just don't want a pipeline running. GitLab seems to respond to this by just trying to run the job anyway, so mark it as never. In all other cases, it will be run on_success when the upstream jobs it depends on have completed. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dde80e4..886d548 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,6 +167,8 @@ make check venus: dependencies: - debian/x86_build rules: + - if: *is-post-merge + when: never - when: on_success .gl-host-test: