increase timeout of bazel RBE jobs

if the kokoro job times out and the bazel command is not done, it ends up in
weird test results ("Unevaluated targets") that are hard to interpret.
Setting the timeout for kokoro jobs high enough to create extra reserve
should help.
pull/20758/head
Jan Tattermusch 5 years ago
parent 4ecfab1488
commit 79cfdb525c
  1. 2
      tools/internal_ci/linux/grpc_bazel_rbe_asan.cfg
  2. 2
      tools/internal_ci/linux/grpc_bazel_rbe_dbg.cfg
  3. 2
      tools/internal_ci/linux/grpc_bazel_rbe_incompatible_changes.cfg
  4. 2
      tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg
  5. 2
      tools/internal_ci/linux/grpc_bazel_rbe_opt.cfg
  6. 2
      tools/internal_ci/linux/grpc_bazel_rbe_tsan.cfg
  7. 2
      tools/internal_ci/linux/grpc_bazel_rbe_ubsan.cfg
  8. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_asan.cfg
  9. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_dbg.cfg
  10. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_msan.cfg
  11. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_opt.cfg
  12. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_tsan.cfg
  13. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_ubsan.cfg
  14. 2
      tools/internal_ci/windows/grpc_bazel_rbe_dbg.cfg
  15. 2
      tools/internal_ci/windows/grpc_bazel_rbe_opt.cfg
  16. 2
      tools/internal_ci/windows/pull_request/grpc_bazel_rbe_dbg.cfg
  17. 2
      tools/internal_ci/windows/pull_request/grpc_bazel_rbe_opt.cfg

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_asan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_bazel_rbe_incompatible_changes.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_msan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_tsan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/pull_request/grpc_bazel_on_foundry_dbg.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/pull_request/grpc_msan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/pull_request/grpc_bazel_on_foundry_opt.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/pull_request/grpc_tsan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -17,7 +17,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/bazel_rbe.bat"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -17,7 +17,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/bazel_rbe.bat"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -17,7 +17,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/bazel_rbe.bat"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

@ -17,7 +17,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/bazel_rbe.bat"
timeout_mins: 60
timeout_mins: 90
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"

Loading…
Cancel
Save