8000 Ignore all gitlab jobs in `Check CI pipeline` (#8972) · DataDog/dd-trace-java@3e93f43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e93f43

Browse files
authored
Ignore all gitlab jobs in Check CI pipeline (#8972)
* chore(ci): Clean Check CI pipeline * chore(ci): Ignore all gitlab checks in check-ci-pipelines Checks on gitlab are enabled via dd-gitlab/default-pipeline status on the branch protection rules.
1 parent d56d38c commit 3e93f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-ci-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
initial-delay-seconds: "500"
2929
max-retries: "60"
3030
ignored-name-patterns: |
31-
dd-gitlab/default-pipeline
32-
dd-gitlab/test_smoke: \[11, 2/2\]
33-
dd-gitlab/test_smoke: \[8, 2/2\]
31+
dd-gitlab/.*
32+
33+
# gitlab pipelines are reported via dd-gitlab/default-pipeline status, which can be used as a GH status check

0 commit comments

Comments
 (0)
0