From cf40d77f79d1ba771b2812822ab009cb7f0516e2 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Fri, 7 Feb 2025 10:16:32 -0500 Subject: [PATCH] fix(ci): temporarily ignore failing tests (#22378) * fix(ci): splunk integration tests timeout * ignore failing tests --- .github/workflows/ci-integration-review.yml | 19 ++++++++++--------- .github/workflows/integration.yml | 3 ++- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-integration-review.yml b/.github/workflows/ci-integration-review.yml index dd8297f9da076..f9abfe7708e49 100644 --- a/.github/workflows/ci-integration-review.yml +++ b/.github/workflows/ci-integration-review.yml @@ -484,15 +484,16 @@ jobs: max_attempts: 3 command: bash scripts/ci-int-e2e-test.sh e2e datadog-logs - - name: datadog-e2e-metrics - if: ${{ startsWith(github.event.review.body, '/ci-run-e2e-datadog-metrics') - || startsWith(github.event.review.body, '/ci-run-integration-all') - || startsWith(github.event.review.body, '/ci-run-all') }} - uses: nick-fields/retry@v3 - with: - timeout_minutes: 35 - max_attempts: 3 - command: bash scripts/ci-int-e2e-test.sh e2e datadog-metrics + # TODO: Uncomment once https://github.com/vectordotdev/vector/issues/22379 is fixed. + # - name: datadog-e2e-metrics + # if: ${{ startsWith(github.event.review.body, '/ci-run-e2e-datadog-metrics') + # || startsWith(github.event.review.body, '/ci-run-integration-all') + # || startsWith(github.event.review.body, '/ci-run-all') }} + # uses: nick-fields/retry@v3 + # with: + # timeout_minutes: 35 + # max_attempts: 3 + # command: bash scripts/ci-int-e2e-test.sh e2e datadog-metrics update-pr-status: name: Signal result to PR diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 576e3c6cfb5c3..8493aaff76c75 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -107,13 +107,14 @@ jobs: - setup strategy: matrix: + # TODO: Add "splunk" back once https://github.com/vectordotdev/vector/issues/22379 is fixed. # If you modify this list, please also update the `int_tests` job in changes.yml. service: [ "amqp", "appsignal", "aws", "axiom", "azure", "clickhouse", "databend", "datadog-agent", "datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "elasticsearch", "eventstoredb", "fluent", "gcp", "greptimedb", "http-client", "influxdb", "kafka", "logstash", "loki", "mongodb", "nats", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar", - "redis", "splunk", "webhdfs" + "redis", "webhdfs" ] timeout-minutes: 90 steps: