Skip to content

Commit b4c8fe8

Browse files
OCPQE-28542: Support deploy Quay with unmanaged GCP PostgreSQL Database with Client Key/Certs (#61753)
* provisioning rosa env for quay * Update rosa-sts-oidc-config-delete-ref.yaml * Update rosa-sts-oidc-config-delete-commands.sh * fix conflict * initialize step enable-quay-catalogsource * rollback * remove useless file * init google cloud sql * checkin cmd * fix missing variable * fix extension * add registry * add registry * fix secret bundle * update tf file * update deprovision * update destory script * update destroy * update instance with RANDOM * change back deprovision seq * change back deprovision seq * delete res before destroy instance * update tf files * update comments * update copycert * update cron
1 parent eab2d91 commit b4c8fe8

19 files changed

+597
-773
lines changed

ci-operator/config/quay/quay-tests/quay-quay-tests-master__ocp-418-quay.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,27 @@ tests:
259259
- ref: quay-tests-deploy-quay-aws-rds-postgresql
260260
- ref: quay-tests-test-quay-e2e
261261
workflow: quay-tests-cucushift-installer-rehearse-aws-ipi
262+
- as: quay-e2e-tests-quay313-gcp-sql
263+
cron: 0 22 28 * *
264+
steps:
265+
cluster_profile: aws-qe
266+
env:
267+
BASE_DOMAIN: qe.devcluster.openshift.com
268+
COMPUTE_NODE_TYPE: m6a.4xlarge
269+
DB_VERSION: POSTGRES_17
270+
ODF_OPERATOR_CHANNEL: stable-4.17
271+
QUAY_INDEX_IMAGE_BUILD: brew.registry.redhat.io/rh-osbs/iib:919156
272+
QUAY_OPERATOR_CHANNEL: stable-3.13
273+
QUAY_OPERATOR_SOURCE: brew-operator-catalog
274+
test:
275+
- ref: quay-tests-enable-quay-catalogsource
276+
- ref: quay-tests-resource-provisioning-gcp-sql
277+
- ref: quay-tests-resource-provisioning-storage-odf
278+
- ref: quay-tests-quay-deploy-operator
279+
- ref: quay-tests-quay-deploy-registry-gsql
280+
- ref: quay-tests-test-quay-api
281+
- ref: quay-tests-resource-deprovisioning-gcp-sql
282+
workflow: cucushift-installer-rehearse-aws-ipi
262283
zz_generated_metadata:
263284
branch: master
264285
org: quay

ci-operator/config/quay/quay-tests/quay-quay-tests-master__quay-upgrade.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests:
4949
COMPUTE_NODE_TYPE: m6a.8xlarge
5050
ODF_OPERATOR_CHANNEL: stable-4.17
5151
QUAY_INDEX_IMAGE_BUILD: brew.registry.redhat.io/rh-osbs/iib:894318
52-
QUAY_OPERATOR_CHANNEL: stable-3.17
52+
QUAY_OPERATOR_CHANNEL: stable-3.13
5353
QUAY_UPGRADE_TESTCASE: Quay-Upgrade-High|Quay-Upgrade-Medium
5454
QUAYREGISTRY_QUAY_VERSION: "3.13"
5555
test:

0 commit comments

Comments
 (0)