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
android-interop.sh all: Upgrade Android plugin to 4.2.0 2022-01-07 09:52:26 -08:00
android.cfg
android.sh all: Upgrade Android plugin to 4.2.0 2022-01-07 09:52:26 -08:00
bazel.cfg
bazel.sh Drop Bazel 4 support 2023-01-11 08:15:47 -08:00
gae-interop.cfg
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
release_artifacts.sh
unix.sh example: fix orca example to use new ORCA API (#9403) 2022-07-22 07:40:49 -07:00
upload_artifacts.cfg
upload_artifacts.sh compiler: Cross-compile for ppc64le platform (#9284) 2022-06-23 09:18:19 -07:00
windows.bat
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