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
f81460e3
Commit
f81460e3
authored
Mar 09, 2017
by
Random-Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the junit file name format to `junit_image-name_id.xml`,
and make the gci image name shorter.
parent
1f5708d4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
e2e_node_suite_test.go
test/e2e_node/e2e_node_suite_test.go
+1
-1
image-config.yaml
test/e2e_node/jenkins/cri_validation/image-config.yaml
+1
-1
image-config.yaml
test/e2e_node/jenkins/image-config.yaml
+1
-1
image-config.yaml
test/e2e_node/jenkins/non-cri_validation/image-config.yaml
+1
-1
run_remote.go
test/e2e_node/runner/remote/run_remote.go
+3
-2
No files found.
test/e2e_node/e2e_node_suite_test.go
View file @
f81460e3
...
...
@@ -114,7 +114,7 @@ func TestE2eNode(t *testing.T) {
glog
.
Errorf
(
"Failed creating report directory: %v"
,
err
)
}
else
{
// Configure a junit reporter to write to the directory
junitFile
:=
fmt
.
Sprintf
(
"junit_%s%02d.xml"
,
framework
.
TestContext
.
ReportPrefix
,
config
.
GinkgoConfig
.
ParallelNode
)
junitFile
:=
fmt
.
Sprintf
(
"junit_%s
_
%02d.xml"
,
framework
.
TestContext
.
ReportPrefix
,
config
.
GinkgoConfig
.
ParallelNode
)
junitPath
:=
path
.
Join
(
reportDir
,
junitFile
)
reporters
=
append
(
reporters
,
morereporters
.
NewJUnitReporter
(
junitPath
))
}
...
...
test/e2e_node/jenkins/cri_validation/image-config.yaml
View file @
f81460e3
...
...
@@ -2,7 +2,7 @@ images:
containervm
:
image
:
e2e-node-containervm-v20161208-image
# docker 1.11.2
project
:
kubernetes-node-e2e-images
gci
-family
:
gci
:
image_regex
:
gci-stable-56-9000-84-2
# docker 1.11.2
project
:
google-containers
metadata
:
"
user-data<test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
...
...
test/e2e_node/jenkins/image-config.yaml
View file @
f81460e3
...
...
@@ -15,7 +15,7 @@ images:
containervm
:
image
:
e2e-node-containervm-v20161208-image
# docker 1.11.2
project
:
kubernetes-node-e2e-images
gci
-family
:
gci
:
image_regex
:
gci-stable-56-9000-84-2
# docker 1.11.2
project
:
google-containers
metadata
:
"
user-data<test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
test/e2e_node/jenkins/non-cri_validation/image-config.yaml
View file @
f81460e3
...
...
@@ -2,7 +2,7 @@ images:
containervm
:
image
:
e2e-node-containervm-v20161208-image
# docker 1.11.2
project
:
kubernetes-node-e2e-images
gci
-family
:
gci
:
image_regex
:
gci-beta-56-9000-80-0
# docker 1.11.2
project
:
google-containers
metadata
:
"
user-data<test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
...
...
test/e2e_node/runner/remote/run_remote.go
View file @
f81460e3
...
...
@@ -198,8 +198,9 @@ func main() {
machine
:
imageConfig
.
Machine
,
tests
:
imageConfig
.
Tests
,
}
if
isRegex
{
name
=
shortName
+
"-"
+
image
if
isRegex
&&
len
(
images
)
>
1
{
// Use image name when shortName is not unique.
name
=
image
}
gceImages
.
images
[
name
]
=
gceImage
}
...
...
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