"tests/vscode:/vscode.git/clone" did not exist on "89f8d5f60ac23f3c36b6d127ae5dc235b0028d70"
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 { ...@@ -345,8 +345,6 @@ pipeline {
} }
stage('Tutorial test') { stage('Tutorial test') {
steps { steps {
sh 'ls -l /tmp/dataset/*'
sh 'ls -l /tmp/dataset/'
tutorial_test_linux('pytorch') tutorial_test_linux('pytorch')
} }
} }
......
...@@ -12,14 +12,14 @@ spec: ...@@ -12,14 +12,14 @@ spec:
requests: requests:
cpu: 16 cpu: 16
volumeMounts: volumeMounts:
- name: persistent-storage # - name: persistent-storage
mountPath: /tmp/dataset # mountPath: /tmp/dataset
- name: dshm - name: dshm
mountPath: /dev/shm mountPath: /dev/shm
volumes: volumes:
- name: persistent-storage # - name: persistent-storage
persistentVolumeClaim: # persistentVolumeClaim:
claimName: ogb-efs-claim # claimName: ogb-efs-claim
- name: dshm - name: dshm
emptyDir: emptyDir:
medium: Memory 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