We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bbe25 commit 82e0034Copy full SHA for 82e0034
cluster/ci/config/prow/config.yaml
@@ -2353,6 +2353,25 @@ presubmits:
2353
args:
2354
- ./hack/yaml-lint.sh
2355
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
+
2375
openshift/ci-vm-operator:
2376
- name: pull-ci-vm-operator-build
2377
agent: kubernetes
0 commit comments