summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-07-28 20:22:14 -0400
committerThibault Saunier <tsaunier@igalia.com>2021-07-28 20:22:14 -0400
commit82e45be057b03fa769f3db72accdbb519b0d3a49 (patch)
treee257189d248bb00f76aa8f0c00a6294581e37e0e
parent7b0c52248413c30fa8a2c2bd53da703388272166 (diff)
citemplate: Do not validate check bugs as we are not on master
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/409>
-rw-r--r--gitlab/ci_template.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 94b5fcc..e3c213c 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -567,7 +567,7 @@ integration testsuites fedora:
extends: '.test fedora x86_64'
parallel: 4
variables:
- EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
+ EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
TEST_SUITE: "validate ges"
rules:
- if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-examples|gst-omx|gstreamer-sharp|gst-plugins-rs)$/'