Unverified Commit 8f0136b0 authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

Remove unnecessary jenkins part (#3806)

* fix

* try mount

* what's happening

* fix

* ci
parent 0528e90d
......@@ -345,8 +345,6 @@ pipeline {
}
stage('Tutorial test') {
steps {
sh 'ls -l /tmp/dataset/*'
sh 'ls -l /tmp/dataset/'
tutorial_test_linux('pytorch')
}
}
......
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment