Skip to content

Commit

Permalink
build: microbenchmark ignore packages
Browse files Browse the repository at this point in the history
Pass the `BENCH_IGNORE_PACKAGES` var to `roachprod-microbench`.

Epic: None
Release Note: None
  • Loading branch information
herkolategan committed Mar 21, 2024
1 parent b3a4575 commit dff7ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/teamcity/cockroach/nightlies/microbenchmark_weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# SHEET_DESCRIPTION: Adds a description to the name of the published spreadsheets (e.g., "22.2 -> 22.1")
# BENCH_TIMEOUT: timeout for each microbenchmark on a function level (default: 20m)
# BENCH_EXCLUDE: comma-separated list of benchmarks to exclude (default: none)
# BENCH_IGNORE_PACKAGES: comma-separated list of packages to exclude completely from listing and execution (default: none)
# TEST_ARGS: additional arguments to pass to the test binary (default: none)
# ROACHPROD_CREATE_ARGS: additional arguments to pass to `roachprod create` (default: none)
# MICROBENCH_SLACK_TOKEN: token to use to post to slack (default: none)
Expand Down Expand Up @@ -82,6 +83,7 @@ fi
${bench_compare_binaries:+--compare-binaries="$bench_compare_binaries"} \
${BENCH_TIMEOUT:+--timeout="$BENCH_TIMEOUT"} \
${BENCH_EXCLUDE:+--exclude="$BENCH_EXCLUDE"} \
${BENCH_IGNORE_PACKAGES:+--ignore-package="$BENCH_IGNORE_PACKAGES"} \
--quiet \
-- "$TEST_ARGS" \
|| exit_status=$?
Expand Down

0 comments on commit dff7ece

Please sign in to comment.