Skip to content

Commit 3653e6a

Browse files
committed
fix
1 parent 81e4b46 commit 3653e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression-reusable-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
--collect-service-logs
9797
--output ${{ inputs.output_format }}
9898
--parallel ${{ vars.PARALLEL }}
99-
--attr project="${GITHUB_REPOSITORY}" project.id="${GITHUB_REPOSITORY_ID}" user.name="${GITHUB_ACTOR}" version="${{ fromJson(inputs.workflow_config).custom_data.version.string }}" package="${clickhouse_path}" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name=$GITHUB_JOB job.retry=$GITHUB_RUN_ATTEMPT job.url="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" arch="$(uname -i)"
99+
--attr project="${GITHUB_REPOSITORY}" project.id="${GITHUB_REPOSITORY_ID}" user.name="${GITHUB_ACTOR}" version="${{ fromJson(inputs.workflow_config).custom_data.version.string }}" package="${{env.clickhouse_path}}" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name=$GITHUB_JOB job.retry=$GITHUB_RUN_ATTEMPT job.url="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" arch="$(uname -i)"
100100
--cicd
101101
--log raw.log
102102
${{ inputs.flags != 'none' && inputs.flags || ''}}
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
EXITCODE=0
162162
python3 -u ${{ env.SUITE }}/${{ env.SUITE_EXECUTABLE }}
163-
--clickhouse ${clickhouse_path}
163+
--clickhouse ${{env.clickhouse_path}}
164164
${{ env.REGRESSION_ARGS }}
165165
${{ env.args }} || EXITCODE=$?;
166166
.github/add_link_to_logs.sh

0 commit comments

Comments
 (0)