Skip to content

Commit 2f10573

Browse files
committed
add flaky jobs
1 parent 262c52d commit 2f10573

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/all-green.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ jobs:
1919
uses: DataDog/ensure-ci-success@v1
2020
with:
2121
initial-delay-seconds: "100" # what is the longest job that always run ?
22+
max-retries: "60"
23+
ignored-name-patterns: |
24+
dd-gitlab/build
25+
ci/circleci: test-test_extension_ci-8.4-medium+
26+
ci/circleci: integration_snapshots-test_integrations-8.1
27+
ci/circleci: integration_snapshots-test_integrations-8.2
28+
ci/circleci: integration_snapshots-test_integrations-8.3
29+
ci/circleci: integration_snapshots-test_integrations_coverage-8.2
30+

0 commit comments

Comments
 (0)