aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-04-29 18:34:37 -0700
committerGerald Combs <gerald@wireshark.org>2021-04-29 18:34:37 -0700
commit992b9146e997741fba95b55f44dbcf77bb9918ad (patch)
tree2abbe51fd0cbd39e351f192dcdfd6a7817bac595
parent3bcdd863b1b74970a08fa30427c0dc3c791b4682 (diff)
GitLab CI: Try to fix our scheduled job logic.
-rw-r--r--.gitlab-ci.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6afe0047f4..a7a6d48af3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -408,8 +408,10 @@ merge-req:windows:
# and https://gitlab.gnome.org/GNOME/glib/-/blob/8f57a5b9/.gitlab-ci.yml#L481
coverity-gcc:
only:
- - schedules
- - $RUN_COVERITY_GCC == "True"
+ refs:
+ - schedules
+ variables:
+ - $RUN_COVERITY_GCC == "True"
image: wireshark/wireshark-ubuntu-dev
stage: analysis
needs: []
@@ -431,8 +433,10 @@ coverity-gcc:
coverity-visual-c++:
only:
- - schedules
- - $RUN_COVERITY_VISUAL_CPP == "True"
+ refs:
+ - schedules
+ variables:
+ - $RUN_COVERITY_VISUAL_CPP == "True"
extends: .build-windows
tags:
- wireshark-windows-merge-req