api: register aws-rhdh-disconnected cluster profile#5205
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
📝 WalkthroughWalkthroughAdds a new ChangesAWS RHDH Disconnected cluster profile
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 14✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zdrapela The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Switch disconnected CI jobs from openshift-org-aws to the dedicated aws-rhdh-disconnected cluster profile. RHDH is a layered product and must not use the shared core OpenShift AWS budget (openshift-org-aws). The aws-rhdh-disconnected profile is being added in: - openshift/ci-tools#5205 (profile constant) - openshift#79749 (Boskos lease + secret bootstrap) Both PRs must merge before this PR can pass CI validation. Assisted-by: OpenCode
Add a dedicated AWS cluster profile for RHDH disconnected CI jobs. This enables the RHDH team to use their own AWS account for disconnected (air-gapped) installation tests, allowing direct resource cleanup verification. - New constant: ClusterProfileAWSRHDHDisconnected - Cluster type: aws (reuses existing AWS type) - Lease type: aws-rhdh-disconnected-quota-slice - Region: us-east-2 Assisted-by: OpenCode
58ddb7b to
67d8146
Compare
|
/retest |
|
/test lint |
Add infrastructure configuration for the new aws-rhdh-disconnected cluster profile, which gives the RHDH team a dedicated AWS account for disconnected (air-gapped) CI tests. Changes: - Boskos: add aws-rhdh-disconnected-quota-slice with 5 slots in us-east-2 - Secret bootstrap: add cluster-secrets-aws-rhdh-disconnected to the shared AWS pull-secret/SSH-key stanza The cluster profile constant is being added in openshift/ci-tools#5205. RHDH disconnected CI jobs will be updated to use this profile in a separate PR. Assisted-by: OpenCode
|
/test ci/prow/e2e |
|
/ok-to-test |
|
/test e2e |
|
Tests from second stage were triggered manually. Pipeline can be controlled only manually, until HEAD changes. Use command to trigger second stage. |
|
@zdrapela: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add a dedicated AWS cluster profile for RHDH disconnected CI jobs.
This enables the RHDH team to use their own AWS account for disconnected (air-gapped) E2E tests.
Changes:
ClusterProfileAWSRHDHDisconnected("aws-rhdh-disconnected")aws(reuses existing AWS type)aws-rhdh-disconnected-quota-sliceus-east-2Companion PR for
openshift/releasewill add the Boskos quota slice configuration, secret bootstrap entry, and update RHDH CI jobs to use this profile.Jira: https://redhat.atlassian.net/browse/RHIDP-13968
Docs