summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2021-10-05 09:06:32 -0400
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-10-05 17:22:57 +0000
commit88ceb249be943a897c905ad21beae30e8a67f57e (patch)
tree45e2c759e2490cb02234e1b1f9f0009e07393056 /.gitlab-ci.yml
parent55222db66e63e4d4828e7e10f32791c11abfba13 (diff)
downloadgstreamer-88ceb249be943a897c905ad21beae30e8a67f57e.tar.gz
ci: Document the difference between the two doc jobs
Naming is hard, so I opted for a small comment to explain this one. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1054>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e7a44dd68..e953460d10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -857,6 +857,10 @@ valgrind ges:
- documentation/
- plugins-cache-diffs/
+#
+# This jobs runs in gsrtreamer namespace when after the merge into main branch.
+# The produced artifact is later used to automatically update the web page.
+#
documentation:
stage: integrate
extends:
@@ -865,6 +869,10 @@ documentation:
rules:
- if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == "main"'
+#
+# This job is run in users namespace to validate documentation before merging
+# MR.
+#
build documentation:
extends:
- '.documentation'