Skip to content

Commit

Permalink
Remove unnecessary jenkins part (dmlc#3806)
Browse files Browse the repository at this point in the history
* fix

* try mount

* what's happening

* fix

* ci
  • Loading branch information
VoVAllen authored Mar 4, 2022
1 parent 0528e90 commit 8f0136b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ pipeline {
}
stage('Tutorial test') {
steps {
sh 'ls -l /tmp/dataset/*'
sh 'ls -l /tmp/dataset/'
tutorial_test_linux('pytorch')
}
}
Expand Down
10 changes: 5 additions & 5 deletions docker/pods/ci-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ spec:
requests:
cpu: 16
volumeMounts:
- name: persistent-storage
mountPath: /tmp/dataset
# - name: persistent-storage
# mountPath: /tmp/dataset
- name: dshm
mountPath: /dev/shm
volumes:
- name: persistent-storage
persistentVolumeClaim:
claimName: ogb-efs-claim
# - name: persistent-storage
# persistentVolumeClaim:
# claimName: ogb-efs-claim
- name: dshm
emptyDir:
medium: Memory

0 comments on commit 8f0136b

Please sign in to comment.