Skip to content

Commit

Permalink
[8.x](backport #5868) remove DEV=true from CI build steps (#5870)
Browse files Browse the repository at this point in the history
* Fix like elastic/beats#41270 (#5868)

(cherry picked from commit c9cd580)

# Conflicts:
#	.buildkite/scripts/steps/integration-package.sh
#	.buildkite/scripts/steps/k8s-extended-tests.sh

* Update integration-package.sh

* Update k8s-extended-tests.sh

---------

Co-authored-by: Lee E Hinman <57081003+leehinman@users.noreply.github.com>
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent d55a54a commit 4dc8aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/integration-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
PACKAGES=tar.gz,zip,rpm,deb PLATFORMS=linux/amd64,linux/arm64,windows/amd64 SNAPSHOT=true EXTERNAL=true mage package
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/k8s-extended-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc8aa1

Please sign in to comment.