Skip to content

Commit

Permalink
Add metal3-io/community in prow config. This PR also adds a markdownl…
Browse files Browse the repository at this point in the history
…int prow job for the repo

Signed-off-by: Kashif Khan <[email protected]>
  • Loading branch information
kashifest committed Dec 1, 2023
1 parent 9dfce20 commit fe9e22a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ tide:
- metal3-io/.github
- metal3-io/baremetal-operator
- metal3-io/cluster-api-provider-metal3
- metal3-io/community
- metal3-io/ironic-client
- metal3-io/ironic-hardware-inventory-recorder-image
- metal3-io/ironic-image
Expand Down Expand Up @@ -899,6 +900,38 @@ presubmits:
image: docker.io/golang:1.19
imagePullPolicy: Always

metal3-io/community:
- name: markdownlint
run_if_changed: '\.md$'
decorate: true
spec:
containers:
- args:
- ./hack/markdownlint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint:0.13.0@sha256:9c0cdfb64fd3f1d3bdc5181629b39c2e43b6a52fc9fdc146611e1860845bbae0
imagePullPolicy: Always
metal3-io/community:
- name: shellcheck
run_if_changed: '((\.sh)|^Makefile)$'
decorate: true
spec:
containers:
- args:
- ./hack/shellcheck.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7
imagePullPolicy: Always


metal3-io/metal3-dev-env:
- name: shellcheck
run_if_changed: '((\.sh)|^Makefile)$'
Expand Down
1 change: 1 addition & 0 deletions prow/manifests/overlays/metal3/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ plugins:
metal3-io/.github:
metal3-io/baremetal-operator:
metal3-io/cluster-api-provider-metal3:
metal3-io/community:
metal3-io/ip-address-manager:
metal3-io/ironic-client:
metal3-io/ironic-hardware-inventory-recorder-image:
Expand Down

0 comments on commit fe9e22a

Please sign in to comment.