File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ branchProtectionRules:
77 requiredStatusCheckContexts :
88 - ' Kokoro CI - Java 11'
99 - ' Kokoro CI - Java 8'
10+ - ' Kokoro CI - Java 17'
1011 - ' Kokoro CI - Lint'
1112 - ' cla/google'
1213 requiredApprovingReviewCount : 1
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ if [[ "$SCRIPT_DEBUG" != "true" ]]; then
4545 # Update `gcloud` and log versioning for debugging
4646 apt update && apt -y upgrade google-cloud-sdk
4747
48+ echo " ********** GIT INFO ***********"
49+ git version
4850 echo " ********** GCLOUD INFO ***********"
4951 gcloud -v
5052 echo " ********** MAVEN INFO ***********"
115117echo -e " \n******************** TESTING PROJECTS ********************"
116118test_prog=" $PWD /.kokoro/tests/run_test_java.sh"
117119
120+ git config --global --add safe.directory $PWD
121+
118122# Use btlr to run all the tests in each folder
119123echo " btlr" " ${btlr_args[@]} " -- " ${test_prog} "
120124btlr " ${btlr_args[@]} " -- " ${test_prog} "
You can’t perform that action at this time.
0 commit comments