From 06a7af5209abf16d9d7ade469699fecd6b9137c7 Mon Sep 17 00:00:00 2001 From: Lee E Hinman <57081003+leehinman@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:34:37 -0500 Subject: [PATCH] Fix like https://github.com/elastic/beats/issues/41270 (#5868) (cherry picked from commit c9cd5804561111395e716040b34aa1bb942270f3) --- .buildkite/scripts/steps/integration-package.sh | 2 +- .buildkite/scripts/steps/k8s-extended-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/scripts/steps/integration-package.sh b/.buildkite/scripts/steps/integration-package.sh index 8b15722066d..623a67573bc 100644 --- a/.buildkite/scripts/steps/integration-package.sh +++ b/.buildkite/scripts/steps/integration-package.sh @@ -3,4 +3,4 @@ set -euo pipefail source .buildkite/scripts/common.sh -PACKAGES=tar.gz,zip,rpm,deb PLATFORMS=linux/amd64,linux/arm64,windows/amd64 SNAPSHOT=true EXTERNAL=true DEV=true mage package \ No newline at end of file +PACKAGES=tar.gz,zip,rpm,deb PLATFORMS=linux/amd64,linux/arm64,windows/amd64 SNAPSHOT=true EXTERNAL=true mage package diff --git a/.buildkite/scripts/steps/k8s-extended-tests.sh b/.buildkite/scripts/steps/k8s-extended-tests.sh index e3d78b64003..8eba5ea667f 100644 --- a/.buildkite/scripts/steps/k8s-extended-tests.sh +++ b/.buildkite/scripts/steps/k8s-extended-tests.sh @@ -25,7 +25,7 @@ else exit 10 fi -DEV=true SNAPSHOT=true EXTERNAL=true PACKAGES=docker mage -v package +SNAPSHOT=true EXTERNAL=true PACKAGES=docker mage -v package TEST_INTEG_CLEAN_ON_EXIT=true INSTANCE_PROVISIONER=kind STACK_PROVISIONER=stateful SNAPSHOT=true mage integration:kubernetesMatrix TESTS_EXIT_STATUS=$? set -e