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>2022-12-14 10:33:06 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-12-14 10:33:06 +0300
commit8a160dcedd27ace1930c51757b33605ec0919a1f (patch)
treea477976cf3e677c51b3a283d0a76a3567e9c1671 /.gitlab
parent233ac4a672c78d384f9ba8ee788b03b2e3643388 (diff)
Remove the upstream global nav test
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml4
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml16
2 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 8cf48829..535a8ca2 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -117,10 +117,6 @@ default:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH =~ /^\d{1,2}\.\d{1,2}$/'
-.rules_upstream_global_nav_test:
- rules:
- - if: '$CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger"'
-
.rules_prod:
rules:
- if: $CHORES_PIPELINE == "true" || $CLEAN_REVIEW_APPS_DAYS
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 52e4118b..9bb5fd86 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -19,22 +19,6 @@ test_global_nav_links:
- "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
#
-# Test the links in the global nav for review apps for upstream projects
-#
-upstream_test_global_nav_links:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0088e238
- extends:
- - .rules_upstream_global_nav_test
- - .bundle
- stage: test
- script:
- # Only check files in top-level directories. This means a much faster and less repetitive check of global navigation links.
- - echo " all:" >> nanoc.yaml
- - echo " exclude_files:" >> nanoc.yaml
- - echo " - '\/(ee|runner|omnibus|charts|operator)\/.*\/.*'" >> nanoc.yaml
- - "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
-
-#
# Check the redirect file for duplicates
#
check_duplicate_redirects: