Skip to content
Draft
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 @@ -94,15 +94,16 @@ tests:
steps:
test:
- ref: assisted-verify-generated-code
- as: subsystem-aws
- always_run: false
as: subsystem-aws
cluster_claim:
architecture: amd64
cloud: aws
owner: openshift-ci
product: ocp
timeout: 1h0m0s
version: "4.15"
run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
pipeline_run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
steps:
test:
- as: subsystem-deploy-and-run
Expand All @@ -126,10 +127,11 @@ tests:
cpu: 100m
memory: 200Mi
workflow: generic-claim
- as: e2e-metal-assisted-single-node
- always_run: false
as: e2e-metal-assisted-single-node
capabilities:
- intranet
run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
pipeline_run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -138,10 +140,11 @@ tests:
NUM_MASTERS=1
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-day2
- always_run: false
as: e2e-metal-assisted-day2
capabilities:
- intranet
run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
pipeline_run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -150,7 +153,7 @@ tests:
TEST_FUNC=test_deploy_day2_nodes_cloud
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- always_run: true
- always_run: false
as: e2e-metal-assisted
capabilities:
- intranet
Expand All @@ -162,10 +165,11 @@ tests:
SERVICE_BASE_REF=assisted-version-placeholder
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-static-ip-suite
- always_run: false
as: e2e-metal-assisted-static-ip-suite
capabilities:
- intranet
run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
pipeline_run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -174,10 +178,11 @@ tests:
STATIC_IPS=true
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-ipv4v6
- always_run: false
as: e2e-metal-assisted-ipv4v6
capabilities:
- intranet
run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
pipeline_run_if_changed: ^(cmd/.*|deploy/.*|hack/.*|internal/.*|pkg/.*|tools/.*|subsystem/.*|Dockerfile\..*|Makefile|go\.mod|go\.sum|swagger.yaml)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -187,11 +192,11 @@ tests:
IPv4=yes
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- always_run: true
- always_run: false
as: e2e-metal-assisted-lvm
capabilities:
- intranet
run_if_changed: ^(internal/operators/[^/]+\.go|internal/operators/lvm/.*|internal/operators/api/.*|internal/operators/handler/.*)$
pipeline_run_if_changed: ^(internal/operators/[^/]+\.go|internal/operators/lvm/.*|internal/operators/api/.*|internal/operators/handler/.*)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -205,10 +210,11 @@ tests:
MASTER_DISK_COUNT=2
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-osc
- always_run: false
as: e2e-metal-assisted-osc
capabilities:
- intranet
run_if_changed: ^(internal/operators/[^/]+\.go|internal/operators/osc/.*|internal/operators/api/.*|internal/operators/handler/.*)$
pipeline_run_if_changed: ^(internal/operators/[^/]+\.go|internal/operators/osc/.*|internal/operators/api/.*|internal/operators/handler/.*)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -223,8 +229,9 @@ tests:
WORKER_CPU=3
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-vsphere-assisted
run_if_changed: ^(internal/provider/[^/]+\.go|internal/provider/vsphere/.*|internal/provider/registry/.*)$
- always_run: false
as: e2e-vsphere-assisted
pipeline_run_if_changed: ^(internal/provider/[^/]+\.go|internal/provider/vsphere/.*|internal/provider/registry/.*)$
steps:
cluster_profile: vsphere-elastic
env:
Expand All @@ -235,10 +242,11 @@ tests:
OPENSHIFT_VERSION=ocp-version-placeholder
PLATFORM: vsphere
workflow: assisted-vsphere
- as: e2e-metal-assisted-none
- always_run: false
as: e2e-metal-assisted-none
capabilities:
- intranet
run_if_changed: ^(internal/provider/[^/]+\.go|internal/provider/none/.*|internal/provider/registry/.*)$
pipeline_run_if_changed: ^(internal/provider/[^/]+\.go|internal/provider/none/.*|internal/provider/registry/.*)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -247,10 +255,11 @@ tests:
PLATFORM=none
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-external
- always_run: false
as: e2e-metal-assisted-external
capabilities:
- intranet
run_if_changed: ^(internal/provider/[^/]+\.go|internal/provider/external/.*|internal/provider/registry/.*)$
pipeline_run_if_changed: ^(internal/provider/[^/]+\.go|internal/provider/external/.*|internal/provider/registry/.*)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -259,10 +268,11 @@ tests:
PLATFORM=external
OPENSHIFT_VERSION=ocp-version-placeholder
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-virtualization
- always_run: false
as: e2e-metal-assisted-virtualization
capabilities:
- intranet
run_if_changed: ^(internal/operators/.*\.go)$
pipeline_run_if_changed: ^(internal/operators/.*\.go)$
steps:
cluster_profile: packet-assisted
env:
Expand All @@ -278,10 +288,11 @@ tests:
WORKER_DISK_COUNT=2
CLUSTERTYPE: assisted_large_el9
workflow: assisted-ofcir-baremetal
- as: e2e-metal-assisted-openshift-ai
- always_run: false
as: e2e-metal-assisted-openshift-ai
capabilities:
- intranet
run_if_changed: ^(internal/operators/.*\.go)$
pipeline_run_if_changed: ^(internal/operators/.*\.go)$
steps:
cluster_profile: packet-assisted
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ tests:
SOURCE_IMAGE_REF: agent-installer-api-server
test:
- ref: assisted-baremetal-images-publish
- as: e2e-agent-compact-ipv4
- always_run: false
as: e2e-agent-compact-ipv4
capabilities:
- intranet
skip_if_only_changed: ^openshift/|^\.tekton/|^docs/|\.md$|^(LICENSE|OWNERS|OWNERS_ALIASES)$
pipeline_skip_if_only_changed: ^openshift/|^\.tekton/|^docs/|\.md$|^(LICENSE|OWNERS|OWNERS_ALIASES)$
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-compact-ipv4
Expand All @@ -50,7 +51,7 @@ tests:
capabilities:
- intranet
optional: true
skip_if_only_changed: ^openshift/|^\.tekton/|^docs/|\.md$|^(LICENSE|OWNERS|OWNERS_ALIASES)$
pipeline_skip_if_only_changed: ^openshift/|^\.tekton/|^docs/|\.md$|^(LICENSE|OWNERS|OWNERS_ALIASES)$
steps:
cluster_profile: equinix-ocp-metal
workflow: agent-e2e-compact-ipv4-iso-no-registry
Expand Down
Loading