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
e7243103
Commit
e7243103
authored
Jun 18, 2015
by
Jeff Lowdermilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few e2e references to allow gke to test dogfood builds
parent
1ba90909
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
util.sh
cluster/gke/util.sh
+1
-1
e2e.sh
hack/jenkins/e2e.sh
+1
-1
No files found.
cluster/gke/util.sh
View file @
e7243103
...
...
@@ -99,7 +99,7 @@ function verify-prereqs() {
sudo_prefix
=
"sudo"
fi
${
sudo_prefix
}
gcloud
${
gcloud_prompt
:-}
components update preview
||
true
${
sudo_prefix
}
gcloud
${
gcloud_prompt
:-}
components update
alpha
||
true
${
sudo_prefix
}
gcloud
${
gcloud_prompt
:-}
components update
"
${
CMD_GROUP
}
"
||
true
${
sudo_prefix
}
gcloud
${
gcloud_prompt
:-}
components update kubectl||
true
${
sudo_prefix
}
gcloud
${
gcloud_prompt
:-}
components update
||
true
}
...
...
hack/jenkins/e2e.sh
View file @
e7243103
...
...
@@ -127,7 +127,7 @@ if [[ "${E2E_UP,,}" == "true" ]]; then
# code=400,message=cluster.cluster_api_versionmustbeoneof:
# 0.15.0,0.16.0.
# The command should error, so we throw an || true on there.
msg
=
$(
gcloud
alpha
container clusters create this-wont-work
\
msg
=
$(
gcloud
${
CMD_GROUP
:-
alpha
}
container clusters create this-wont-work
\
--zone
=
us-central1-f
--cluster-api-version
=
0.0.0 2>&1
\
|
tr
-d
'[[:space:]]'
)
||
true
# Strip out everything before the final colon, which gives us just
...
...
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