Skip to content

Commit

Permalink
Update integration.pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored Aug 30, 2024
1 parent 1da36b7 commit dbddbbd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ steps:
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Integration tests"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"

- label: "Serverless Beats Tests"
depends_on:
Expand All @@ -97,12 +101,4 @@ steps:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests"

- label: "🔍 Test Analytics"
command: buildkite-agent artifact download build/** .
artifact_paths:
- "build/TEST-**"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"

0 comments on commit dbddbbd

Please sign in to comment.