Add sleep after FBC job trigger for layered operators#2695
Add sleep after FBC job trigger for layered operators#2695ashwindasr wants to merge 3 commits intoopenshift-eng:mainfrom
Conversation
Adds a 5-second sleep after triggering the build-fbc Jenkins job in the non-openshift fallback path (when OCP_TARGET_VERSIONS is not defined). This prevents timestamp collisions when multiple FBC builds start concurrently. The OCP_TARGET_VERSIONS loop already has a 10-second sleep between iterations. Made-with: Cursor Entire-Checkpoint: b6d9c79b20c5 rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdded a 10-second asynchronous delay after triggering a single FBC Jenkins build in the non- Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Made-with: Cursor Entire-Checkpoint: eb5fae7b9f55 rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
Made-with: Cursor Entire-Checkpoint: bb1e0660c629 rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
@ashwindasr: 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. |
Summary
OCP_TARGET_VERSIONSis not defined)OCP_TARGET_VERSIONSloop already has a 10-second sleep between iterations; openshift groups only trigger a single FBC job so no sleep is needed thereTest plan
Made with Cursor