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

OPEN: GitHub-based CI/CD Flow #4

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

Victor-Jung
Copy link
Member

@Victor-Jung Victor-Jung commented Sep 26, 2024

Changelog

This PR adds a GitHub-based Continuous Integration and Deployment to Deeploy. With this flow, we propagate a Docker container carrying Deeploy's dependencies. This allows new users to simply pull the Docker container and run Deeploy out-of-the-box. Moreover, the CI tests are run into this container.

On a personal GitHub account, one has access to 40 concurrent jobs, and the runtime of the CI is 14min. On the organization repo, we have only 20 concurrent jobs, so the runtime is 29min.

Added

  • CI.yml workflow containing the CI tests.
  • BuildDocker.yml workflow that builds and pushes to GHCR the docker containing Deeploy's dependencies.

Changed

  • Moved the GitLab CI flow from main.yml to GitLabCI.yml.

Fixed

  • Fixed a typo in the Makefile.
  • Fixed the version of onnx-graphsurgeon to 0.3.20, using the latest version results in errors for the ICCT_ITA_8 ONNX graph.
  • Fixed the banshee.patch by freezing the version of unicode-width to 0.1.13. Since a few days, the default version is 0.1.14, while it was 0.1.13 earlier. The version 0.1.14 is working only for Rust version above or equal to 1.66.

Copy link
Collaborator

@Scheremo Scheremo left a comment

Choose a reason for hiding this comment

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

LGTM!

@Xeratec
Copy link
Collaborator

Xeratec commented Oct 21, 2024

LGTM, thanks for the effort!

@Xeratec Xeratec merged commit 092aabd into pulp-platform:devel Oct 21, 2024
104 checks passed
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.

3 participants