Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f07de05
CORS-4212 AWS GP3 Throughput Config
liweinan Nov 17, 2025
dc116c3
refresh jobs
liweinan Nov 25, 2025
845286f
Set gp3 throughput env for nightly rootvolume job
liweinan Nov 25, 2025
f1dc252
Enforce gp3 throughput/size in rootvolume checks
liweinan Nov 25, 2025
6694812
fix registry config
liweinan Nov 25, 2025
5be7ea1
Fix: Read defaultMachinePlatform.rootVolume.size as fallback
liweinan Nov 25, 2025
163b9ba
Add aws rootvolume split throughput jobs
liweinan Nov 26, 2025
c577889
Fix prow cluster for rootvolume split jobs
liweinan Nov 26, 2025
eeefe35
Fix script to read throughput from split configuration
liweinan Nov 26, 2025
548f373
Refactor AWS root volume throughput tests: split into defaultMachineP…
liweinan Nov 27, 2025
fc909e8
Add missing parameter declarations for AWS root volume throughput
liweinan Nov 27, 2025
1bc590d
Rename AWS_GP3_THROUGHPUT to AWS_DEFAULT_GP3_THROUGHPUT for consistency
liweinan Nov 27, 2025
81fa28c
fix operator config
liweinan Nov 27, 2025
4b7b099
Refactor AWS root volume throughput configuration script to use case …
liweinan Nov 28, 2025
e33ff05
Move AWS root volume throughput jobs to openshift-tests-private and r…
liweinan Nov 28, 2025
d4b42bb
Add OWNERS files for rootvolume workflow directories
liweinan Nov 28, 2025
b23a4ef
Add metadata.json files for rootvolume workflow and chain
liweinan Nov 28, 2025
0c342e3
Fix AWS gp3 throughput/iops ratio validation error
liweinan Nov 28, 2025
fdaf551
Add rootvolume verification step to e2e test chain
liweinan Nov 28, 2025
7b76021
Remove default fallback values and improve error handling
liweinan Nov 28, 2025
832aca0
Remove fallback logic that sets compute/controlPlane throughput from …
liweinan Nov 28, 2025
b9da9a9
Improve log output consistency and organization
liweinan Nov 28, 2025
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 @@ -211,6 +211,33 @@ tests:
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-byo-kms-etcd-encryption
- as: aws-ipi-rootvolume-gp3-throughput-default
cron: 0 6 * * *
steps:
cluster_profile: aws-qe
env:
AWS_DEFAULT_GP3_THROUGHPUT: "500"
AWS_DEFAULT_MACHINE_VOLUME_SIZE: "120"
AWS_DEFAULT_MACHINE_VOLUME_TYPE: gp3
BASE_DOMAIN: qe.devcluster.openshift.com
test:
- chain: openshift-e2e-test-qe-rootvolume
workflow: cucushift-installer-rehearse-aws-ipi-rootvolume
- as: aws-ipi-rootvolume-gp3-throughput-split
cron: 30 6 * * *
steps:
cluster_profile: aws-qe
env:
AWS_COMPUTE_GP3_THROUGHPUT: "1000"
AWS_COMPUTE_VOLUME_SIZE: "120"
AWS_COMPUTE_VOLUME_TYPE: gp3
AWS_CONTROL_PLANE_GP3_THROUGHPUT: "1200"
AWS_CONTROL_PLANE_VOLUME_SIZE: "150"
AWS_CONTROL_PLANE_VOLUME_TYPE: gp3
BASE_DOMAIN: qe.devcluster.openshift.com
test:
- chain: openshift-e2e-test-qe-rootvolume
workflow: cucushift-installer-rehearse-aws-ipi-rootvolume
- as: aws-ipi-byo-route53-compact-cloudfront-amd-f28-destructive
cron: 32 20 19 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66464,6 +66464,170 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build10
cron: 0 6 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.21
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-qe
ci-operator.openshift.io/variant: multi-nightly
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.21-multi-nightly-aws-ipi-rootvolume-gp3-throughput-default
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
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=aws-ipi-rootvolume-gp3-throughput-default
- --variant=multi-nightly
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- 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: build10
cron: 30 6 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.21
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-qe
ci-operator.openshift.io/variant: multi-nightly
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.21-multi-nightly-aws-ipi-rootvolume-gp3-throughput-split
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
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=aws-ipi-rootvolume-gp3-throughput-split
- --variant=multi-nightly
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- 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: build10
cron: 6 18 17 * *
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
approvers: []


Loading