Skip to content

Commit

Permalink
fix(ci): temporarily ignore failing tests (#22378)
Browse files Browse the repository at this point in the history
* fix(ci): splunk integration tests timeout

* ignore failing tests
  • Loading branch information
pront authored Feb 7, 2025
1 parent b90715b commit cf40d77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci-integration-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf40d77

Please sign in to comment.