Skip to content

Commit

Permalink
Remove old trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Nov 27, 2024
1 parent 97740f5 commit 7aec494
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,35 +57,9 @@ steps:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Extended runtime leak tests"

- label: "Integration tests"
key: "integration-tests"
- label: "Triggering Integration tests"
depends_on:
- package-it
concurrency_group: elastic-agent-extended-testing/integration
concurrency: 8
env:
TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-f"
command: |
buildkite-agent artifact download build/distributions/** . --step 'package-it'
.buildkite/scripts/steps/integration_tests.sh stateful
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
agents:
provider: "gcp"
machineType: "n1-standard-8"
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Integration tests"
plugins:
- test-collector#v1.10.1:
files: "build/TEST-*.xml"
format: "junit"
branches: "main"
debug: true

- label: "Triggering Integration tests"

trigger: "elastic-agent-extended-testing-bk"
build:
commit: "${BUILDKITE_COMMIT}"
Expand Down

0 comments on commit 7aec494

Please sign in to comment.