Skip to content

Commit

Permalink
Add test stack command for 9.x stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 13, 2024
1 parent 916f832 commit aaa13bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildkite/pipeline.trigger.integration.tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ STACK_COMMAND_TESTS=(
test-stack-command-7x
test-stack-command-86
test-stack-command-8x
test-stack-command-9x
test-stack-command-with-apm-server
)

Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,16 @@ test-stack-command-86:
test-stack-command-8x:
./scripts/test-stack-command.sh 8.16.0-3a37a73c-SNAPSHOT

test-stack-command-9x:
./scripts/test-stack-command.sh 9.0.0-SNAPSHOT

test-stack-command-with-apm-server:
APM_SERVER_ENABLED=true ./scripts/test-stack-command.sh

test-stack-command-with-self-monitor:
SELF_MONITOR_ENABLED=true ./scripts/test-stack-command.sh

test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x test-stack-command-with-apm-server
test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x test-stack-command-9x test-stack-command-with-apm-server

test-check-packages: test-check-packages-with-kind test-check-packages-other test-check-packages-parallel test-check-packages-with-custom-agent test-check-packages-benchmarks test-check-packages-false-positives test-check-packages-with-logstash

Expand Down

0 comments on commit aaa13bb

Please sign in to comment.