Skip to content

Comments

GH: reduce all green job initial delay from 15 to 3 minutes#5380

Merged
p-datadog merged 1 commit intomasterfrom
green-delay
Feb 20, 2026
Merged

GH: reduce all green job initial delay from 15 to 3 minutes#5380
p-datadog merged 1 commit intomasterfrom
green-delay

Conversation

@p-datadog
Copy link
Member

What does this PR do?

Optimizes the CI status check workflow by reducing the initial delay from 15 minutes to 3 minutes while maintaining the total wait time of 1.5 hours.

Motivation:

The current 15-minute initial delay in the all-green workflow was causing unnecessarily long wait times in retry scenarios. When a job fails and is retried, the all-green job is also retried. During the retry, since we're not running the full test suite, the checks complete much faster. However, the workflow still waited 15 minutes before checking status, adding unnecessary delay to the CI pipeline.

This change:

  • Reduces initial-delay-seconds from 900s (15 min) to 180s (3 min)
  • Increases max-retries from 60 to 87 to maintain the same total wait time (1.5 hours)
  • Adds documentation explaining the rationale for the 3-minute delay

Change log entry

None

@p-datadog p-datadog requested a review from a team as a code owner February 19, 2026 16:40
@p-datadog p-datadog added the AI Generated Largely based on code generated by an AI or LLM. This label is the same across all dd-trace-* repos label Feb 19, 2026
@github-actions github-actions bot added the dev/github Github repository maintenance and automation label Feb 19, 2026
Copy link
Member

@y9v y9v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for this! It was quite annoying to wait on retries

Copy link
Member

@ivoanjo ivoanjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 THANK YOU

@datadog-datadog-prod-us1-2
Copy link

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 95.11% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 690e0b3 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@pr-commenter
Copy link

pr-commenter bot commented Feb 19, 2026

Benchmarks

Benchmark execution time: 2026-02-19 17:09:13

Comparing candidate commit 690e0b3 in PR branch green-delay with baseline commit 08b2133 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 44 metrics, 2 unstable metrics.

@p-datadog p-datadog merged commit 62ac67f into master Feb 20, 2026
619 checks passed
@p-datadog p-datadog deleted the green-delay branch February 20, 2026 17:14
@github-actions github-actions bot added this to the 2.30.0 milestone Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated Largely based on code generated by an AI or LLM. This label is the same across all dd-trace-* repos dev/github Github repository maintenance and automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants