Skip to content

Commit e24bc7f

Browse files
mergify[bot]pazone
andauthored
[CI] Serverless beats tests migration to beats (#7184) (#7214)
* Migreate Serverless beats tests to beats * Removed PR notification context * Remove concurrency group * Removed artifacts download * Removed Serverless beats tests from the integration pipeline (cherry picked from commit 9366b72) # Conflicts: # .buildkite/integration.pipeline.yml Co-authored-by: Pavel Zorin <[email protected]>
1 parent 692889c commit e24bc7f

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

Diff for: .buildkite/integration.pipeline.yml

-22
Original file line numberDiff line numberDiff line change
@@ -169,25 +169,3 @@ steps:
169169
depends_on:
170170
- int-packaging
171171
command: "buildkite-agent pipeline upload .buildkite/bk.integration.pipeline.yml"
172-
173-
- label: "Serverless Beats Tests"
174-
depends_on:
175-
- int-packaging
176-
key: "serverless-beats-integration-tests"
177-
concurrency_group: elastic-agent-extended-testing/beats-integration
178-
concurrency: 8
179-
retry:
180-
automatic:
181-
limit: 1
182-
env:
183-
TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-a"
184-
command: |
185-
buildkite-agent artifact download "build/distributions/**" . $BUILDKITE_BUILD_ID
186-
.buildkite/scripts/steps/beats_tests.sh
187-
agents:
188-
provider: "gcp"
189-
machineType: "n2-standard-8"
190-
notify:
191-
- github_commit_status:
192-
context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests"
193-

Diff for: .buildkite/serverless.beats.tests.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2+
3+
env:
4+
DOCKER_REGISTRY: "docker.elastic.co"
5+
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"
6+
7+
steps:
8+
- label: "Serverless Beats Tests"
9+
key: "serverless-beats-integration-tests"
10+
retry:
11+
automatic:
12+
limit: 1
13+
command: |
14+
.buildkite/scripts/steps/beats_tests.sh
15+
agents:
16+
provider: "gcp"
17+
machineType: "n2-standard-8"

0 commit comments

Comments
 (0)