mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
citemplate: run the docs job in more modules
Needed to catch regressions in the docs cache files. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/318>
This commit is contained in:
parent
efdb7c545c
commit
e18eb064c1
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue