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

Simplify CI and use cache #1217

Merged
merged 1 commit into from
Dec 11, 2022
Merged

Simplify CI and use cache #1217

merged 1 commit into from
Dec 11, 2022

Conversation

janiversen
Copy link
Collaborator

Adding a "modernised" version of ci.yml, it is basically a new setup:

  • simpler with 1 job and a matrix
  • caching dependencies (reducing runtime by around 50%)
  • no upload of coverage
  • no special architecture testing

The new CI can be manually activated on a branch:
Captura de pantalla 2022-12-11 a las 18 34 41

Also with the new CI, future changes will be done in a branch and not merged until ready and carefully tested.

There are no longer support for tox, since the linter tools and purest can be run directly. A new script ./check_ci.sh are added to allow local control of a commit.

@janiversen
Copy link
Collaborator Author

@dhoomakethu this PR might have an impact on the way you work (no tox), but should make it a lot easier for you to test on a branch e.g. using workspaces.

@janiversen janiversen merged commit b80ce22 into dev Dec 11, 2022
@janiversen janiversen deleted the new_ci branch December 11, 2022 20:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant