-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Split up in multiple jobs #633
Conversation
Signed-off-by: Andreas Heinrich <[email protected]>
name: Configure and Compile | ||
runs-on: ${{ inputs.runner || 'ubuntu-22.04' }} | ||
steps: | ||
# LTODO: use github actions outputs or custom github actions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DO NOT MERGE
- name: Format branch name for cache key | ||
run: | | ||
BRANCH_NAME_FOR_CACHE="${GITHUB_REF_NAME//-/_}" | ||
echo "branch_name_for_cache=${BRANCH_NAME_FOR_CACHE}" >> "$GITHUB_ENV" | ||
# LTODO: use compile-main ?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DO NOT MERGE
0f18d6f
to
b6a52e8
Compare
Signed-off-by: Andreas Heinrich <[email protected]>
* download build directory in ci job `run-integration-tests` Signed-off-by: Andreas Heinrich <[email protected]>
I suggest to mark this "CI" in the final commit message, or PR title, to avoid confusion. |
Close in favor of upcoming reusable workflow in everest-ci EVerest/everest-ci#54 |
Describe your changes
Issue ticket number and link
Checklist before requesting a review