Skip to content

Commit 6f8c93e

Browse files
committed
fix conflicts
1 parent e9d64af commit 6f8c93e

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -76,35 +76,6 @@ common:
7676

7777

7878
steps:
79-
<<<<<<< HEAD
80-
=======
81-
- label: "Custom ECH Testing"
82-
key: integration-tests-ech
83-
depends_on:
84-
- packaging-containers-amd64
85-
- packaging-containers-arm64
86-
env:
87-
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
88-
TF_VAR_integration_server_docker_image: "docker.elastic.co/beats-ci/elastic-agent-cloud:git-${BUILDKITE_COMMIT:0:12}"
89-
FORCE_ESS_CREATE: "true"
90-
command: |
91-
#!/usr/bin/env bash
92-
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
93-
.buildkite/scripts/steps/integration_tests_tf.sh ech true
94-
artifact_paths:
95-
- build/*
96-
- build/diagnostics/**
97-
retry:
98-
automatic:
99-
limit: 1
100-
agents:
101-
provider: "gcp"
102-
machineType: "n2-standard-8"
103-
image: "${IMAGE_UBUNTU_2404_X86_64}"
104-
plugins:
105-
- *vault_ec_key_prod
106-
107-
>>>>>>> 3cedabfc0 (Avoid downloading/uploading unnecessary artifacts in CI runs (#11327))
10879
- label: Start ESS stack for integration tests
10980
key: integration-ess
11081
notify:

0 commit comments

Comments
 (0)