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
0b224c4b
Unverified
Commit
0b224c4b
authored
Feb 07, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 07, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73823 from jiayingz/cuda10-test
Update CudaVectorAdd test image to be built with Cuda10 docker image.
parents
7d1dc619
8408188c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
BASEIMAGE
test/images/cuda-vector-add/BASEIMAGE
+2
-2
README.md
test/images/cuda-vector-add/README.md
+5
-0
VERSION
test/images/cuda-vector-add/VERSION
+1
-1
manifest.go
test/utils/image/manifest.go
+1
-0
No files found.
test/images/cuda-vector-add/BASEIMAGE
View file @
0b224c4b
amd64=nvidia/cuda:
8.0-devel-ubuntu16
.04
amd64=nvidia/cuda:
10.0-devel-ubuntu18
.04
ppc64le=nvidia/cuda-ppc64le:
8.0
-devel-ubuntu16.04
ppc64le=nvidia/cuda-ppc64le:
9.2
-devel-ubuntu16.04
test/images/cuda-vector-add/README.md
View file @
0b224c4b
...
@@ -11,3 +11,8 @@ $ make
...
@@ -11,3 +11,8 @@ $ make
# Push
# Push
$ make push
$ make push
```
```
## Version history:
1.
0: build cuda-vector-add from CUDA 8.0.
2.
0: build amd64 cuda-vector-add from CUDA 10.0 and ppc64le from CUDA 9.2.
test/images/cuda-vector-add/VERSION
View file @
0b224c4b
1
.0
2
.0
test/utils/image/manifest.go
View file @
0b224c4b
...
@@ -99,6 +99,7 @@ var (
...
@@ -99,6 +99,7 @@ var (
BusyBox
=
Config
{
dockerLibraryRegistry
,
"busybox"
,
"1.29"
}
BusyBox
=
Config
{
dockerLibraryRegistry
,
"busybox"
,
"1.29"
}
CheckMetadataConcealment
=
Config
{
e2eRegistry
,
"metadata-concealment"
,
"1.2"
}
CheckMetadataConcealment
=
Config
{
e2eRegistry
,
"metadata-concealment"
,
"1.2"
}
CudaVectorAdd
=
Config
{
e2eRegistry
,
"cuda-vector-add"
,
"1.0"
}
CudaVectorAdd
=
Config
{
e2eRegistry
,
"cuda-vector-add"
,
"1.0"
}
CudaVectorAdd2
=
Config
{
e2eRegistry
,
"cuda-vector-add"
,
"2.0"
}
Dnsutils
=
Config
{
e2eRegistry
,
"dnsutils"
,
"1.1"
}
Dnsutils
=
Config
{
e2eRegistry
,
"dnsutils"
,
"1.1"
}
EchoServer
=
Config
{
e2eRegistry
,
"echoserver"
,
"2.2"
}
EchoServer
=
Config
{
e2eRegistry
,
"echoserver"
,
"2.2"
}
EntrypointTester
=
Config
{
e2eRegistry
,
"entrypoint-tester"
,
"1.0"
}
EntrypointTester
=
Config
{
e2eRegistry
,
"entrypoint-tester"
,
"1.0"
}
...
...
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