We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5a57c commit 457be2cCopy full SHA for 457be2c
cluster/ci/config/prow/config.yaml
@@ -3211,6 +3211,25 @@ presubmits:
3211
- --template=/usr/local/e2e-aws
3212
- --target=e2e-aws
3213
3214
+ - name: yaml-lint
3215
+ trigger: "(?m)^/test yaml-lint"
3216
+ rerun_command: "/test yaml-lint"
3217
+ context: ci/prow/yaml-lint
3218
+ always_run: true
3219
+ skip_report: false
3220
+ agent: kubernetes
3221
+ decorate: true
3222
+ spec:
3223
+ containers:
3224
+ - image: quay.io/coreos/yamllint
3225
+ env:
3226
+ - name: IS_CONTAINER
3227
+ value: 'TRUE'
3228
+ command:
3229
+ - sh
3230
+ args:
3231
+ - ./hack/yaml-lint.sh
3232
+
3233
openshift/ci-vm-operator:
3234
- name: pull-ci-vm-operator-build
3235
agent: kubernetes
0 commit comments