Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure multi cron #61384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -9,6 +9,12 @@ releases:
product: ocp
stream: nightly
version: "4.15"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.15"
resources:
'*':
requests:
Expand Down Expand Up @@ -81,6 +87,84 @@ tests:
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure-ipi-ovn-ipsec
timeout: 7h0m0s
- as: control-plane-multi-24nodes
cron: 0 4 16 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D4ps_v5
ADDITIONAL_WORKERS: "3"
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
PROFILE_TYPE: reporting
SET_ENV_BY_PLATFORM: custom
WORKER_REPLICA_COUNT: "24"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- as: data-path-multi-9nodes
cron: 0 2 8 * *
steps:
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D8ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D8s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
WORKER_REPLICA_COUNT: "9"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
- as: node-density-heavy-multi-24nodes
cron: 0 4 19 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D4ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
PROFILE_TYPE: reporting
WORKER_REPLICA_COUNT: "24"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- chain: openshift-qe-node-density-heavy
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
zz_generated_metadata:
branch: main
org: openshift-qe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ releases:
product: ocp
stream: nightly
version: "4.16"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.16"
resources:
'*':
requests:
Expand Down Expand Up @@ -120,6 +126,84 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- as: control-plane-multi-24nodes
cron: 0 2 16 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D4ps_v5
ADDITIONAL_WORKERS: "3"
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
PROFILE_TYPE: reporting
SET_ENV_BY_PLATFORM: custom
WORKER_REPLICA_COUNT: "24"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- as: data-path-multi-9nodes
cron: 0 6 8 * *
steps:
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D8ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D8s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
WORKER_REPLICA_COUNT: "9"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
- as: node-density-heavy-multi-24nodes
cron: 0 6 19 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D4ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
PROFILE_TYPE: reporting
WORKER_REPLICA_COUNT: "24"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- chain: openshift-qe-node-density-heavy
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
zz_generated_metadata:
branch: main
org: openshift-qe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- always_run: false
as: control-plane-multi-24nodes
- as: control-plane-multi-24nodes
cron: 0 0 16 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
Expand All @@ -165,8 +165,35 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- always_run: false
as: node-density-heavy-multi-24nodes
- as: data-path-multi-9nodes
cron: 0 8 8 * *
steps:
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D8ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D8s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
WORKER_REPLICA_COUNT: "9"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
- as: node-density-heavy-multi-24nodes
cron: 0 8 19 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,33 +81,6 @@ tests:
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure-ipi-ovn-ipsec
timeout: 7h0m0s
- always_run: false
as: data-path-9nodes
steps:
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D8ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D8s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
WORKER_REPLICA_COUNT: "9"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
- always_run: false
as: control-plane-24nodes
steps:
Expand Down Expand Up @@ -148,8 +121,35 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- always_run: false
as: node-density-heavy-multi-24nodes
- as: data-path-multi-9nodes
cron: 0 4 8,22 * *
steps:
cluster_profile: azure-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D8ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D8s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
WORKER_REPLICA_COUNT: "9"
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
- as: node-density-heavy-multi-24nodes
cron: 0 0 12,26 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
Expand All @@ -173,8 +173,8 @@ tests:
- chain: openshift-qe-node-density-heavy
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
- always_run: false
as: control-plane-multi-120nodes
- as: control-plane-multi-120nodes
cron: 0 2 4,18 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-perfscale
Expand Down
Loading