grpc-java/buildscripts/kokoro
Sergii Tkachenko f2533f4fd8
xds interop: Fix buildscripts not continuing on a failed test suite (#9833)
Apparently there's a difference between bash 3 and bash 4.
OSX comes with bash 3 out-of-box, so for whoever wrote this logic
it "worked on my machine".

The `((` construct returns a 0 exit code if the value is non-zero.
Since the value starts at 0 and we do a post-increment,
it will always fail the first time.
Changing it to a pre-increment should fix it.
2023-01-17 13:15:40 -08:00
..
android-interop.cfg buildscripts: run Android interop tests on Firebase (#4314) 2018-08-28 14:56:06 -07:00
android-interop.sh all: Upgrade Android plugin to 4.2.0 2022-01-07 09:52:26 -08:00
android.cfg buildscripts: add Kokoro-based CI for Android APK stats (#3984) 2018-03-08 18:41:39 -08:00
android.sh all: Upgrade Android plugin to 4.2.0 2022-01-07 09:52:26 -08:00
bazel.cfg buildscripts: Add Kokoro-based Bazel CI 2018-01-11 10:28:21 -08:00
bazel.sh Drop Bazel 4 support 2023-01-11 08:15:47 -08:00
gae-interop.cfg kokoro: add a placeholder script for GAE testing (#3590) 2017-10-19 16:26:52 -07:00
gae-interop.sh xds: Build third-party protos in separate build step 2022-07-07 07:26:38 -07:00
kokoro.sh kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
linux_aarch64.cfg kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
linux_aarch64.sh kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
linux_artifacts.cfg kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
linux_artifacts.sh compiler: Cross-compile for ppc64le platform (#9284) 2022-06-23 09:18:19 -07:00
macos.cfg kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
macos.sh kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
psm-security.cfg xDS interop: enable pod log collection in the buildscripts (#9495) 2022-09-06 11:18:27 -07:00
psm-security.sh xds interop: Fix buildscripts not continuing on a failed test suite (#9833) 2023-01-17 13:15:40 -08:00
release_artifacts.cfg buildscripts: add linux job that release_artifacts can dep on (#4392) 2018-04-25 15:54:15 -07:00
release_artifacts.sh buildscripts: initial kokoro config for auto releasing artifacts (#4391) 2018-04-25 14:12:06 -07:00
unix.sh example: fix orca example to use new ORCA API (#9403) 2022-07-22 07:40:49 -07:00
upload_artifacts.cfg buildscripts: automate the release process (#4406) 2018-05-03 19:48:14 -07:00
upload_artifacts.sh compiler: Cross-compile for ppc64le platform (#9284) 2022-06-23 09:18:19 -07:00
windows.bat buildscripts: automate the release process (#4406) 2018-05-03 19:48:14 -07:00
windows.cfg kokoro: Pretty test results 2022-01-12 15:44:01 -08:00
windows32.bat xds: Build third-party protos in separate build step 2022-07-07 07:26:38 -07:00
windows64.bat xds: Build third-party protos in separate build step 2022-07-07 07:26:38 -07:00
xds_k8s_lb.cfg xDS interop: enable pod log collection in the buildscripts (#9495) 2022-09-06 11:18:27 -07:00
xds_k8s_lb.sh xds interop: Fix buildscripts not continuing on a failed test suite (#9833) 2023-01-17 13:15:40 -08:00
xds_url_map.cfg xDS interop: enable pod log collection in the buildscripts (#9495) 2022-09-06 11:18:27 -07:00
xds_url_map.sh xDS interop: enable pod log collection in the buildscripts (#9495) 2022-09-06 11:18:27 -07:00
xds_v3.cfg Extend the xDS interop tests timeout to 360 mins (#8133) 2021-05-05 10:18:44 -07:00
xds_v3.sh buildscripts: drop xDS v2 interop test (#9783) 2023-01-03 15:37:12 -08:00