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
Expand Up @@ -173,18 +173,19 @@ tests:
- ref: openshift-qe-node-density-cni
- ref: openshift-qe-crd-scale
workflow: rosa-aws-sts-hcp-mp
- always_run: false
as: control-plane-120nodes-onperfsector
- as: control-plane-120nodes-onperfsector
cron: 0 2,14 * * *
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
env:
CHANNEL_GROUP: nightly
CLUSTER_SECTOR: perf2
CLUSTER_SECTOR: perf4
CLUSTER_TAGS: TicketId:731
COMPUTE_MACHINE_TYPE: m6i.xlarge
DISABLE_WORKLOAD_MONITORING: "false"
ENABLE_AUTOSCALING: "false"
GC: "false"
HOSTED_CP: "true"
INDEX_ENABLED: "true"
MP_LABELS: node-role.kubernetes.io/infra=
Expand All @@ -202,9 +203,6 @@ tests:
- ref: rosa-cluster-credentials-hypershift-mgmt
- chain: openshift-qe-hypershift-infra
- ref: openshift-qe-cluster-density-v2
- ref: openshift-qe-node-density
- ref: openshift-qe-node-density-cni
- ref: openshift-qe-crd-scale
workflow: rosa-aws-sts-hcp-mp
- always_run: false
as: control-plane-249nodes-onperfsector-nd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,36 @@ tests:
test:
- chain: openshift-qe-node-density-cni
workflow: rosa-aws-sts-hcp
- as: node-density-heavy-24nodes-onperfsector
cron: 0 2,14 * * *
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
env:
CHANNEL_GROUP: nightly
CLUSTER_SECTOR: perf4
CLUSTER_TAGS: TicketId:731
COMPUTE_MACHINE_TYPE: m6i.xlarge
DISABLE_WORKLOAD_MONITORING: "false"
ENABLE_AUTOSCALING: "false"
HOSTED_CP: "true"
INDEX_ENABLED: "true"
MP_LABELS: node-role.kubernetes.io/infra=
MP_MACHINE_TYPE: r5.2xlarge
MP_REPLICAS: "2"
MP_TAINTS: node-role.kubernetes.io/infra=:NoSchedule
MULTI_AZ: "true"
OPENSHIFT_VERSION: "4.22"
PPROF: "false"
READY_WAIT_TIMEOUT: 30m
REGION: us-east-2
REPLICAS: "24"
ZONES_COUNT: "3"
test:
- ref: rosa-cluster-credentials-hypershift-mgmt
- chain: openshift-qe-hypershift-infra
- chain: openshift-qe-node-density-heavy
workflow: rosa-aws-sts-hcp-mp
- as: control-plane-24nodes-onperfsector
cron: 0 2,14 * * *
steps:
Expand Down Expand Up @@ -171,18 +201,19 @@ tests:
- chain: openshift-qe-hypershift-infra
- chain: openshift-qe-control-plane
workflow: rosa-aws-sts-hcp-mp
- always_run: false
as: control-plane-120nodes-onperfsector
- as: control-plane-120nodes-onperfsector
cron: 0 2,14 * * *
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale
env:
CHANNEL_GROUP: nightly
CLUSTER_SECTOR: perf2
CLUSTER_SECTOR: perf4
CLUSTER_TAGS: TicketId:731
COMPUTE_MACHINE_TYPE: m6i.xlarge
DISABLE_WORKLOAD_MONITORING: "false"
ENABLE_AUTOSCALING: "false"
GC: "false"
HOSTED_CP: "true"
INDEX_ENABLED: "true"
MP_LABELS: node-role.kubernetes.io/infra=
Expand All @@ -200,9 +231,6 @@ tests:
- ref: rosa-cluster-credentials-hypershift-mgmt
- chain: openshift-qe-hypershift-infra
- ref: openshift-qe-cluster-density-v2
- ref: openshift-qe-node-density
- ref: openshift-qe-node-density-cni
- ref: openshift-qe-crd-scale
workflow: rosa-aws-sts-hcp-mp
- always_run: false
as: control-plane-249nodes-onperfsector-nd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7931,6 +7931,172 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 2,14 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale
ci-operator.openshift.io/variant: rosa_hcp-4.21-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.21-nightly-x86-control-plane-120nodes-onperfsector
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=control-plane-120nodes-onperfsector
- --variant=rosa_hcp-4.21-nightly-x86
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
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: build09
cron: 0 2,14 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale
ci-operator.openshift.io/variant: rosa_hcp-4.22-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.22-nightly-x86-control-plane-120nodes-onperfsector
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=control-plane-120nodes-onperfsector
- --variant=rosa_hcp-4.22-nightly-x86
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
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: build09
cron: 0 2,14 * * *
Expand Down Expand Up @@ -8014,3 +8180,86 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build09
cron: 0 2,14 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift-eng
repo: ocp-qe-perfscale-ci
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale
ci-operator.openshift.io/variant: rosa_hcp-4.22-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.22-nightly-x86-node-density-heavy-24nodes-onperfsector
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=node-density-heavy-24nodes-onperfsector
- --variant=rosa_hcp-4.22-nightly-x86
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
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
Loading