Skip to content
Snippets Groups Projects

GraphQL: Add `group.runnerCloudProvisioning` field

Merged Pedro Pombeiro requested to merge pedropombeiro/438316/add-group-level-query-field into master
All threads resolved!
Files
341
 
include:
 
- component: gitlab.com/gitlab-org/technical-writing-group/markdown-link-check/lychee@0.2.0
 
inputs:
 
job-name: docs-lint links
 
job-stage: lint
 
lychee-version: "0.14.3"
 
 
# Override rules for markdown-link-check CI/CD component
 
docs-lint links:
 
extends:
 
- .docs:rules:docs-lint
 
.review-docs:
.review-docs:
extends:
extends:
- .default-retry
- .default-retry
@@ -39,23 +51,6 @@ review-docs-cleanup:
@@ -39,23 +51,6 @@ review-docs-cleanup:
script:
script:
- ./scripts/trigger-build.rb docs cleanup
- ./scripts/trigger-build.rb docs cleanup
docs-lint links:
extends:
- .docs:rules:docs-lint
image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-08fa6df8
stage: lint
needs: []
script:
# Prepare docs for build
# The path must be 'ee/' because we have hardcoded links relying on it
# https://gitlab.com/gitlab-org/gitlab-docs/-/blob/887850752fc0e72856da6632db132f005ba77f16/content/index.erb#L44-63
- mv doc/ /tmp/gitlab-docs/content/ee
- cd /tmp/gitlab-docs
# Build HTML from Markdown
- make compile
# Check the internal links and anchors (in parallel)
- "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
.docs-markdown-lint-image:
.docs-markdown-lint-image:
# When updating the image version here, update it in /scripts/lint-doc.sh too.
# When updating the image version here, update it in /scripts/lint-doc.sh too.
image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-markdown:alpine-3.19-vale-3.0.7-markdownlint-0.39.0-markdownlint2-0.12.1
image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-markdown:alpine-3.19-vale-3.0.7-markdownlint-0.39.0-markdownlint2-0.12.1
Loading