-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix: add git repo checkout to testing workflows #14634
Conversation
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Just a note, the fix works ... part3 has wrong image, so the module gets re-build under "Generate debian packages" |
@mcmilk I just tried to re-run the fail job in the PR as a test. It seems to be failing because it can't locate the previous artifacts. Is this something we could support? It'd be really nice to be able to re-run those individual parts to see if an issue is reliably reproducible. https://github.com/openzfs/zfs/actions/runs/4430184982 |
@mcmilk a good point not to delete modules from artifacts? We may just shorten retention period https://github.com/actions/upload-artifact#retention-period |
Will be removed: mcmilk@faa590a |
For the modules only? Or for all artifacts? |
IMHO we may shorten retention period only for artifacts which we were ready to delete immediately, other artifacts may use default 90 days. |
okay, I will shorten the modules and zloop error artifacts to 14 days ... all other remain default. |
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes openzfs#14634
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes openzfs#14634
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes openzfs#14634
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes openzfs#14634
Motivation and Context
When the github runner images change, there are some hours (days?) with different action runner image versions.
I implemented check for this ... but this code path does not work, because the repo has not been checked out :(
This fix just checks out the repo.
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.