Skip to content

Commit f67e06e

Browse files
committed
openshift installer: add terraform fmt
1 parent f321b70 commit f67e06e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,22 @@ presubmits:
134134
command:
135135
- sh
136136
args:
137-
- ./hack/shellcheck.sh
137+
- ./hack/shellcheck.sh
138+
139+
- name: pull-ci-origin-installer-tf-fmt
140+
trigger: "((?m)^/test( all| tf-fmt),?(\\s+|$))"
141+
rerun_command: "/test tf-fmt"
142+
context: ci/prow/tf-fmt
143+
always_run: true
144+
agent: kubernetes
145+
decorate: true
146+
spec:
147+
containers:
148+
- image: quay.io/coreos/terraform-alpine:v0.11.7
149+
env:
150+
- name: IS_CONTAINER
151+
value: 'TRUE'
152+
command:
153+
- sh
154+
args:
155+
- ./hack/tf-fmt.sh

0 commit comments

Comments
 (0)