Skip to content

Commit 4ab826a

Browse files
Merge pull request #1131 from alejovicu/CORS-746
Prow: Add shell check to openshift/installer
2 parents f912443 + e12a7a0 commit 4ab826a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

cluster/ci/config/prow/config.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ presubmits:
23422342
- --template=/usr/local/e2e-aws
23432343
- --target=e2e-aws
23442344

2345-
- name: yaml-lint
2345+
- name: ci-pull-openshift-installer-yaml-lint
23462346
trigger: "(?m)^/test yaml-lint"
23472347
rerun_command: "/test yaml-lint"
23482348
context: ci/prow/yaml-lint
@@ -2380,6 +2380,25 @@ presubmits:
23802380
args:
23812381
- ./hack/tf-lint.sh
23822382

2383+
- name: ci-pull-openshift-installer-shellcheck
2384+
trigger: "(?m)^/test shellcheck"
2385+
rerun_command: "/test shellcheck"
2386+
context: ci/prow/shellcheck
2387+
always_run: true
2388+
skip_report: false
2389+
agent: kubernetes
2390+
decorate: true
2391+
spec:
2392+
containers:
2393+
- image: quay.io/coreos/shellcheck-alpine:v0.5.0
2394+
env:
2395+
- name: IS_CONTAINER
2396+
value: "TRUE"
2397+
command:
2398+
- sh
2399+
args:
2400+
- ./hack/shellcheck.sh
2401+
23832402
openshift/ci-vm-operator:
23842403
- name: pull-ci-vm-operator-build
23852404
agent: kubernetes

0 commit comments

Comments
 (0)