Skip to content

Commit 82e0034

Browse files
author
Alejandro Rosero V
committed
Prow: Add Terraform Lint to openshift/installer
1 parent 49bbe25 commit 82e0034

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

cluster/ci/config/prow/config.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,6 +2353,25 @@ presubmits:
23532353
args:
23542354
- ./hack/yaml-lint.sh
23552355

2356+
- name: ci-pull-openshift-installer-tf-lint
2357+
trigger: "(?m)^/test tf-lint"
2358+
rerun_command: "/test tf-lint"
2359+
context: ci/prow/tf-lint
2360+
always_run: true
2361+
skip_report: false
2362+
agent: kubernetes
2363+
decorate: true
2364+
spec:
2365+
containers:
2366+
- image: quay.io/coreos/tflint
2367+
env:
2368+
- name: IS_CONTAINER
2369+
value: 'TRUE'
2370+
command:
2371+
- sh
2372+
args:
2373+
- ./hack/tf-lint.sh
2374+
23562375
openshift/ci-vm-operator:
23572376
- name: pull-ci-vm-operator-build
23582377
agent: kubernetes

0 commit comments

Comments
 (0)