Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
autoscaler
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
kubernetes
autoscaler
Commits
51a38bdc
Unverified
Commit
51a38bdc
authored
3 months ago
by
Ray Wainman
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump build time and remove parallel builds (they don't work)
parent
f8ac5394
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
vertical-pod-autoscaler/cloudbuild.yaml
+1
-3
1 addition, 3 deletions
vertical-pod-autoscaler/cloudbuild.yaml
with
1 addition
and
3 deletions
vertical-pod-autoscaler/cloudbuild.yaml
+
1
−
3
View file @
51a38bdc
# See https://cloud.google.com/cloud-build/docs/build-config
# See https://cloud.google.com/cloud-build/docs/build-config
timeout
:
36
00s
timeout
:
72
00s
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future.
# or any new substitutions added in the future.
options
:
options
:
...
@@ -19,7 +19,6 @@ steps:
...
@@ -19,7 +19,6 @@ steps:
-
TAG=$_GIT_TAG
-
TAG=$_GIT_TAG
args
:
args
:
-
release
-
release
waitFor
:
[
'
-'
]
# The '-' indicates that this step begins immediately.
-
name
:
"
gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest"
-
name
:
"
gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest"
dir
:
pkg/updater
dir
:
pkg/updater
entrypoint
:
make
entrypoint
:
make
...
@@ -27,6 +26,5 @@ steps:
...
@@ -27,6 +26,5 @@ steps:
-
TAG=$_GIT_TAG
-
TAG=$_GIT_TAG
args
:
args
:
-
release
-
release
waitFor
:
[
'
-'
]
# The '-' indicates that this step begins immediately.
substitutions
:
substitutions
:
_GIT_TAG
:
"
0.0.0"
# default value, this is substituted at build time
_GIT_TAG
:
"
0.0.0"
# default value, this is substituted at build time
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment