File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,22 @@ for test in "${CHECK_PACKAGES_TESTS[@]}"; do
71
71
done
72
72
done
73
73
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
+
74
90
pushd test/packages/false_positives > /dev/null
75
91
for package in $( find . -maxdepth 1 -mindepth 1 -type d) ; do
76
92
package_name=$( basename " ${package} " )
You can’t perform that action at this time.
0 commit comments