Skip to content
Snippets Groups Projects
Commit d9940720 authored by mminar's avatar mminar
Browse files

Merge branch 'ci-lint-fix-image' into 'main'

ci: kube-linter: use template image

See merge request !18
parents 65f7dbb1 5749ace7
No related branches found
No related tags found
1 merge request!18ci: kube-linter: use template image
Pipeline #274712 passed
......@@ -20,6 +20,7 @@ yamllint:
- "**/*.yaml"
- "*.yml"
- "**/*.yml"
when: on_success
markdownlint:
stage: lint
......@@ -37,6 +38,7 @@ markdownlint:
- "**/*.MD"
- ".mdlrc"
- ".markdown.style.rb"
when: on_success
hadolint:
stage: lint
......@@ -51,10 +53,12 @@ hadolint:
- "**/Dockerfile*"
- .gitlab-ci.yaml
- .gitlab/lint.yaml
when: on_success
iperf-kube-lint:
extends: .kube-linter
image: registry.gitlab.com/ethz-hpc/pipelines/kube-linter:latest@sha256:f0f8fbe21a03b5f9b6553917815771ed7ab63fcb42125c0057c57e46dd474641
variables:
REGISTRY: registry.gitlab.com
stage: lint
script:
- make -C charts/iperf lint
......@@ -65,4 +69,4 @@ iperf-kube-lint:
- .gitlab-ci.yaml
- .gitlab/lint.yaml
- charts/**/*.yaml
- .kube-linter.yaml
when: on_success
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