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
56803ec9
Commit
56803ec9
authored
May 16, 2017
by
Random-Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix node e2e panic when not using image config file.
parent
ff3a847d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run_remote.go
test/e2e_node/runner/remote/run_remote.go
+2
-2
No files found.
test/e2e_node/runner/remote/run_remote.go
View file @
56803ec9
...
@@ -132,7 +132,7 @@ type internalImageConfig struct {
...
@@ -132,7 +132,7 @@ type internalImageConfig struct {
type
internalGCEImage
struct
{
type
internalGCEImage
struct
{
image
string
image
string
project
string
project
string
resources
*
Resources
resources
Resources
metadata
*
compute
.
Metadata
metadata
*
compute
.
Metadata
machine
string
machine
string
tests
[]
string
tests
[]
string
...
@@ -209,7 +209,7 @@ func main() {
...
@@ -209,7 +209,7 @@ func main() {
metadata
:
getImageMetadata
(
imageConfig
.
Metadata
),
metadata
:
getImageMetadata
(
imageConfig
.
Metadata
),
machine
:
imageConfig
.
Machine
,
machine
:
imageConfig
.
Machine
,
tests
:
imageConfig
.
Tests
,
tests
:
imageConfig
.
Tests
,
resources
:
&
imageConfig
.
Resources
,
resources
:
imageConfig
.
Resources
,
}
}
if
isRegex
&&
len
(
images
)
>
1
{
if
isRegex
&&
len
(
images
)
>
1
{
// Use image name when shortName is not unique.
// Use image name when shortName is not unique.
...
...
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