Skip to content

Commit 56a9a63

Browse files
committed
workaround s3 suite issue
1 parent 5e3d3e4 commit 56a9a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ jobs:
808808
--azure-storage-key ${{ secrets.AZURE_STORAGE_KEY }}
809809
--azure-container ${{ secrets.AZURE_CONTAINER_NAME }}
810810
--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.STORAGE }}-${{ matrix.PART }})" job.retry=$GITHUB_RUN_ATTEMPT job.url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" arch="$(uname -i)"
811-
--only ":/part ${{ matrix.PART }}/*"
811+
--only ":/try*" ":/part ${{ matrix.PART }}/*"
812812
${{ env.args }} || EXITCODE=$?;
813813
.github/add_link_to_logs.sh;
814814
exit $EXITCODE

0 commit comments

Comments
 (0)