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

gh-actions: Refactor execution container generation GH workflow; Add workflow for Ubuntu Jammy. #321

Merged
merged 22 commits into from
Mar 11, 2024

Conversation

junhaoliao
Copy link
Collaborator

References

Currently, CLP execution containers, which contains the necessary dependencies to run the CLP package, is only generated for Ubuntu 20.04 (Focal).

Description

This PR refactors CLP execution images build workflow. Specifically, it:

  1. Creates a new GitHub Action (clp-execution-image-build) to build container images with dependencies necessary for running the CLP package. This action supports multiple Linux distributions and versions by allowing specification of the platform ID and version (e.g., Ubuntu Focal, Jammy).
  2. Updates the clp-core-build workflow to remove trigger on changes to the new action's YAML file.
  3. Removes the previous clp-execution-image-build workflow file.
  4. Introduces new workflows for building execution images for Ubuntu Focal and Jammy, utilizing the new GitHub Action.
  5. Updates the documentation (docs/gh-workflows.md) to reflect the new workflows.

Validation performed

  1. Validated the new workflows through automatic triggers by push, ensuring that images are built for both Ubuntu Focal and Jammy.

@junhaoliao junhaoliao requested a review from kirkrodrigues March 9, 2024 22:20
Copy link
Member

@kirkrodrigues kirkrodrigues left a comment

Choose a reason for hiding this comment

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

How about:

gh-actions: Refactor execution container generation GH workflow; Add workflow for Ubuntu Jammy. (#321)

@junhaoliao junhaoliao merged commit 36837c2 into y-scope:main Mar 11, 2024
4 checks passed
@kirkrodrigues kirkrodrigues changed the title gh-actions: Refactor execution container generation GitHub workflow; Add the workflow for Ubuntu Jammy. gh-actions: Refactor execution container generation GH workflow; Add workflow for Ubuntu Jammy. Mar 11, 2024
@junhaoliao junhaoliao deleted the docker-workflow branch April 16, 2024 07:32
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