File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments