Skip to content

Commit

Permalink
HyperShift: Enable MCE 2.6 agent CI (#52882)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangquanLi930 authored Jun 12, 2024
1 parent cb6404f commit 1761e6b
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 117 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
base_images:
assisted-image-service:
name: ocm-2.11
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.11
namespace: edge-infrastructure
tag: assisted-installer
assisted-installer-agent:
name: ocm-2.11
namespace: edge-infrastructure
tag: assisted-installer-agent
assisted-installer-controller:
name: ocm-2.11
namespace: edge-infrastructure
tag: assisted-installer-controller
assisted-service:
name: ocm-2.11
namespace: edge-infrastructure
tag: assisted-service
assisted-service-index:
name: assisted-service-index
namespace: edge-infrastructure
tag: latest
assisted-service-scripts:
name: ocm-2.11
namespace: edge-infrastructure
Expand Down Expand Up @@ -123,13 +99,80 @@ tests:
env:
MCE_VERSION: "2.6"
workflow: hypershift-mce-aws-conformance
- as: e2e-agent-ovn-conformance
- as: e2e-mce-agent-connected-ovn-ipv4-manual-conformance
cluster: build05
cron: 0 0 * * *
steps:
cluster_profile: equinix-ocp-metal
env:
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
MCE_VERSION: "2.6"
workflow: hypershift-mce-agent-manual-conformance
- as: e2e-mce-agent-connected-ovn-dualstack-manual-conformance
cluster: build05
cron: 0 4 * * *
steps:
cluster_profile: equinix-ocp-metal
dependencies:
INDEX_IMAGE: assisted-service-index
workflow: hypershift-agent-conformance
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
NETWORK_TYPE=OVNKubernetes
WORKER_MEMORY=14336
VM_EXTRADISKS=true
VM_EXTRADISKS_LIST=vda
VM_EXTRADISKS_SIZE=500G
NUM_EXTRA_WORKERS=3
IP_STACK: v4v6
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
MCE_VERSION: "2.6"
workflow: hypershift-mce-agent-manual-conformance
- as: e2e-mce-agent-connected-ovn-ipv4-metal3-conformance
cluster: build05
cron: 0 8 * * *
steps:
cluster_profile: equinix-ocp-metal
env:
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
MCE_VERSION: "2.6"
workflow: hypershift-mce-agent-metal3-conformance
- as: e2e-mce-agent-connected-ovn-dualstack-metal3-conformance
cluster: build05
cron: 0 12 * * *
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
NETWORK_TYPE=OVNKubernetes
WORKER_MEMORY=14336
VM_EXTRADISKS=true
VM_EXTRADISKS_LIST=vda
VM_EXTRADISKS_SIZE=500G
NUM_EXTRA_WORKERS=3
IP_STACK: v4v6
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
MCE_VERSION: "2.6"
workflow: hypershift-mce-agent-metal3-conformance
- as: e2e-mce-agent-connected-ovn-ipv4-metal3-compact-conformance
cluster: build05
cron: 0 16 * * *
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NUM_WORKERS=0
NUM_MASTERS=3
MASTER_VCPU=16
MASTER_MEMORY=32768
NETWORK_TYPE=OVNKubernetes
VM_EXTRADISKS=true
VM_EXTRADISKS_LIST=vda
VM_EXTRADISKS_SIZE=500G
NUM_EXTRA_WORKERS=2
LVM_OPERATOR_SUB_CHANNEL: stable-4.16
MCE_VERSION: "2.6"
workflow: hypershift-mce-agent-metal3-conformance
- as: e2e-kubevirt-metal-ovn
cron: 0 4 * * *
steps:
Expand Down
Loading

0 comments on commit 1761e6b

Please sign in to comment.