@@ -299,6 +299,7 @@ jobs:
299299 REPORTS_PATH=${{ runner.temp }}/reports_dir
300300 SUITE=alter
301301 STORAGE=/${{ matrix.ONLY }}_partition
302+ PART='${{ matrix.PART }}'
302303 EOF
303304 - name : Setup
304305 run : .github/setup.sh
@@ -438,7 +439,8 @@ jobs:
438439 cat >> "$GITHUB_ENV" << 'EOF'
439440 REPORTS_PATH=${{runner.temp}}/reports_dir
440441 SUITE=clickhouse_keeper
441- STORAGE=/${{ matrix.PART }}/${{ matrix.SSL }}
442+ STORAGE=/${{ matrix.SSL }}
443+ PART=${{ matrix.PART }}
442444 SSL=${{ matrix.SSL == 'ssl' && '--ssl' || '' }}
443445 EOF
444446 - name : Setup
@@ -459,7 +461,7 @@ jobs:
459461 id : run_suite
460462 run : EXITCODE=0;
461463 python3
462- -u ${{ env.SUITE }}/regression.py $SSL
464+ -u ${{ env.SUITE }}/regression.py ${{ env. SSL }}
463465 --clickhouse-binary-path ${{ env.clickhouse_path }}
464466 --attr project="$GITHUB_REPOSITORY" project.id="$GITHUB_REPOSITORY_ID" package="${{ env.clickhouse_path }}" version="${{ env.version }}" user.name="$GITHUB_ACTOR" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name="$GITHUB_JOB (${{ matrix.PART }}, ${{ matrix.SSL }})" job.retry=$GITHUB_RUN_ATTEMPT job.url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" arch="$(uname -i)"
465467 --only "part ${{ matrix.PART }}/*"
@@ -840,6 +842,7 @@ jobs:
840842 cat >> "$GITHUB_ENV" << 'EOF'
841843 REPORTS_PATH=${{ runner.temp }}/reports_dir
842844 SUITE=s3
845+ PART=${{ matrix.PART }}
843846 STORAGE=/${{ matrix.STORAGE }}
844847 EOF
845848 - name : Setup
0 commit comments