Skip to content

Commit 6f76e93

Browse files
committed
misc: Temporarily disable cache fuzzer runs on CI due to flakiness
1 parent 9f05d71 commit 6f76e93

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/scheduled.yml

-34
Original file line numberDiff line numberDiff line change
@@ -745,40 +745,6 @@ jobs:
745745
path: |
746746
/tmp/row_fuzzer_repro
747747
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-
782748
table-evolution-fuzzer-run:
783749
name: Table Evolution Fuzzer
784750
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)