From 90059cd2625d4ee7334147e2dbd8a4b336014ed4 Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Tue, 17 Oct 2023 12:10:04 -0700 Subject: [PATCH] [ci] Fixes out of diskspace issue (#2808) --- .github/workflows/native_jni_s3_pytorch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/native_jni_s3_pytorch.yml b/.github/workflows/native_jni_s3_pytorch.yml index 7bd2edc1677..d09d144ce01 100644 --- a/.github/workflows/native_jni_s3_pytorch.yml +++ b/.github/workflows/native_jni_s3_pytorch.yml @@ -136,7 +136,8 @@ jobs: echo $PYTORCH_VERSION ./gradlew :engines:pytorch:pytorch-native:compileJNI -Pprecxx11 -Ppt_version=$PYTORCH_VERSION ./gradlew -Pjni -Ppt_version=$PYTORCH_VERSION :integration:test "-Dai.djl.default_engine=PyTorch" - ./gradlew :engines:pytorch:pytorch-native:cleanJNI + ./gradlew :engines:pytorch:pytorch-native:cleanJNI clean + rm -rf ~/.djl.ai ./gradlew :engines:pytorch:pytorch-native:compileJNI -Pcu11 -Pprecxx11 -Ppt_version=$PYTORCH_VERSION - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1-node16