Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
628858eb
Commit
628858eb
authored
Feb 24, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #21930 from spxtr/silence-gke
Auto commit by PR queue bot
parents
9b62123b
1f4e1ba9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
e2e-runner.sh
hack/jenkins/e2e-runner.sh
+2
-2
No files found.
hack/jenkins/e2e-runner.sh
View file @
628858eb
...
@@ -140,11 +140,11 @@ fi
...
@@ -140,11 +140,11 @@ fi
# Install gcloud from a custom path if provided. Used to test GKE with gcloud
# Install gcloud from a custom path if provided. Used to test GKE with gcloud
# at HEAD, release candidate.
# at HEAD, release candidate.
if
[[
!
-z
"
${
CLOUDSDK_BUCKET
:-}
"
]]
;
then
if
[[
!
-z
"
${
CLOUDSDK_BUCKET
:-}
"
]]
;
then
gsutil
-m
cp
-r
"
${
CLOUDSDK_BUCKET
}
"
~
gsutil
-m
q
cp
-r
"
${
CLOUDSDK_BUCKET
}
"
~
rm
-rf
~/repo ~/cloudsdk
rm
-rf
~/repo ~/cloudsdk
mv
~/
$(
basename
"
${
CLOUDSDK_BUCKET
}
"
)
~/repo
mv
~/
$(
basename
"
${
CLOUDSDK_BUCKET
}
"
)
~/repo
mkdir
~/cloudsdk
mkdir
~/cloudsdk
tar
z
v
xf ~/repo/google-cloud-sdk.tar.gz
-C
~/cloudsdk
tar
zxf ~/repo/google-cloud-sdk.tar.gz
-C
~/cloudsdk
export
CLOUDSDK_CORE_DISABLE_PROMPTS
=
1
export
CLOUDSDK_CORE_DISABLE_PROMPTS
=
1
export
CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL
=
file://
${
HOME
}
/repo/components-2.json
export
CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL
=
file://
${
HOME
}
/repo/components-2.json
~/cloudsdk/google-cloud-sdk/install.sh
--disable-installation-options
--bash-completion
=
false
--path-update
=
false
--usage-reporting
=
false
~/cloudsdk/google-cloud-sdk/install.sh
--disable-installation-options
--bash-completion
=
false
--path-update
=
false
--usage-reporting
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment