From: Vladimír Čunát Date: Wed, 26 Oct 2022 15:38:49 +0000 (+0200) Subject: ci respdiff+resperf: make them run manually X-Git-Tag: v5.6.0~14^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4097117deb54244c14aa1908487c9be9cb3071e1;p=thirdparty%2Fknot-resolver.git ci respdiff+resperf: make them run manually In that case there's no need to wait for other jobs, too. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60dee4d43..2e9c644ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -392,16 +392,14 @@ pytests: # respdiff {{{ .condor: &condor <<: *common - needs: - - job: deckard - artifacts: false - - job: respdiff:basic - artifacts: false + tags: + - condor + needs: [] only: # trigger job only in repos under our control - branches@knot/knot-resolver - branches@knot/security/knot-resolver - tags: - - condor + # The set of respdiff+resperf jobs takes over two hours to execute. + when: manual .respdiff: &respdiff <<: *condor