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

🧱 switch to dedicated reusable MQT workflows #456

Merged
merged 4 commits into from
May 23, 2024

Conversation

burgholzer
Copy link
Member

Description

This PR switches the reusable workflows from MQT Core to the ones hosted at https://github.com/cda-tum/mqt-workflows. This creates a better separation of concerns and allows for separate versioning of the workflows and the MQT Core library.

Furthermore, this PR adapts the configuration of the continuous deployment job so that the job is also triggered if the respective workflow file is updated. This should help to catch errors as early as possible when dependabot updates the workflow.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@burgholzer burgholzer added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code continuous integration Anything related to the CI setup labels May 23, 2024
@burgholzer burgholzer self-assigned this May 23, 2024
the latest Z3 version (4.13.0) is tagged with `11.0` even for the x86 build. As a result, the wheel we ship, which bundles z3, can also only be at least `11.0` compatible. This means that after this change, the `mqt-qmap` package will no longer be compatible with macOS systems `<11.0`.

Signed-off-by: burgholzer <[email protected]>
@burgholzer burgholzer merged commit 801e000 into main May 23, 2024
72 checks passed
@burgholzer burgholzer deleted the switch-to-mqt-workflows branch May 23, 2024 20:28
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.4%. Comparing base (a9fbc68) to head (e07015e).
Report is 91 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #456   +/-   ##
=====================================
  Coverage   90.4%   90.4%           
=====================================
  Files         68      68           
  Lines       7852    7852           
  Branches    1277    1277           
=====================================
  Hits        7102    7102           
  Misses       750     750           
Flag Coverage Δ
cpp 90.0% <ø> (ø)
python 95.9% <ø> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Anything related to the CI setup dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant