mirror of https://github.com/citusdata/citus.git
Avoid artifact name collision for flaky test detection jobs
parent
117bd1d04f
commit
30bf960c5c
|
@ -451,7 +451,7 @@ jobs:
|
|||
chmod +x run_hammerdb.sh
|
||||
run_hammerdb.sh citusbot_tpcc_benchmark_rg
|
||||
prepare_parallelization_matrix_32:
|
||||
name: Parallel 32
|
||||
name: Prepare parallelization matrix
|
||||
if: ${{ needs.test-flakyness-pre.outputs.tests != ''}}
|
||||
needs: test-flakyness-pre
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -537,3 +537,5 @@ jobs:
|
|||
shell: bash
|
||||
- uses: "./.github/actions/save_logs_and_results"
|
||||
if: always()
|
||||
with:
|
||||
folder: test_flakyness_parallel_${{ matrix.id }}
|
||||
|
|
|
@ -76,4 +76,4 @@ jobs:
|
|||
- uses: "./.github/actions/save_logs_and_results"
|
||||
if: always()
|
||||
with:
|
||||
folder: ${{ matrix.id }}
|
||||
folder: check_flakyness_parallel_${{ matrix.id }}
|
||||
|
|
Loading…
Reference in New Issue