feat(aro-hcp): define slow jobs - #82502
Conversation
Creating a slow prow periodics for a slow test suite, to get some data about actual runtime of the slow tests (which are not executed in highler environments right now). There are only 2 slow E2E tests so far: ``` $ ./aro-hcp-tests list tests --suite "stage/parallel/slow" | jq '.[].name' "Customer should be able to rotate KMS key for a cluster with version >= 4.22" "Customer should be able to update nodepool replicas and autoscaling" ```
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughAdds scheduled staging and production ARO HCP parallel-slow E2E jobs to the periodic CI configuration, using the shared persistent workflow and environment-specific settings. ChangesARO HCP periodic E2E coverage
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mbukatov 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@mbukatov: all tests passed! 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. |
Creating a slow prow periodics for a slow test suite, to get some data about actual runtime of the slow tests (which are not executed in highler environments right now). There are only 2 slow E2E tests so far:
Summary by CodeRabbit
Adds scheduled staging and production Prow periodic jobs for the ARO HCP slow E2E suite, enabling runtime data collection for KMS key rotation and nodepool replica/autoscaling tests.