Skip to content

Commit 65f88fe

Browse files
committed
Add debug
1 parent 57c4ac1 commit 65f88fe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ for test in ${CHECK_PACKAGES_TESTS[@]}; do
4949
fi
5050
done
5151

52+
exit 0
53+
5254
pushd test/packages/parallel > /dev/null
5355
for package in $(find . -maxdepth 1 -mindepth 1 -type d) ; do
5456
package_name=$(basename ${package})

scripts/test-check-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ for d in test/packages/${PACKAGE_TEST_TYPE:-other}/${PACKAGE_UNDER_TEST:-*}/; do
7171
if [ "${PACKAGE_TEST_TYPE:-other}" == "benchmarks" ]; then
7272
# It is not used PACKAGE_UNDER_TEST, so all benchmark packages are run in the same loop
7373
package_to_test=$(basename ${d})
74+
echo "> Checking package ${package_to_test}"
7475
if [ "${package_to_test}" == "pipeline_benchmark" ]; then
7576
rm -rf "${OLDPWD}/build/benchmark-results"
7677
elastic-package benchmark pipeline -v --report-format xUnit --report-output file --fail-on-missing

0 commit comments

Comments
 (0)