Extend poll time for Maven Central artifact verification job - #12151
Conversation
This comment has been minimized.
This comment has been minimized.
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
There was a problem hiding this comment.
More details
The release gate now performs an immediate Maven Central check followed by nine five-minute waits, allowing the tenth and final check at 45 minutes. Adversarial simulations confirmed the terminal failure and final-attempt success paths, and the CI YAML parses successfully.
📊 Validated against 3 scenarios · Open Bits AI session
🤖 Datadog Autotest · Commit f22754f · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
|
/merge -f --reason "Gitlab config change - no benefit from extended MQ test suite" |
|
View all feedbacks in Devflow UI.
The expected merge time in
Warning This change was merged without running any pre merge CI checks Reason: Gitlab config change - no benefit from extended MQ test suite |
1f043eb
into
master
What Does This Do
Extend the poll time for the
verify_maven_central_deploymentjob to check every 5 min for 45 min.Motivation
The publishing job takes ~20 min to execute after manually publishing the artifact from staging, so previously we always had to re-run the job. By extending the poll-time to 45 min, we should catch most deployments without running the job infinitely.
Additional Notes
The job can still be manually re-run if publishing takes > 45 min.
Contributor Checklist
type:and (comp:orinst:) labels in addition to any other useful labelsclose,fix, or any linking keywords when referencing an issueUse
solvesinstead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]