Skip to content
Snippets Groups Projects
Commit 017196ee authored by Zedic Birchler's avatar Zedic Birchler
Browse files

Merge branch common-ci-tasks:main into main

parents 3a33b5bd 3ead1c4d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,6 +19,6 @@ include:
# Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-format.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: terraform-format.yml
```
Loading
Loading
@@ -11,7 +11,7 @@ include:
# 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
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: terraform-module-publish.yml
inputs:
module_name: # Defaults to project name
Loading
Loading
Loading
Loading
@@ -26,7 +26,7 @@ spec:
---
 
publish-terraform-module:
image: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/terraform-module-publish:latest
image: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks-images/terraform-module-publish:latest
stage: release
variables:
TERRAFORM_MODULE_DIR: $[[ inputs.module_dir | expand_vars ]]
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@ include:
# Ensures that all terraform files are syntactically valid
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-validate.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: terraform-validate.yml
```
 
Loading
Loading
Loading
Loading
@@ -30,7 +30,7 @@ include:
# Runs tflint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/tflint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: tflint.yml
```
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ tflint:
stage: $[[ inputs.stage ]]
needs: []
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/tflint:${GL_ASDF_TFLINT_VERSION}
name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks-images/tflint:${GL_ASDF_TFLINT_VERSION}
entrypoint: [""]
script:
- rm -rf "tflint-reports/"
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ variables:
include:
# Check that `vendir sync` is up-to-date and the repository matches the expected state
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: vendir.yml
```
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ vendir_validate:
stage: $[[ inputs.stage ]]
needs: []
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/vendir:latest
name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks-images/vendir:latest
entrypoint: [""]
script:
- |
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ stages:
 
include:
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: yamlfmt.yml
```
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ yamlfmt:
stage: $[[ inputs.stage ]]
needs: []
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/yamlfmt:${GL_ASDF_YAMLFMT_VERSION}
name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks-images/yamlfmt:${GL_ASDF_YAMLFMT_VERSION}
entrypoint: [""]
script:
- |
Loading
Loading
Loading
Loading
@@ -23,6 +23,6 @@ include:
# Runs yamllint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/yamllint.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.51.0 # renovate:managed
ref: v2.61.0 # renovate:managed
file: yamllint.yml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment