Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ presubmits:
image: docker.io/golang:1.24
imagePullPolicy: Always
- name: markdownlint
branches:
- main
run_if_changed: '(\.md|markdownlint\.sh)$'
decorate: true
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
presubmits:
metal3-io/ironic-standalone-operator:
- name: gomod
branches:
- release-0.4
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/gomod.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.24
imagePullPolicy: Always
- name: markdownlint
branches:
- release-0.4
run_if_changed: '(\.md|markdownlint\.sh)$'
decorate: true
spec:
containers:
- args:
- ./hack/markdownlint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint-cli2:0.12.0@sha256:a3977fba9814f10d33a1d69ae607dc808e7a6470b2ba03e84c17193c0791aac0
imagePullPolicy: Always
- name: manifestlint
branches:
- release-0.4
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/manifestlint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
- name: KUBECONFORM_PATH
value: "/"
image: ghcr.io/yannh/kubeconform:v0.6.7-alpine@sha256:824e0c248809e4b2da2a768b16b107cf17ada88a89ec6aa6050e566ba93ebbc6
imagePullPolicy: Always
# name: metal3-dev-env-integration-test-{image_os}-release-1-10
- name: metal3-dev-env-integration-test-ubuntu-release-1-10
branches:
- release-0.4
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-centos-release-1-10
branches:
- release-0.4
agent: jenkins
always_run: false
optional: true