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

multi-azure-node120density #60182

Open
wants to merge 10 commits 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
@@ -1,3 +1,8 @@
base_images:
upi-installer:
name: "4.17"
namespace: ocp
tag: upi-installer
build_root:
image_stream_tag:
name: ci-tools-build-root
Expand All @@ -9,6 +14,12 @@ releases:
product: ocp
stream: nightly
version: "4.17"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.17"
resources:
'*':
requests:
Expand Down Expand Up @@ -91,9 +102,17 @@ tests:
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_D8s_v5
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
Expand All @@ -103,11 +122,13 @@ tests:
pre:
- chain: ipi-azure-pre
- chain: create-infra-move-ingress-monitoring-registry
- chain: workers-scale
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
timeout: 7h0m0s
workflow: openshift-qe-installer-azure
timeout: 7h5m0s
- always_run: false
as: control-plane-24nodes
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
base_images:
upi-installer:
name: "4.18"
namespace: ocp
tag: upi-installer
build_root:
image_stream_tag:
name: ci-tools-build-root
Expand All @@ -9,6 +14,12 @@ releases:
product: ocp
stream: nightly
version: "4.18"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.18"
resources:
'*':
requests:
Expand Down Expand Up @@ -52,8 +63,8 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure-ipi-ovn-ipsec
timeout: 5h0m0s
- always_run: false
as: data-path-ipsec-9nodes
- as: data-path-ipsec-9nodes
cron: 0 2 8,22 * *
steps:
cluster_profile: azure-qe
env:
Expand All @@ -74,9 +85,17 @@ tests:
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_D8s_v5
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_E16s_v3
SET_ENV_BY_PLATFORM: custom
TOLERANCE: "99"
Expand All @@ -86,11 +105,13 @@ tests:
pre:
- chain: ipi-azure-pre
- chain: create-infra-move-ingress-monitoring-registry
- chain: workers-scale
test:
- ref: ipi-install-heterogeneous
- chain: workers-scale
- ref: openshift-qe-perfscale-azu-data-path-nsg
- chain: openshift-qe-data-path-tests
timeout: 7h0m0s
workflow: openshift-qe-installer-azure
timeout: 7h5m0s
- always_run: false
as: control-plane-24nodes
steps:
Expand All @@ -105,6 +126,62 @@ tests:
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 5h0m0s
- always_run: false
as: control-plane-multi-24nodes
steps:
allow_skip_on_success: true
cluster_profile: azure-arm64
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: ci.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
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
- always_run: false
as: control-plane-multi-120nodes
steps:
allow_skip_on_success: true
cluster_profile: azure-perfscale
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: perfscale.hyp.azure.rhperfscale.org
BASE_DOMAIN_RESOURCE_GROUP: perfscale-prow
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D16s_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: "120"
test:
- ref: ipi-conf-azure-custom-region
- ref: openshift-qe-installer-azure-update-allocated-outbound-ports
- ref: ipi-install-heterogeneous
- chain: workers-scale
- chain: openshift-qe-control-plane
workflow: openshift-qe-installer-azure
timeout: 6h0m0s
zz_generated_metadata:
branch: main
org: openshift-qe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5176,6 +5176,82 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 2 8,22 * *
decorate: true
decoration_config:
skip_cloning: true
timeout: 7h0m0s
extra_refs:
- base_ref: main
org: openshift-qe
repo: ocp-qe-perfscale-ci
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure-qe
ci-operator.openshift.io/variant: azure-4.18-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-qe-ocp-qe-perfscale-ci-main-azure-4.18-nightly-x86-data-path-ipsec-9nodes
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=data-path-ipsec-9nodes
- --variant=azure-4.18-nightly-x86
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 0 13 16 * *
Expand Down
Loading