File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,22 @@ for test in "${CHECK_PACKAGES_TESTS[@]}"; do
7171done
7272done
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+
7490pushd test/packages/false_positives > /dev/null
7591for package in $( find . -maxdepth 1 -mindepth 1 -type d) ; do
7692 package_name=$( basename " ${package} " )
You can’t perform that action at this time.
0 commit comments