From e7f0d2cc36569990942d1ded9ad779ca5451e48c Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Thu, 12 Jun 2025 12:46:13 +0200 Subject: [PATCH 1/2] chore(ci): Clean Check CI pipeline --- .github/workflows/check-ci-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-ci-pipelines.yml b/.github/workflows/check-ci-pipelines.yml index 28132ff8f05..e37e3e5dff6 100644 --- a/.github/workflows/check-ci-pipelines.yml +++ b/.github/workflows/check-ci-pipelines.yml @@ -29,5 +29,3 @@ jobs: max-retries: "60" ignored-name-patterns: | dd-gitlab/default-pipeline - dd-gitlab/test_smoke: \[11, 2/2\] - dd-gitlab/test_smoke: \[8, 2/2\] From b2e247fee19759ea6af9ff0a355bc147d3424f56 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Thu, 12 Jun 2025 15:59:50 +0200 Subject: [PATCH 2/2] 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. --- .github/workflows/check-ci-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-ci-pipelines.yml b/.github/workflows/check-ci-pipelines.yml index e37e3e5dff6..453f232cf98 100644 --- a/.github/workflows/check-ci-pipelines.yml +++ b/.github/workflows/check-ci-pipelines.yml @@ -28,4 +28,6 @@ jobs: initial-delay-seconds: "500" max-retries: "60" ignored-name-patterns: | - dd-gitlab/default-pipeline + dd-gitlab/.* + +# gitlab pipelines are reported via dd-gitlab/default-pipeline status, which can be used as a GH status check