Commit 6f76e93 1 parent 9f05d71 commit 6f76e93 Copy full SHA for 6f76e93
File tree 1 file changed +0
-34
lines changed
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -745,40 +745,6 @@ jobs:
745
745
path : |
746
746
/tmp/row_fuzzer_repro
747
747
748
- cache-fuzzer-run :
749
- name : Cache Fuzzer
750
- runs-on : ubuntu-latest
751
- container : ghcr.io/facebookincubator/velox-dev:centos9
752
- needs : compile
753
- timeout-minutes : 120
754
- steps :
755
-
756
- - name : Download cache fuzzer
757
- uses : actions/download-artifact@v4
758
- with :
759
- name : cache_fuzzer
760
-
761
- - name : Run Cache Fuzzer
762
- run : |
763
- mkdir -p /tmp/cache_fuzzer_test/logs/
764
- chmod -R 777 /tmp/cache_fuzzer_test
765
- chmod +x velox_cache_fuzzer_test
766
- ./velox_cache_fuzzer_test \
767
- --seed ${RANDOM} \
768
- --duration_sec $DURATION \
769
- --minloglevel=0 \
770
- --stderrthreshold=2 \
771
- --log_dir=/tmp/cache_fuzzer_test/logs \
772
- && echo -e "\n\Cache fuzzer run finished successfully."
773
-
774
- - name : Archive Cache production artifacts
775
- if : ${{ !cancelled() }}
776
- uses : actions/upload-artifact@v4
777
- with :
778
- name : cache-fuzzer-test-logs
779
- path : |
780
- /tmp/cache_fuzzer_test
781
-
782
748
table-evolution-fuzzer-run :
783
749
name : Table Evolution Fuzzer
784
750
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments