This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch polish-fuzz
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/polish-fuzz by this push:
new 9245d67bf Use bash64 is enough
9245d67bf is described below
commit 9245d67bf7938f7a53fc0c384a07aa2dc75b2fd4
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jul 27 14:54:27 2023 +0800
Use bash64 is enough
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/fuzz_test.yml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/.github/workflows/fuzz_test.yml b/.github/workflows/fuzz_test.yml
index bec92153b..7feaf3969 100644
--- a/.github/workflows/fuzz_test.yml
+++ b/.github/workflows/fuzz_test.yml
@@ -107,12 +107,6 @@ jobs:
OPENDAL_S3_ENDPOINT: "http://127.0.0.1:9000"
OPENDAL_S3_ACCESS_KEY_ID: minioadmin
OPENDAL_S3_SECRET_ACCESS_KEY: minioadmin
- - name: Upload Crash Files
- if: ${{ failure() }}
- uses: actions/upload-artifact@v3
- with:
- name: crash_s3_${{ matrix.fuzz-targets }}_${{ github.event_name
}}_${{ github.run_attempt }}_${{ github.sha }}
- path: ./crash*
fuzz-test-fs:
runs-on: ubuntu-latest
@@ -138,12 +132,6 @@ jobs:
env:
OPENDAL_FS_TEST: on
OPENDAL_FS_ROOT: ${{ runner.temp }}/
- - name: Upload Crash Files
- uses: actions/upload-artifact@v3
- if: ${{ failure() }}
- with:
- name: crash_fs_${{ matrix.fuzz-targets }}_${{ github.event_name
}}_${{ github.run_attempt }}_${{ github.sha }}
- path: ./crash*
fuzz-test-memory:
runs-on: ubuntu-latest
@@ -168,9 +156,3 @@ jobs:
run: ./target/${{ matrix.fuzz-targets }} -max_total_time=120
env:
OPENDAL_MEMORY_TEST: on
- - name: Upload Crash Files
- if: ${{ failure() }}
- uses: actions/upload-artifact@v3
- with:
- name: crash_memory_${{ matrix.fuzz-targets }}_${{ github.event_name
}}_${{ github.run_attempt }}_${{ github.sha }}
- path: ./crash*