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
@@ -0,0 +1,63 @@
base_images:
upi-installer:
name: "4.17"
namespace: ocp
tag: upi-installer
build_root:
image_stream_tag:
name: ci-tools-build-root
namespace: ci
tag: latest
releases:
latest:
release:
architecture: multi
channel: fast
version: "4.19"
target:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.20"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- always_run: false
as: multi-loaded-upgrade-417to418-24nodes
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
env:
ADDITIONAL_WORKER_ARCHITECTURE: aarch64
ADDITIONAL_WORKER_VM_TYPE: Standard_D4ps_v5
ADDITIONAL_WORKERS: "3"
BASE_DOMAIN: qe.azure.devcluster.openshift.com
CHURN: "false"
COMPUTE_NODE_REPLICAS: "3"
COMPUTE_NODE_TYPE: Standard_D4s_v5
CONTROL_PLANE_INSTANCE_TYPE: Standard_D4s_v5
CUSTOM_AZURE_REGION: eastus
GC: "false"
ITERATION_MULTIPLIER_ENV: "9"
MAX_UNAVAILABLE_WORKER: "3"
OCP_ARCH: amd64
OPENSHIFT_INFRA_NODE_INSTANCE_TYPE: Standard_D4s_v5
SET_ENV_BY_PLATFORM: custom
WORKER_REPLICA_COUNT: "24"
test:
- ref: ipi-install-heterogeneous
- chain: openshift-qe-upgrade-max-unavailable
- chain: workers-scale
- chain: openshift-qe-cluster-density-v2
- chain: openshift-upgrade-qe-sanity
workflow: openshift-qe-installer-azure
timeout: 8h0m0s
zz_generated_metadata:
branch: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
variant: azure-4.20-nightly-multi-loaded-upgrade-from-4.19
Original file line number Diff line number Diff line change
Expand Up @@ -14798,6 +14798,83 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(azure-4.19-nightly-x86-data-path-ipsec-9nodes|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build10
context: ci/prow/azure-4.20-nightly-multi-loaded-upgrade-from-4.19-multi-loaded-upgrade-417to418-24nodes
decorate: true
decoration_config:
skip_cloning: true
timeout: 8h0m0s
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure-qe
ci-operator.openshift.io/variant: azure-4.20-nightly-multi-loaded-upgrade-from-4.19
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-azure-4.20-nightly-multi-loaded-upgrade-from-4.19-multi-loaded-upgrade-417to418-24nodes
rerun_command: /test azure-4.20-nightly-multi-loaded-upgrade-from-4.19-multi-loaded-upgrade-417to418-24nodes
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=multi-loaded-upgrade-417to418-24nodes
- --variant=azure-4.20-nightly-multi-loaded-upgrade-from-4.19
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
trigger: (?m)^/test( | .* )(azure-4.20-nightly-multi-loaded-upgrade-from-4.19-multi-loaded-upgrade-417to418-24nodes|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down