Skip to content

Commit

Permalink
Prow: Add Terraform Lint to openshift/installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Rosero V committed Aug 6, 2018
1 parent 49bbe25 commit 82e0034
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2353,6 +2353,25 @@ presubmits:
args:
- ./hack/yaml-lint.sh

- name: ci-pull-openshift-installer-tf-lint
trigger: "(?m)^/test tf-lint"
rerun_command: "/test tf-lint"
context: ci/prow/tf-lint
always_run: true
skip_report: false
agent: kubernetes
decorate: true
spec:
containers:
- image: quay.io/coreos/tflint
env:
- name: IS_CONTAINER
value: 'TRUE'
command:
- sh
args:
- ./hack/tf-lint.sh

openshift/ci-vm-operator:
- name: pull-ci-vm-operator-build
agent: kubernetes
Expand Down

0 comments on commit 82e0034

Please sign in to comment.