Skip to content

Commit

Permalink
Add PACKAGE_UNDER_TEST for benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Jun 28, 2023
1 parent d1f5b20 commit 182d988
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .buildkite/pipeline.trigger.integration.tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ CHECK_PACKAGES_TESTS=(
test-check-packages-benchmarks
)
for test in ${CHECK_PACKAGES_TESTS[@]}; do
options=""
if [ "${test}" == "test-check-packages-benchmarks" ]; then
package_name=$(basename ${package})
options="-p ${package_name}"
fi
echo " - label: \":go: Running integration test: ${test}\""
echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test}"
echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test} ${options}"
echo " agents:"
echo " provider: \"gcp\""
echo " artifact_paths:"
Expand Down

0 comments on commit 182d988

Please sign in to comment.