Add a helper script for testing GitHub Actions on forked repositories#2235
Merged
natalieparellano merged 7 commits intobuildpacks:mainfrom Jul 29, 2024
Merged
Add a helper script for testing GitHub Actions on forked repositories#2235natalieparellano merged 7 commits intobuildpacks:mainfrom
natalieparellano merged 7 commits intobuildpacks:mainfrom
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>
Member
natalieparellano
left a comment
There was a problem hiding this comment.
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>
Contributor
Author
|
@natalieparellano The CI task |
Contributor
Author
|
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 |
Member
|
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... |
natalieparellano
approved these changes
Jul 25, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
buildpacks/lifecyclerepository has a helper script for testing GitHub Actions on forked repositories. This PR adds a scripttools/test-fork.shfor 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.