Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • gitlab-com/gl-infra/common-ci-tasks
1 result
Show changes
Loading
@@ -22,6 +22,6 @@ variables:
Loading
@@ -22,6 +22,6 @@ variables:
include: include:
# Setup Woodhouse notifications in merge requests for mirrored remote pipelines. # Setup Woodhouse notifications in merge requests for mirrored remote pipelines.
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: mirroring.yml file: mirroring.yml
``` ```
Loading
@@ -15,7 +15,7 @@ include:
Loading
@@ -15,7 +15,7 @@ include:
# Includes a base template for oidc authentication # Includes a base template for oidc authentication
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/oidc.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/oidc.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: 'oidc.yml' file: 'oidc.yml'
   
deploy_to_cloud_provider: deploy_to_cloud_provider:
Loading
@@ -46,7 +46,7 @@ include:
Loading
@@ -46,7 +46,7 @@ include:
# Includes a base template for running kaniko easily # Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: 'oidc.yml' file: 'oidc.yml'
   
oidc_authenticated_job: oidc_authenticated_job:
Loading
@@ -156,7 +156,7 @@ include:
Loading
@@ -156,7 +156,7 @@ include:
# Includes a base template for running kaniko easily # Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: 'oidc.yml' file: 'oidc.yml'
   
dual_oidc_authenticated_job: dual_oidc_authenticated_job:
Loading
Loading
Loading
@@ -23,7 +23,7 @@ include:
Loading
@@ -23,7 +23,7 @@ include:
# Ensure that all Prometheus Rules and Alerts are defined correctly # Ensure that all Prometheus Rules and Alerts are defined correctly
# Rules defined https://cloudflare.github.io/pint/checks/ # Rules defined https://cloudflare.github.io/pint/checks/
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: promlint.yml file: promlint.yml
``` ```
   
Loading
Loading
Loading
@@ -54,7 +54,7 @@ There are four ways to configure the access token used by Renovate. There are in
Loading
@@ -54,7 +54,7 @@ There are four ways to configure the access token used by Renovate. There are in
   
```yaml ```yaml
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: renovate-bot.yml file: renovate-bot.yml
inputs: inputs:
vault: "gitlab-com/gitlab-com/gl-infra/renovate/renovate-ci/renovate/gitlab-com/token@ci" vault: "gitlab-com/gitlab-com/gl-infra/renovate/renovate-ci/renovate/gitlab-com/token@ci"
Loading
@@ -153,7 +153,7 @@ include:
Loading
@@ -153,7 +153,7 @@ include:
# Upgrades dependencies on a schedule # Upgrades dependencies on a schedule
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: renovate-bot.yml file: renovate-bot.yml
``` ```
   
Loading
Loading
Loading
@@ -35,7 +35,7 @@ include:
Loading
@@ -35,7 +35,7 @@ include:
   
.base_renovate_bot: .base_renovate_bot:
image: image:
name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.62.1 name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.62.2
entrypoint: [""] entrypoint: [""]
stage: $[[ inputs.renovate_bot_stage ]] stage: $[[ inputs.renovate_bot_stage ]]
variables: variables:
Loading
Loading
Loading
@@ -79,7 +79,7 @@ Done :tada:
Loading
@@ -79,7 +79,7 @@ Done :tada:
# Analyze commits to determine whether to cut a release # Analyze commits to determine whether to cut a release
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: semantic-release.yml file: semantic-release.yml
#inputs: #inputs:
# stage: release # stage: release
Loading
@@ -148,7 +148,7 @@ include:
Loading
@@ -148,7 +148,7 @@ include:
# Analyze commits to determine whether to cut a release # Analyze commits to determine whether to cut a release
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: 'semantic-release.yml' file: 'semantic-release.yml'
inputs: inputs:
vault: access_tokens/${VAULT_SECRETS_PATH}/semantic-release/token@ci vault: access_tokens/${VAULT_SECRETS_PATH}/semantic-release/token@ci
Loading
Loading
Loading
@@ -26,6 +26,6 @@ include:
Loading
@@ -26,6 +26,6 @@ include:
# standard canonical format # standard canonical format
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/shellcheck.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/shellcheck.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: shellcheck.yml file: shellcheck.yml
``` ```
Loading
@@ -22,6 +22,6 @@ include:
Loading
@@ -22,6 +22,6 @@ include:
# Ensure that all shell-scripts are formatted according to a # Ensure that all shell-scripts are formatted according to a
# standard canonical format # standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: shfmt.yml file: shfmt.yml
``` ```
Loading
@@ -26,7 +26,7 @@ include:
Loading
@@ -26,7 +26,7 @@ include:
# Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy # Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: templates/golang.yml file: templates/golang.yml
``` ```
   
Loading
@@ -42,7 +42,7 @@ include:
Loading
@@ -42,7 +42,7 @@ include:
# common to all projects using this template library. # common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: templates/golang.yml file: templates/golang.yml
inputs: inputs:
validate_stage: test # stage that validation jobs should run in validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
@@ -29,7 +29,7 @@ include:
Loading
@@ -29,7 +29,7 @@ include:
# common to all projects using this template library. # common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: templates/standard.yml file: templates/standard.yml
``` ```
   
Loading
@@ -45,7 +45,7 @@ include:
Loading
@@ -45,7 +45,7 @@ include:
# common to all projects using this template library. # common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: templates/standard.yml file: templates/standard.yml
inputs: inputs:
validate_stage: test # stage that validation jobs should run in validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
@@ -28,7 +28,7 @@ include:
Loading
@@ -28,7 +28,7 @@ include:
# Runs Terraform validations, including tflint, terraform validate and terraform formatting checks # Runs Terraform validations, including tflint, terraform validate and terraform formatting checks
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/terraform.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/terraform.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: templates/terraform.yml file: templates/terraform.yml
``` ```
   
Loading
@@ -44,7 +44,7 @@ include:
Loading
@@ -44,7 +44,7 @@ include:
# common to all projects using this template library. # common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: templates/terraform.yml file: templates/terraform.yml
inputs: inputs:
validate_stage: test # stage that validation jobs should run in validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
@@ -19,6 +19,6 @@ include:
Loading
@@ -19,6 +19,6 @@ include:
# Ensures that all terraform files are correctly formatted # Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-format.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-format.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: terraform-format.yml file: terraform-format.yml
``` ```
Loading
@@ -11,7 +11,7 @@ include:
Loading
@@ -11,7 +11,7 @@ include:
# Publish a Terraform Module in the Terraform Module registry # Publish a Terraform Module in the Terraform Module registry
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-module-publish.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-module-publish.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: terraform-module-publish.yml file: terraform-module-publish.yml
inputs: inputs:
module_name: # Defaults to project name module_name: # Defaults to project name
Loading
Loading
Loading
@@ -22,7 +22,7 @@ include:
Loading
@@ -22,7 +22,7 @@ include:
# Ensures that all terraform files are syntactically valid # Ensures that all terraform files are syntactically valid
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-validate.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-validate.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: terraform-validate.yml file: terraform-validate.yml
``` ```
   
Loading
Loading
Loading
@@ -30,7 +30,7 @@ include:
Loading
@@ -30,7 +30,7 @@ include:
# Runs tflint on all terraform module directories # Runs tflint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/tflint.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/tflint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: tflint.yml file: tflint.yml
``` ```
   
Loading
Loading
Loading
@@ -16,7 +16,7 @@ variables:
Loading
@@ -16,7 +16,7 @@ variables:
include: include:
# Check that `vendir sync` is up-to-date and the repository matches the expected state # Check that `vendir sync` is up-to-date and the repository matches the expected state
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: vendir.yml file: vendir.yml
``` ```
   
Loading
Loading
Loading
@@ -12,7 +12,7 @@ stages:
Loading
@@ -12,7 +12,7 @@ stages:
   
include: include:
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: yamlfmt.yml file: yamlfmt.yml
``` ```
   
Loading
Loading
Loading
@@ -23,6 +23,6 @@ include:
Loading
@@ -23,6 +23,6 @@ include:
# Runs yamllint on all terraform module directories # Runs yamllint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/yamllint.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/yamllint.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.1 # renovate:managed ref: v2.62.2 # renovate:managed
file: yamllint.yml file: yamllint.yml
``` ```