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
12ea9cb1
Commit
12ea9cb1
authored
Aug 24, 2016
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set CLOUDSDK_CONFIG to an explicit consistent value in e2e-runner
parent
8e168f8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
e2e-runner.sh
hack/jenkins/e2e-runner.sh
+4
-2
No files found.
hack/jenkins/e2e-runner.sh
View file @
12ea9cb1
...
...
@@ -48,6 +48,10 @@ STAGE_KUBEMARK="KUBEMARK"
:
${
KUBE_GCS_RELEASE_BUCKET
:
=
"kubernetes-release"
}
:
${
KUBE_GCS_DEV_RELEASE_BUCKET
:
=
"kubernetes-release-dev"
}
# Explicitly set config path so staging gcloud (if installed_ uses the same path
# as release
export
CLOUDSDK_CONFIG
=
"
${
WORKSPACE
}
/.config/gcloud"
# record_command runs the command and records its output/error messages in junit format
# it expects the first argument to be the class and the second to be the name of the command
# Example:
...
...
@@ -228,8 +232,6 @@ if [[ -n "${CLOUDSDK_BUCKET:-}" ]]; then
mv
~/
$(
basename
"
${
CLOUDSDK_BUCKET
}
"
)
~/repo
export
CLOUDSDK_COMPONENT_MANAGER_SNAPSHOT_URL
=
file://
${
HOME
}
/repo/components-2.json
install_google_cloud_sdk_tarball ~/repo/google-cloud-sdk.tar.gz ~/cloudsdk
# TODO: is this necessary? this won't work inside Docker currently.
export
CLOUDSDK_CONFIG
=
/var/lib/jenkins/.config/gcloud
fi
# GCI specific settings.
...
...
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