Skip to content

Commit

Permalink
Revert "Test gcp and network_traffic in 9.1.0-SNAPSHOT"
Browse files Browse the repository at this point in the history
This reverts commit 29c3da2.
  • Loading branch information
mrodm committed Mar 5, 2025
1 parent 29c3da2 commit bcadda6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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}"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
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 '^(gcp|network_traffic)$'
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
}

check_package() {
Expand Down

0 comments on commit bcadda6

Please sign in to comment.