-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
2
-
False
-
-
False
-
-
Story (Required)
Create the scheduled weekly Prow job for release-tests
Approach (Required)
- Create a new step registry workflow (or utilize an existing one like ipi-aws) that provisions a cluster, runs our test container, and tears the cluster down.
- Define the job in the ci-operator/config directory for our repository.
- Configure the cron schedule (e.g., @weekly or 0 2 * * 6) in the Prow job definition.
- Ensure the job explicitly references the cluster profile created in Story 1.
- Open a PR to openshift/release with these configurations.
Done Checklist
- Code is completed, reviewed, documented and checked in
- Unit and integration test automation have been delivered and running cleanly in continuous integration/staging/canary environment
- Continuous Delivery pipeline(s) is able to proceed with new code included
- Customer facing documentation, API docs etc. are produced/updated, reviewed and published
- Acceptance criteria are met