diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8c1e2f245e3..cbc5da2408b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,8 +4,6 @@ env: VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp" DOCKER_REGISTRY: "docker.elastic.co" steps: -<<<<<<< HEAD -======= - label: "Unit tests - Ubuntu 22.04" key: "unit-tests-2204" command: ".buildkite/scripts/steps/unit-tests.sh" @@ -148,7 +146,6 @@ steps: provider: "gcp" machineType: "n1-standard-8" ->>>>>>> bf78cc1e14 ([CI] Pull requests migration to buildkite (#3573)) - label: "Integration tests" key: "integration-tests" command: ".buildkite/scripts/steps/integration_tests.sh"