Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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