Skip to content

Commit

Permalink
Merge pull request #56712 from ClickHouse/backport/23.3/56501
Browse files Browse the repository at this point in the history
Backport #56501 to 23.3: Continue rewriting workflows to reusable tests
  • Loading branch information
robot-ch-test-poll committed Nov 14, 2023
2 parents ba0217d + 54c3502 commit f063304
Show file tree
Hide file tree
Showing 19 changed files with 626 additions and 1,964 deletions.
2 changes: 2 additions & 0 deletions .github/actions/common_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ runs:
cat >> "$GITHUB_ENV" << 'EOF'
TEMP_PATH=${{runner.temp}}/${{inputs.job_type}}
REPO_COPY=${{runner.temp}}/${{inputs.job_type}}/git-repo-copy
IMAGES_PATH=${{runner.temp}}/images_path
REPORTS_PATH=${{runner.temp}}/reports_dir
EOF
if [ -z "${{env.GITHUB_JOB_OVERRIDDEN}}" ] && [ "true" == "${{inputs.nested_job}}" ]; then
echo "The GITHUB_JOB_OVERRIDDEN ENV is unset, and must be set for the nested jobs"
Expand Down

0 comments on commit f063304

Please sign in to comment.