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 @@ -527,13 +527,34 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter
- as: e2e-metal-ovn-two-node-arbiter-rhcos10-techpreview
capabilities:
- intranet
interval: 168h
steps:
cluster_profile: equinix-edge-enablement
env:
OSSTREAM: rhel-10
workflow: baremetalds-two-node-arbiter-techpreview
- as: e2e-agent-ovn-two-node-arbiter
capabilities:
- intranet
cron: '@daily'
steps:
cluster_profile: equinix-edge-enablement
workflow: agent-e2e-two-node-arbiter-ipv4
- as: e2e-agent-ovn-two-node-arbiter-rhcos10-techpreview
capabilities:
- intranet
interval: 168h
steps:
cluster_profile: equinix-edge-enablement
env:
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO=TNA_IPV4
FEATURE_SET="TechPreviewNoUpgrade"
OSSTREAM: rhel-10
workflow: agent-e2e-two-node-arbiter-ipv4
- as: e2e-agent-ovn-two-node-arbiter-ipv6
capabilities:
- intranet
Expand Down Expand Up @@ -574,6 +595,26 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter-upgrade
- as: e2e-metal-ovn-two-node-arbiter-upgrade-rhcos10-techpreview
capabilities:
- intranet
interval: 168h
steps:
cluster_profile: equinix-edge-enablement
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NUM_MASTERS=2
MASTER_DISK=100
MASTER_MEMORY=32768
NUM_ARBITERS=1
ARBITER_DISK=50
ARBITER_MEMORY=8192
ARBITER_VCPU=2
NUM_WORKERS=0
FEATURE_SET="TechPreviewNoUpgrade"
OSSTREAM: rhel-10
workflow: baremetalds-two-node-arbiter-upgrade
- as: e2e-metal-ovn-two-node-arbiter-upgrade-workers
capabilities:
- intranet
Expand Down Expand Up @@ -831,6 +872,23 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-arbiter-e2e-openshift-test-private-tests
- as: e2e-metal-ovn-two-node-arbiter-private-tests-rhcos10-tp
capabilities:
- intranet
interval: 168h
steps:
cluster_profile: equinix-edge-enablement
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NUM_MASTERS=2
NUM_ARBITERS=1
NUM_WORKERS=0
MASTER_MEMORY=32768
MASTER_DISK=100
FEATURE_SET="TechPreviewNoUpgrade"
OSSTREAM: rhel-10
workflow: baremetalds-two-node-arbiter-e2e-openshift-test-private-tests
- as: e2e-metal-ovn-two-node-fencing-extended
capabilities:
- intranet
Expand Down
Loading