We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f321b70 commit f67e06eCopy full SHA for f67e06e
ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml
@@ -134,4 +134,22 @@ presubmits:
134
command:
135
- sh
136
args:
137
- - ./hack/shellcheck.sh
+ - ./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