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

Add Quay 3.11 testing when Quay uses unmanaged AWS RDS Postgresql 16 #51396

Expand Up @@ -81,6 +81,18 @@ tests:
- ref: quay-tests-qbo-qe-test
- ref: quay-tests-cso-qe-test
workflow: cucushift-installer-rehearse-aws-ipi
- as: quay-e2e-tests-quay311-aws-s3-rds-postgresql16-ocp416
cron: 0 12 * * 3
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
COMPUTE_NODE_TYPE: m5.2xlarge
QUAY_OPERATOR_CHANNEL: stable-3.11
test:
- ref: quay-tests-deploy-quay-aws-rds-postgresql
- ref: quay-tests-test-quay-e2e
workflow: quay-tests-cucushift-installer-rehearse-aws-ipi
- as: quay-e2e-tests-quay310-ocp416
cron: 0 12 * * 2
steps:
Expand Down
Expand Up @@ -582,6 +582,94 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 12 * * 3
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: quay
repo: quay-tests
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-qe
ci-operator.openshift.io/variant: ocp-416-quay
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-quay-quay-tests-master-ocp-416-quay-quay-e2e-tests-quay311-aws-s3-rds-postgresql16-ocp416
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
- --secret-dir=/usr/local/quay-e2e-tests-quay311-aws-s3-rds-postgresql16-ocp416-cluster-profile
- --target=quay-e2e-tests-quay311-aws-s3-rds-postgresql16-ocp416
- --variant=ocp-416-quay
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: /usr/local/quay-e2e-tests-quay311-aws-s3-rds-postgresql16-ocp416-cluster-profile
name: cluster-profile
- 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: cluster-profile
secret:
secretName: cluster-secrets-aws-qe
- 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: build05
cron: 0 6 11 2 *
Expand Down
@@ -0,0 +1,3 @@
approvers:
- LiZhang19817
- dongboyan77
@@ -0,0 +1,9 @@
{
"path": "quay-tests/cucushift-installer-rehearse-aws-ipi/quay-tests-cucushift-installer-rehearse-aws-ipi-workflow.yaml",
"owners": {
"approvers": [
"LiZhang19817",
"dongboyan77"
]
}
}
@@ -0,0 +1,10 @@
workflow:
as: quay-tests-cucushift-installer-rehearse-aws-ipi
steps:
pre:
- chain: cucushift-installer-rehearse-aws-ipi-provision
post:
- ref: quay-tests-deprovisioning-quay-aws-rds-postgresql
- chain: cucushift-installer-rehearse-aws-ipi-deprovision
documentation: |-
This is the workflow to trigger Prow's rehearsal test when submitting installer steps/chain/workflow
@@ -0,0 +1,3 @@
approvers:
- LiZhang19817
- dongboyan77