| if git show --diff-filter=AM --name-only --pretty="" HEAD | grep -q .bazelversion |
| . set-java.sh --branch "{branch}" |
| export BAZEL_OPTS="$(echo $BAZEL_OPTS | xargs) \ |
| --remote_header=x-buildbuddy-api-key=$BB_API_KEY \ |
| --flaky_test_attempts 3 \ |
| --test_tag_filters=-flaky" |
| export WCT_HEADLESS_MODE=1 |
| echo 'Test in NoteDb mode' |
| echo '----------------------------------------------' |
| bazelisk test $BAZEL_OPTS //... |
| echo "Test PolyGerrit locally in $(google-chrome --version)" |
| echo '----------------------------------------------' |
| bash ./polygerrit-ui/app/run_test.sh || touch ~/polygerrit-failed |