From 0a0ea0632595a37706b43da13a8e5872ea7a6691 Mon Sep 17 00:00:00 2001 From: fearful-symmetry Date: Tue, 10 Oct 2023 13:34:41 -0700 Subject: [PATCH] swap pipelines, see what happens --- .buildkite/pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 77df4082e22..a66315795ae 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -31,9 +31,9 @@ steps: manual: allowed: true - - label: "Integration tests" - key: "integration-tests" - command: ".buildkite/scripts/steps/integration_tests.sh stateful" + - label: "Serverless integration test" + key: "serverless-integration-tests" + command: ".buildkite/scripts/steps/integration_tests.sh serverless integration:single TestMonitoringLogsShipped" artifact_paths: - "build/TEST-**" - "build/diagnostics/*" @@ -41,9 +41,9 @@ steps: provider: "gcp" machineType: "n1-standard-8" - - label: "Serverless integration test" - key: "serverless-integration-tests" - command: ".buildkite/scripts/steps/integration_tests.sh serverless integration:single TestMonitoringLogsShipped" + - label: "Integration tests" + key: "integration-tests" + command: ".buildkite/scripts/steps/integration_tests.sh stateful" artifact_paths: - "build/TEST-**" - "build/diagnostics/*"