Skip to content
Open
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 @@ -43,7 +43,7 @@ build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.22-openshift-4.19
tag: rhel-9-release-golang-1.25-openshift-5.0
images:
items:
- dockerfile_path: Dockerfile.prow
Expand Down Expand Up @@ -73,22 +73,22 @@ tests:
commands: cargo check
container:
from: recert-check
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-test
commands: cargo test
container:
from: recert-check
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
env:
Expand All @@ -101,7 +101,7 @@ tests:
workflow: openshift-e2e-aws-single-node-recert
- always_run: false
as: e2e-aws-ovn-single-node-recert-parallel
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
env:
Expand Down Expand Up @@ -153,15 +153,15 @@ tests:
workflow: cucushift-installer-rehearse-aws-ipi-sno
- always_run: false
as: baremetalds-sno-recert-cluster-rename
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: equinix-edge-enablement
test:
- ref: baremetalds-sno-rename
- ref: baremetalds-sno-test
workflow: baremetalds-sno
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down Expand Up @@ -221,7 +221,7 @@ tests:
SEED_IMAGE_TAG_PREFIX: v6v4
workflow: openshift-image-based-upgrade-presubmit
- as: ibi-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down Expand Up @@ -276,7 +276,7 @@ tests:
SEED_IMAGE_TAG_PREFIX: ibi-v6v4
workflow: openshift-image-based-install
- as: ipc-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down Expand Up @@ -177,7 +179,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: baremetal-lab-agent-install-pxe
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down Expand Up @@ -181,7 +183,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: baremetal-lab-agent-install-pxe
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand All @@ -199,7 +201,7 @@ tests:
SEED_IMAGE_TAG_FORMAT: presubmit
workflow: openshift-image-based-upgrade-presubmit
- as: ibi-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down Expand Up @@ -181,7 +183,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: baremetal-lab-agent-install-pxe
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand All @@ -199,7 +201,7 @@ tests:
SEED_IMAGE_TAG_FORMAT: presubmit
workflow: openshift-image-based-upgrade-presubmit
- as: ibi-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down Expand Up @@ -181,7 +183,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: baremetal-lab-agent-install-pxe
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand All @@ -199,7 +201,7 @@ tests:
SEED_IMAGE_TAG_FORMAT: presubmit
workflow: openshift-image-based-upgrade-presubmit
- as: ibi-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand All @@ -216,7 +218,7 @@ tests:
SEED_IMAGE_TAG_PREFIX: ibi
workflow: openshift-image-based-install
- as: ipc-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down Expand Up @@ -179,7 +181,7 @@ tests:
- ref: openshift-e2e-test-qe-report
workflow: baremetal-lab-agent-install-pxe
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand All @@ -197,7 +199,7 @@ tests:
SEED_IMAGE_TAG_FORMAT: presubmit
workflow: openshift-image-based-upgrade-presubmit
- as: ibi-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ tests:
commands: cargo check
container:
from: recert-check
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-test
commands: cargo test
container:
from: recert-check
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
env:
Expand All @@ -101,7 +101,7 @@ tests:
workflow: openshift-e2e-aws-single-node-recert
- always_run: false
as: e2e-aws-ovn-single-node-recert-parallel
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
env:
Expand Down Expand Up @@ -153,15 +153,15 @@ tests:
workflow: cucushift-installer-rehearse-aws-ipi-sno
- always_run: false
as: baremetalds-sno-recert-cluster-rename
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: equinix-edge-enablement
test:
- ref: baremetalds-sno-rename
- ref: baremetalds-sno-test
workflow: baremetalds-sno
- as: ibu-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down Expand Up @@ -221,7 +221,7 @@ tests:
SEED_IMAGE_TAG_PREFIX: v6v4
workflow: openshift-image-based-upgrade-presubmit
- as: ibi-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down Expand Up @@ -276,7 +276,7 @@ tests:
SEED_IMAGE_TAG_PREFIX: ibi-v6v4
workflow: openshift-image-based-install
- as: ipc-e2e-flow
skip_if_only_changed: .*\.konflux/.*|\.tekton/.*
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,18 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- always_run: true
- always_run: false
as: cargo-check
commands: cargo check
container:
from: recert-check
- always_run: true
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: cargo-clippy
commands: cargo clippy
container:
from: recert-check
skip_if_only_changed: ^(?:.*/)?(?:\.gitignore|\.tekton/.*|\.konflux/.*|.*\.md|OWNERS|OWNERS_ALIASES|LICENSE|renovate\.json)$
- always_run: false
as: e2e-aws-ovn-single-node-recert-serial
steps:
Expand Down
Loading