Skip to content

Commit

Permalink
add cron for the azure-multiarch profile
Browse files Browse the repository at this point in the history
  • Loading branch information
qiliRedHat committed Feb 10, 2025
1 parent 75d52d7 commit ebe264b
Show file tree
Hide file tree
Showing 6 changed files with 1,142 additions and 425 deletions.
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

0 comments on commit ebe264b

Please sign in to comment.