Skip to content

Commit

Permalink
K8s/Docker - Increase build timeout to 1h30min (#2454)
Browse files Browse the repository at this point in the history
* Docker - Prometheus Operator - Bump version to 0.67 and fix vulnerabilities removing go-vendor

* K8s/Docker - Increase build timeout to 1h30min
  • Loading branch information
armandomiani authored Sep 22, 2023
1 parent 11b466f commit 90e5091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild-dispatcher.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

timeout: 3600s # 1h
timeout: 5400s # 1h30min
steps:

- id: Trigger solution tests
Expand Down

0 comments on commit 90e5091

Please sign in to comment.