-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add a helper script for testing GitHub Actions on forked repositories #2235
Conversation
…ed repository. Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
…d repository. Signed-off-by: hhiroshell <hhiroshell@gmail.com>
Signed-off-by: hhiroshell <hhiroshell@gmail.com>
Signed-off-by: hhiroshell <hhiroshell@gmail.com>
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.
This is awesome, thank you @hhiroshell!
Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
Co-authored-by: Natalie Arellano <narellano@vmware.com> Signed-off-by: Hiroshi Hayakawa <hhiroshell@gmail.com>
@natalieparellano The CI task |
It seems the task failures are random and unpredictable, and it's difficult for me to identify the cause from the CI logs alone. Do you have any ideas about what might be causing this? Alternatively, could you please rerun the |
Thank you @hhiroshell. I wouldn't worry too much about these flakes. We have a number of them that we need to fix (especially on Windows). I re-kicked CI just now, let's see what happens... |
Summary
The
buildpacks/lifecycle
repository has a helper script for testing GitHub Actions on forked repositories. This PR adds a scripttools/test-fork.sh
for the same purpose to thebuildpacks/pack
.The new script makes the following changes to the existing workflows:
Output
N/A
Documentation
Related
This PR is a preparation for making corrections to #2111.
Here is results of workflows tested on my fork repository.