Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2020-12-04 12:03:51 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-12-04 12:03:51 +0300
commit2aa705dca542c1d40ad1e32afd1c425b6d380ce5 (patch)
tree70d4168631ca41203181a9e948f4b36119388cdb /.gitlab-ci.yml
parentbdba5ba9ed8bab629c293806e4b3bc12575530bc (diff)
Update chores jobs and images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12f1713f..a3856260 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,6 +97,7 @@ variables:
rules:
- if: '$CI_MERGE_REQUEST_ID'
- if: '$CI_COMMIT_BRANCH =~ /docs-preview/'
+ - if: '$CI_PIPELINE_SOURCE == "schedule" && $CHORES_PIPELINE == "true"'
#
# Caching keys
@@ -189,7 +190,7 @@ compile_dev:
# Test internal links and anchors with nanoc
#
test_internal_links_and_anchors:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.12-ruby-2.7.2
extends:
- .rules_site_tests
- .cache_gem
@@ -266,7 +267,7 @@ yaml_lint:
- yamllint .gitlab-ci.yml content/_data
#
-# Check for broken external links, weekly pipelines only
+# Check for broken external links
#
test_external_links:
extends:
@@ -282,8 +283,9 @@ test_external_links:
test_EOL_whitespace:
extends:
- .rules_chores
+ - .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.12-vale-2.6.1-markdownlint-0.24.0
needs: []
before_script: []
dependencies: []
@@ -297,8 +299,9 @@ test_EOL_whitespace:
test_unlinked_images:
extends:
- .rules_chores
+ - .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest
+ image: "registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.12-ruby-2.7.2"
needs: []
before_script: []
dependencies: []