Skip to content

Commit 98d342a

Browse files
committed
[Debug] Run several times benchmarks step
1 parent 4fbe35d commit 98d342a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.buildkite/pipeline.trigger.integration.tests.sh

+16
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,22 @@ for test in "${CHECK_PACKAGES_TESTS[@]}"; do
7171
done
7272
done
7373

74+
for iter in $(seq 1 5); do
75+
test="test-check-packages-benchmarks"
76+
77+
test_name=${test#"test-check-packages-"}
78+
echo " - label: \":go: Integration test: ${test_name} (${iter})\""
79+
echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test}"
80+
echo " agents:"
81+
echo " provider: \"gcp\""
82+
echo " image: \"${UBUNTU_X86_64_AGENT_IMAGE}\""
83+
echo " artifact_paths:"
84+
echo " - build/test-results/*.xml"
85+
echo " - build/elastic-stack-dump/check-*/logs/*.log"
86+
echo " - build/elastic-stack-dump/check-*/logs/fleet-server-internal/**/*"
87+
echo " - build/test-coverage/coverage-*.xml" # these files should not be used to compute the final coverage of elastic-package
88+
done
89+
7490
pushd test/packages/false_positives > /dev/null
7591
for package in $(find . -maxdepth 1 -mindepth 1 -type d) ; do
7692
package_name=$(basename "${package}")

0 commit comments

Comments
 (0)