From 8f74d86354e3a9cba4ffbd1513caf400ace46564 Mon Sep 17 00:00:00 2001 From: kaanyalti Date: Wed, 18 Dec 2024 22:26:01 -0500 Subject: [PATCH] enhancement(5832): uncommenting integration tests --- .buildkite/integration.pipeline.yml | 82 ++++++++++++++--------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index a637f499dd2..3095024feff 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -14,48 +14,48 @@ steps: provider: "gcp" machineType: "n1-standard-8" - # - label: "Serverless integration test" - # key: "serverless-integration-tests" - # depends_on: - # - package-it - # concurrency_group: elastic-agent-extended-testing/serverless-integration - # concurrency: 8 - # env: - # # we run each step in a different data center to spread the load - # TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-a" - # command: | - # buildkite-agent artifact download build/distributions/** . --step 'package-it' - # .buildkite/scripts/steps/integration_tests.sh serverless integration:single TestLogIngestionFleetManaged #right now, run a single test in serverless mode as a sort of smoke test, instead of re-running the entire suite - # artifact_paths: - # - "build/TEST-**" - # - "build/diagnostics/*" - # agents: - # provider: "gcp" - # machineType: "n1-standard-8" - # notify: - # - github_commit_status: - # context: "buildkite/elastic-agent-extended-testing - Serverless integration test" + - label: "Serverless integration test" + key: "serverless-integration-tests" + depends_on: + - package-it + concurrency_group: elastic-agent-extended-testing/serverless-integration + concurrency: 8 + env: + # we run each step in a different data center to spread the load + TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-a" + command: | + buildkite-agent artifact download build/distributions/** . --step 'package-it' + .buildkite/scripts/steps/integration_tests.sh serverless integration:single TestLogIngestionFleetManaged #right now, run a single test in serverless mode as a sort of smoke test, instead of re-running the entire suite + artifact_paths: + - "build/TEST-**" + - "build/diagnostics/*" + agents: + provider: "gcp" + machineType: "n1-standard-8" + notify: + - github_commit_status: + context: "buildkite/elastic-agent-extended-testing - Serverless integration test" - # - label: "Extended runtime leak tests" - # key: "extended-integration-tests" - # depends_on: - # - package-it - # concurrency_group: elastic-agent-extended-testing/leak-tests - # concurrency: 8 - # env: - # TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-b" - # command: | - # buildkite-agent artifact download build/distributions/** . --step 'package-it' - # .buildkite/scripts/steps/integration_tests.sh stateful integration:TestForResourceLeaks - # artifact_paths: - # - "build/TEST-**" - # - "build/diagnostics/*" - # agents: - # provider: "gcp" - # machineType: "n1-standard-8" - # notify: - # - github_commit_status: - # context: "buildkite/elastic-agent-extended-testing - Extended runtime leak tests" + - label: "Extended runtime leak tests" + key: "extended-integration-tests" + depends_on: + - package-it + concurrency_group: elastic-agent-extended-testing/leak-tests + concurrency: 8 + env: + TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-b" + command: | + buildkite-agent artifact download build/distributions/** . --step 'package-it' + .buildkite/scripts/steps/integration_tests.sh stateful integration:TestForResourceLeaks + artifact_paths: + - "build/TEST-**" + - "build/diagnostics/*" + agents: + provider: "gcp" + machineType: "n1-standard-8" + notify: + - github_commit_status: + context: "buildkite/elastic-agent-extended-testing - Extended runtime leak tests" - label: "Triggering Integration tests" depends_on: