diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 3294a98ac1b..40be07246bd 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,6 +8,7 @@ env: YQ_VERSION: 'v4.35.2' JQ_VERSION: '1.7' GH_CLI_VERSION: "2.29.0" + STACK_VERSION: "9.1.0-SNAPSHOT" # Agent images used in pipeline steps LINUX_AGENT_IMAGE: "golang:${GO_VERSION}" diff --git a/.buildkite/scripts/common.sh b/.buildkite/scripts/common.sh index ae13403a565..d6f6cbf5cb8 100755 --- a/.buildkite/scripts/common.sh +++ b/.buildkite/scripts/common.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -euo pipefail +# set -euo pipefail WORKSPACE="$(pwd)" BIN_FOLDER="${WORKSPACE}/bin" @@ -822,7 +822,7 @@ teardown_test_package() { } list_all_directories() { - find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort + find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort |grep -E '^(enterprisesearch|juniper_junos|juniper_netscreen|elastic_package_registry)$' } check_package() {