Skip to content

Commit

Permalink
CI: fix load test (#5438)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 authored Dec 25, 2024
1 parent c743889 commit 52625b4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.CI_AWS_ACCESS_KEY_SECRET}}
META: ${{matrix.meta}}
START_META: false
GOCOVERDIR: $(pwd)/cover
run: |
sudo -E .github/scripts/command/load_dump_bench.sh test_load_dump_with_big_dir
sudo -E GOCOVERDIR=$(pwd)/cover .github/scripts/command/load_dump_bench.sh test_load_dump_with_big_dir
- name: Load and dump subdir with big directory
if: false
Expand All @@ -121,9 +120,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.CI_AWS_ACCESS_KEY_SECRET}}
META: ${{matrix.meta}}
START_META: false
GOCOVERDIR: $(pwd)/cover
run: |
sudo -E .github/scripts/command/load_dump_bench.sh test_load_dump_with_big_dir_subdir
sudo -E GOCOVERDIR=$(pwd)/cover .github/scripts/command/load_dump_bench.sh test_load_dump_with_big_dir_subdir
- name: List big directory
timeout-minutes: 30
Expand All @@ -132,9 +130,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.CI_AWS_ACCESS_KEY_SECRET}}
META: ${{matrix.meta}}
START_META: false
GOCOVERDIR: $(pwd)/cover
run: |
sudo -E .github/scripts/command/load_dump_bench.sh test_list_with_big_dir
sudo -E GOCOVERDIR=$(pwd)/cover .github/scripts/command/load_dump_bench.sh test_list_with_big_dir
- name: log
if: always()
Expand Down

0 comments on commit 52625b4

Please sign in to comment.