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

Bump versions and make CI work #2

Open
wants to merge 1 commit into
base: jfng/imec-glasgow
Choose a base branch
from

Conversation

gatecat
Copy link
Contributor

@gatecat gatecat commented Nov 7, 2024

No description provided.

Signed-off-by: gatecat <gatecat@ds0.me>
@@ -1,7 +1,5 @@
on:
push:
branches:
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reasoning here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, this was my debugging GH actions not working

python: "3.11"
- os: macos-13
python: "3.12"

Copy link
Contributor

Choose a reason for hiding this comment

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

What made removing the os matrix necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

mostly to reduce the amount of CI resources being burnt while testing

Copy link
Contributor

Choose a reason for hiding this comment

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

mm, yeah i guess that's fair, but I think we need a decent spread.
We can loose some versions of python - now needs >3.10. We probably need windows tested as well tho. macos-12 is being discontinued soon, so that can go.

Not too worried about runner cost, but we should cover as much target user arch as we can. I can always set up some specific runners if the wait for runner availability is too long after that

run: |
PATH=${GITHUB_WORKSPACE}/.verilator/bin:$PATH make verif-run-pyuvm

submit:
Copy link
Contributor

Choose a reason for hiding this comment

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

Whats the reasoning to remove the submit stage?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

because we don't actually have anything to submit yet

Copy link
Contributor

Choose a reason for hiding this comment

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

eh, why not?

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