Skip to content
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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

andistorm
Copy link
Contributor

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

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
Copy link
Contributor Author

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 ??
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DO NOT MERGE

@andistorm andistorm force-pushed the feature/implement-reusable-workflow branch from 0f18d6f to b6a52e8 Compare April 16, 2024 14:01
Signed-off-by: Andreas Heinrich <[email protected]>
* download build directory in ci job `run-integration-tests`

Signed-off-by: Andreas Heinrich <[email protected]>
@barsnick
Copy link
Contributor

I suggest to mark this "CI" in the final commit message, or PR title, to avoid confusion.

@hikinggrass hikinggrass changed the title Split up in multiple jobs ci: Split up in multiple jobs Apr 17, 2024
@andistorm andistorm self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants