Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
a5dc230a
Unverified
Commit
a5dc230a
authored
Jul 30, 2021
by
Jinjing Zhou
Committed by
GitHub
Jul 30, 2021
Browse files
Fix shared memory in unit test (#3204)
parent
6f93c6aa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
docker/pods/ci-cpu.yaml
docker/pods/ci-cpu.yaml
+8
-3
docker/pods/ci-gpu.yaml
docker/pods/ci-gpu.yaml
+7
-0
No files found.
docker/pods/ci-cpu.yaml
View file @
a5dc230a
...
@@ -14,7 +14,12 @@ spec:
...
@@ -14,7 +14,12 @@ spec:
volumeMounts
:
volumeMounts
:
-
name
:
persistent-storage
-
name
:
persistent-storage
mountPath
:
/tmp/dataset
mountPath
:
/tmp/dataset
-
name
:
dshm
mountPath
:
/dev/shm
volumes
:
volumes
:
-
name
:
persistent-storage
-
name
:
persistent-storage
persistentVolumeClaim
:
persistentVolumeClaim
:
claimName
:
ogb-efs-claim
claimName
:
ogb-efs-claim
-
name
:
dshm
emptyDir
:
medium
:
Memory
docker/pods/ci-gpu.yaml
View file @
a5dc230a
...
@@ -11,6 +11,13 @@ spec:
...
@@ -11,6 +11,13 @@ spec:
resources
:
resources
:
limits
:
limits
:
nvidia.com/gpu
:
1
# requesting 1 GPU
nvidia.com/gpu
:
1
# requesting 1 GPU
volumeMounts
:
-
name
:
dshm
mountPath
:
/dev/shm
volumes
:
-
name
:
dshm
emptyDir
:
medium
:
Memory
affinity
:
affinity
:
nodeAffinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
requiredDuringSchedulingIgnoredDuringExecution
:
...
...
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