@@ -299,6 +299,7 @@ jobs:
299
299
REPORTS_PATH=${{ runner.temp }}/reports_dir
300
300
SUITE=alter
301
301
STORAGE=/${{ matrix.ONLY }}_partition
302
+ PART='${{ matrix.PART }}'
302
303
EOF
303
304
- name : Setup
304
305
run : .github/setup.sh
@@ -438,7 +439,8 @@ jobs:
438
439
cat >> "$GITHUB_ENV" << 'EOF'
439
440
REPORTS_PATH=${{runner.temp}}/reports_dir
440
441
SUITE=clickhouse_keeper
441
- STORAGE=/${{ matrix.PART }}/${{ matrix.SSL }}
442
+ STORAGE=/${{ matrix.SSL }}
443
+ PART=${{ matrix.PART }}
442
444
SSL=${{ matrix.SSL == 'ssl' && '--ssl' || '' }}
443
445
EOF
444
446
- name : Setup
@@ -459,7 +461,7 @@ jobs:
459
461
id : run_suite
460
462
run : EXITCODE=0;
461
463
python3
462
- -u ${{ env.SUITE }}/regression.py $SSL
464
+ -u ${{ env.SUITE }}/regression.py ${{ env. SSL }}
463
465
--clickhouse-binary-path ${{ env.clickhouse_path }}
464
466
--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)"
465
467
--only "part ${{ matrix.PART }}/*"
@@ -840,6 +842,7 @@ jobs:
840
842
cat >> "$GITHUB_ENV" << 'EOF'
841
843
REPORTS_PATH=${{ runner.temp }}/reports_dir
842
844
SUITE=s3
845
+ PART=${{ matrix.PART }}
843
846
STORAGE=/${{ matrix.STORAGE }}
844
847
EOF
845
848
- name : Setup
0 commit comments