citemplate: run the docs job in more modules
authorJordan Petridis <jordan@centricular.com>
Wed, 1 Jul 2020 15:32:26 +0000 (18:32 +0300)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 3 Jul 2020 09:47:27 +0000 (09:47 +0000)
Needed to catch regressions in the docs cache files.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/318>

gitlab/ci_template.yml

index cf6e808..814b218 100644 (file)
@@ -1064,7 +1064,7 @@ documentation:
     - '.global_ci_policy'
     - '.gst_build_ccache_vars'
   rules:
-    - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-build|gst-sharp|gst-integration-testsuites|gst-omx|gst-plugins-rs|gst-python)$/'
+    - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-integration-testsuites|gst-plugins-rs|gst-python)$/'
   needs:
     - "manifest"
   stage: integrate
@@ -1079,7 +1079,7 @@ documentation:
   - |
     python3 -c "import os, subprocess, sys
     subprojects = [os.environ['CI_PROJECT_NAME']]
-    if subprojects[0]  == 'gst-ci':
+    if subprojects[0]  in ['gst-ci', 'gst-build']:
         subprojects = ['gstreamer', 'gst-plugins-ugly', 'gst-omx', 'gst-plugins-good', 'gst-plugins-base', 'gstreamer-vaapi', 'gst-libav', 'gst-editing-services', 'gst-rtsp-server', 'gst-plugins-bad',]
 
     diffsdir = '../plugins-cache-diffs'