diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index 37b4c2d1d25..0b60aac16b2 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -5,40 +5,40 @@ env: VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp" steps: - - label: "Serverless integration test" - key: "serverless-integration-tests" - 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/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" +# 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/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" - concurrency_group: elastic-agent-extended-testing/leak-tests - concurrency: 8 - env: - TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-b" - command: ".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" +# concurrency_group: elastic-agent-extended-testing/leak-tests +# concurrency: 8 +# env: +# TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-b" +# command: ".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: "Integration tests" key: "integration-tests" @@ -57,20 +57,20 @@ steps: - github_commit_status: context: "buildkite/elastic-agent-extended-testing - Integration tests" - - label: "Serverless Beats Tests" - key: "serverless-beats-integration-tests" - concurrency_group: elastic-agent-extended-testing/beats-integration - concurrency: 8 - env: - TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-a" - command: ".buildkite/scripts/steps/beats_tests.sh" - # if: "build.env('CRON') == 'yes'" - agents: - provider: "gcp" - machineType: "n1-standard-8" - retry: - manual: - allowed: true - notify: - - github_commit_status: - context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests" +# - label: "Serverless Beats Tests" +# key: "serverless-beats-integration-tests" +# concurrency_group: elastic-agent-extended-testing/beats-integration +# concurrency: 8 +# env: +# TEST_INTEG_AUTH_GCP_DATACENTER: "us-central1-a" +# command: ".buildkite/scripts/steps/beats_tests.sh" +# # if: "build.env('CRON') == 'yes'" +# agents: +# provider: "gcp" +# machineType: "n1-standard-8" +# retry: +# manual: +# allowed: true +# notify: +# - github_commit_status: +# context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests"