File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments