Skip to content

Commit 09d9347

Browse files
committed
fix s3 export regression path
1 parent 338b4ba commit 09d9347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ jobs:
10261026
run: |
10271027
cat >> "$GITHUB_ENV" << 'EOF'
10281028
REPORTS_PATH=${{ runner.temp }}/reports_dir
1029-
SUITE=s3_export
1029+
SUITE=s3
10301030
PART=${{ matrix.PART }}
10311031
EOF
10321032
- name: Setup
@@ -1051,7 +1051,7 @@ jobs:
10511051
--clickhouse-binary-path ${{ env.clickhouse_path }}
10521052
--storage minio
10531053
--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 }})" job.retry=$GITHUB_RUN_ATTEMPT job.url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" arch="$(uname -i)"
1054-
--only ":/try*" "minio/export ${{ matrix.PART }}/*"
1054+
--only ":/try*" "minio/export tests/export ${{ matrix.PART }}/*"
10551055
${{ env.args }} || EXITCODE=$?;
10561056
.github/add_link_to_logs.sh;
10571057
exit $EXITCODE
@@ -1072,7 +1072,7 @@ jobs:
10721072
- uses: actions/upload-artifact@v4
10731073
if: always()
10741074
with:
1075-
name: ${{ env.SUITE }}-${{ matrix.PART }}-${{ inputs.arch }}-artifacts
1075+
name: ${{ env.SUITE }}-export-${{ matrix.PART }}-${{ inputs.arch }}-artifacts
10761076
path: ${{ env.artifact_paths}}
10771077

10781078
TieredStorage:

0 commit comments

Comments
 (0)