mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Stop flocking for gcloud updates.
This commit is contained in:
parent
6aa3a74cf9
commit
fb11173f6f
@ -5,15 +5,10 @@
|
||||
numToKeep: 200
|
||||
builders:
|
||||
- shell: |
|
||||
# Once updates are removed elsewhere, remove the flock (#18846)
|
||||
sudo chown jenkins:jenkins /var/run/lock/gcloud-components.lock
|
||||
sudo chown -R jenkins:jenkins /usr/local/share/google
|
||||
(
|
||||
flock -x -w 60 9
|
||||
gcloud components update
|
||||
gcloud components update alpha
|
||||
gcloud components update beta
|
||||
) 9> /var/run/lock/gcloud-components.lock
|
||||
|
||||
- job:
|
||||
name: 'jenkins-gcloud-update-all'
|
||||
|
Loading…
Reference in New Issue
Block a user