@@ -18,37 +18,37 @@ STACK_COMMAND_TESTS=(
18
18
test-stack-command-8x
19
19
)
20
20
21
- for test in ${STACK_COMMAND_TESTS[@]} ; do
22
- echo " - label: \" :go: Running integration test: ${test} \" "
23
- echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test} "
24
- echo " agents:"
25
- echo " provider: \" gcp\" "
26
- echo " artifact_paths:"
27
- echo " - build/elastic-stack-dump/stack/*/logs/*.log"
28
- echo " - build/elastic-stack-dump/stack/*/logs/fleet-server-internal/**/*"
29
- echo " - build/elastic-stack-status/*/*"
30
- done
21
+ # for test in ${STACK_COMMAND_TESTS[@]}; do
22
+ # echo " - label: \":go: Running integration test: ${test}\""
23
+ # echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test}"
24
+ # echo " agents:"
25
+ # echo " provider: \"gcp\""
26
+ # echo " artifact_paths:"
27
+ # echo " - build/elastic-stack-dump/stack/*/logs/*.log"
28
+ # echo " - build/elastic-stack-dump/stack/*/logs/fleet-server-internal/**/*"
29
+ # echo " - build/elastic-stack-status/*/*"
30
+ # done
31
31
32
32
CHECK_PACKAGES_TESTS=(
33
33
test-check-packages-other
34
34
test-check-packages-with-kind
35
35
test-check-packages-with-custom-agent
36
36
test-check-packages-benchmarks
37
37
)
38
- for test in ${CHECK_PACKAGES_TESTS[@]} ; do
39
- echo " - label: \" :go: Running integration test: ${test} \" "
40
- echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test} "
41
- echo " agents:"
42
- echo " provider: \" gcp\" "
43
- echo " artifact_paths:"
44
- echo " - build/test-results/*.xml"
45
- echo " - build/elastic-stack-dump/stack/check-*/logs/*.log"
46
- echo " - build/elastic-stack-dump/stack/check-*/logs/fleet-server-internal/**/*"
47
- echo " - build/elastic-stack-status/*/*"
48
- if [[ $test =~ with-kind$ ]]; then
49
- echo " - build/kubectl-dump.txt"
50
- fi
51
- done
38
+ # for test in ${CHECK_PACKAGES_TESTS[@]}; do
39
+ # echo " - label: \":go: Running integration test: ${test}\""
40
+ # echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test}"
41
+ # echo " agents:"
42
+ # echo " provider: \"gcp\""
43
+ # echo " artifact_paths:"
44
+ # echo " - build/test-results/*.xml"
45
+ # echo " - build/elastic-stack-dump/stack/check-*/logs/*.log"
46
+ # echo " - build/elastic-stack-dump/stack/check-*/logs/fleet-server-internal/**/*"
47
+ # echo " - build/elastic-stack-status/*/*"
48
+ # if [[ $test =~ with-kind$ ]]; then
49
+ # echo " - build/kubectl-dump.txt"
50
+ # fi
51
+ # done
52
52
53
53
pushd test/packages/parallel > /dev/null
54
54
for package in $( find . -maxdepth 1 -mindepth 1 -type d) ; do
0 commit comments