-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #891 from Nordix/lentzi90/split-prow-config
Split prow config
- Loading branch information
Showing
48 changed files
with
2,794 additions
and
2,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
prowjob_namespace: prow | ||
pod_namespace: test-pods | ||
log_level: debug | ||
|
||
# Sinker configurations (for cleanup) | ||
sinker: | ||
resync_period: 1m | ||
max_prowjob_age: 24h | ||
max_pod_age: 30m | ||
terminated_pod_ttl: 2h | ||
|
||
plank: | ||
job_url_prefix_config: | ||
"*": https://prow.apps.test.metal3.io/view/ | ||
report_templates: | ||
"*": >- | ||
[Full PR test history](https://prow.apps.test.metal3.io/pr-history?org={{.Spec.Refs.Org}}&repo={{.Spec.Refs.Repo}}&pr={{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}). [Your PR dashboard](https://prow.apps.test.metal3.io/pr?query=is:pr+state:open+author:{{with index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}). | ||
default_decoration_configs: | ||
"*": | ||
gcs_configuration: | ||
bucket: s3://prow-logs | ||
path_strategy: explicit | ||
s3_credentials_secret: s3-credentials | ||
utility_images: | ||
clonerefs: gcr.io/k8s-prow/clonerefs:v20240730-12bb925b4 | ||
entrypoint: gcr.io/k8s-prow/entrypoint:v20240730-12bb925b4 | ||
initupload: gcr.io/k8s-prow/initupload:v20240730-12bb925b4 | ||
sidecar: gcr.io/k8s-prow/sidecar:v20240730-12bb925b4 | ||
resources: | ||
clonerefs: | ||
requests: | ||
cpu: 10m | ||
memory: 10Mi | ||
initupload: | ||
requests: | ||
cpu: 10m | ||
memory: 10Mi | ||
place_entrypoint: | ||
requests: | ||
cpu: 10m | ||
memory: 10Mi | ||
sidecar: | ||
requests: | ||
cpu: 10m | ||
memory: 10Mi | ||
|
||
tide: | ||
merge_method: | ||
metal3-io: merge | ||
Nordix/metal3-dev-tools: rebase | ||
Nordix/metal3-clusterapi-docs: rebase | ||
Nordix/sles-ironic-python-agent-builder: rebase | ||
queries: | ||
- repos: | ||
- 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 | ||
- metal3-io/ironic-image | ||
- metal3-io/ironic-agent-image | ||
- metal3-io/ironic-ipa-downloader | ||
- metal3-io/ironic-standalone-operator | ||
- metal3-io/mariadb-image | ||
- metal3-io/metal3-dev-env | ||
- metal3-io/metal3-docs | ||
- metal3-io/metal3-io.github.io | ||
- metal3-io/project-infra | ||
- metal3-io/utility-images | ||
- Nordix/metal3-dev-tools | ||
- Nordix/metal3-clusterapi-docs | ||
- Nordix/sles-ironic-python-agent-builder | ||
labels: | ||
- lgtm | ||
- approved | ||
missingLabels: | ||
- needs-rebase | ||
- do-not-merge | ||
- do-not-merge/hold | ||
- do-not-merge/invalid-owners-file | ||
- do-not-merge/work-in-progress | ||
context_options: | ||
# Use branch protection options to define required and optional contexts | ||
from-branch-protection: true | ||
|
||
# | ||
# Use prow to manage the configuration of github branch protection. | ||
# This is what controls which github status checks (or CI jobs) must | ||
# be passing for a PR to merge. | ||
# | ||
# Docs: https://github.com/kubernetes/test-infra/tree/master/prow/cmd/branchprotector | ||
# | ||
branch-protection: | ||
orgs: | ||
Nordix: | ||
# Require "always_run: true" jobs to pass before merging. | ||
# To turn this off for a given job, set "optional: true" | ||
# in the job definition. | ||
protect: true | ||
metal3-io: | ||
# Require "always_run: true" jobs to pass before merging. | ||
# To turn this off for a given job, set "optional: true" | ||
# in the job definition. | ||
protect: true | ||
|
||
deck: | ||
spyglass: | ||
size_limit: 500000000 # 500MB | ||
lenses: | ||
- lens: | ||
name: metadata | ||
required_files: | ||
- started.json|finished.json | ||
- lens: | ||
config: | ||
name: buildlog | ||
required_files: | ||
- build-log.txt | ||
- lens: | ||
name: junit | ||
required_files: | ||
- .*/junit.*\.xml | ||
- lens: | ||
name: podinfo | ||
required_files: | ||
- podinfo.json | ||
external_agent_logs: | ||
- agent: jenkins | ||
url_template: "http://jenkins-operator/job/{{.Spec.Job}}/{{.Status.JenkinsBuildID}}/consoleText" | ||
|
||
jenkins_operators: | ||
- max_concurrency: 150 | ||
max_goroutines: 20 | ||
job_url_template: "https://jenkins.nordix.org/view/Metal3/job/{{.Spec.Job}}/{{.Status.JenkinsBuildID}}/" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
presubmits: | ||
Nordix/metal3-clusterapi-docs: | ||
- 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.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63 | ||
imagePullPolicy: Always | ||
- name: markdownlint | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
presubmits: | ||
Nordix/metal3-dev-tools: | ||
- name: shellcheck | ||
run_if_changed: '((\.sh)|^Makefile)$' | ||
decorate: true | ||
spec: | ||
containers: | ||
- args: | ||
- ./scripts/shellcheck.sh | ||
command: | ||
- sh | ||
env: | ||
- name: IS_CONTAINER | ||
value: "TRUE" | ||
image: docker.io/koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63 | ||
imagePullPolicy: Always | ||
- name: markdownlint | ||
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 |
30 changes: 30 additions & 0 deletions
30
prow/config/jobs/Nordix/sles-ironic-python-agent-builder.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
presubmits: | ||
Nordix/sles-ironic-python-agent-builder: | ||
- 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.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63 | ||
imagePullPolicy: Always | ||
- name: markdownlint | ||
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 |
102 changes: 102 additions & 0 deletions
102
prow/config/jobs/metal3-io/baremetal-operator-release-0.5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
presubmits: | ||
metal3-io/baremetal-operator: | ||
- name: markdownlint | ||
branches: | ||
- release-0.5 | ||
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:0.13.0@sha256:9c0cdfb64fd3f1d3bdc5181629b39c2e43b6a52fc9fdc146611e1860845bbae0 | ||
imagePullPolicy: Always | ||
- name: metal3-centos-e2e-basic-test-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-ubuntu-e2e-basic-test-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-centos-e2e-integration-test-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-ubuntu-e2e-integration-test-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-centos-e2e-feature-test-release-1-6-pivoting | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-centos-e2e-feature-test-release-1-6-remediation | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-centos-e2e-feature-test-release-1-6-features | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-ubuntu-e2e-feature-test-release-1-6-pivoting | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-ubuntu-e2e-feature-test-release-1-6-remediation | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-ubuntu-e2e-feature-test-release-1-6-features | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-e2e-clusterctl-upgrade-test-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-e2e-1-28-1-29-upgrade-test-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-dev-env-integration-test-centos-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true | ||
- name: metal3-dev-env-integration-test-ubuntu-release-1-6 | ||
branches: | ||
- release-0.5 | ||
agent: jenkins | ||
always_run: false | ||
optional: true |
Oops, something went wrong.