-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: jfng/imec-glasgow
Are you sure you want to change the base?
Conversation
Signed-off-by: gatecat <gatecat@ds0.me>
@@ -1,7 +1,5 @@ | |||
on: | |||
push: | |||
branches: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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" | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh, why not?
No description provided.