Skip to content

Commit

Permalink
Test with all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Aug 22, 2024
1 parent 27ac181 commit 95969c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ env:
YQ_VERSION: 'v4.35.2'
JQ_VERSION: '1.7'
GH_CLI_VERSION: "2.29.0"
STACK_VERSION: 8.16.0-SNAPSHOT
ELASTIC_AGENT_DOCKER_IMAGE: "docker.elastic.co/elastic-agent/elastic-agent"

# Agent images used in pipeline steps
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}"
Expand Down
8 changes: 4 additions & 4 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,12 @@ prepare_stack() {
${ELASTIC_PACKAGE_BIN} stack status
echo ""

# if [[ "${ELASTIC_AGENT_DOCKER_IMAGE:-""}" != "" ]]; then
if [[ "${ELASTIC_AGENT_DOCKER_IMAGE:-""}" != "" ]]; then
echo ""
echo "Images used for Elastic Agent"
echo "Images used for Elastic Agent:"
docker ps --format "{{.Names}} {{.Image}}" |grep "elastic-agent"
echo ""
# fi
fi
}

is_serverless() {
Expand Down Expand Up @@ -757,7 +757,7 @@ teardown_test_package() {
}

list_all_directories() {
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E '^nginx$'
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
}

check_package() {
Expand Down

0 comments on commit 95969c0

Please sign in to comment.