From 8f0136b0e3ee731013c2d6507f1a628de1aeff87 Mon Sep 17 00:00:00 2001 From: Jinjing Zhou Date: Fri, 4 Mar 2022 17:21:19 +0800 Subject: [PATCH] Remove unnecessary jenkins part (#3806) * fix * try mount * what's happening * fix * ci --- Jenkinsfile | 2 -- docker/pods/ci-cpu.yaml | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f75261c0450e..af516ab41e45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -345,8 +345,6 @@ pipeline { } stage('Tutorial test') { steps { - sh 'ls -l /tmp/dataset/*' - sh 'ls -l /tmp/dataset/' tutorial_test_linux('pytorch') } } diff --git a/docker/pods/ci-cpu.yaml b/docker/pods/ci-cpu.yaml index d2fd595ba1a2..be9f77e7092a 100644 --- a/docker/pods/ci-cpu.yaml +++ b/docker/pods/ci-cpu.yaml @@ -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