google-cloud-java icon indicating copy to clipboard operation
google-cloud-java copied to clipboard

test: understanding kokoro behavior (DO NOT MERGE)

Open mpeddada1 opened this issue 2 years ago • 2 comments

mpeddada1 avatar Aug 22 '23 20:08 mpeddada1

Notes: When the mvn command from the build script is deleted, the Kokoro job will show up as "Passing" even though it doesn't run any tests.

mpeddada1 avatar Aug 25 '23 19:08 mpeddada1

It's the return code of shell script and the switch statement in bash.

suztomo avatar Aug 27 '23 02:08 suztomo