-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
KAFKA-18500 Build PRs at HEAD commit #18449
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3879fc4
add cache info
mumrah d001f41
turn down logging a bit
mumrah d296eb7
undo
mumrah 8539eb0
trying something
mumrah 3e37635
Merge branch 'trunk-cached' into tmp-check-caching
mumrah 1d87a0e
run build on PR HEAD
mumrah ba01a7c
Revert "trying something"
mumrah a236a77
update readme
mumrah f7b2986
Merge branch 'trunk-cached' into tmp-check-caching
mumrah c680ef2
fix build scan status checks
mumrah b653005
also build merge sha
mumrah 0263175
fix syntax
mumrah 165cc24
restructure pipeline a bit
mumrah c35ef75
turn off caching debug
mumrah b045057
update readme
mumrah 479a87e
Merge branch 'trunk-cached' into tmp-check-caching
mumrah 3420d28
update readme
mumrah e19dfb3
make sure it works on trunk
mumrah 4af0427
fix condition
mumrah 9b10e88
typo
mumrah 78a964e
bash...
mumrah 4a079a0
Merge branch 'trunk-cached' into tmp-check-caching
mumrah da79fed
Merge branch 'trunk-cached' into tmp-check-caching
mumrah 59ba0c1
Fixup
mumrah 7cab9b7
Merge remote-tracking branch 'origin/trunk' into tmp-check-caching
mumrah f65b7f5
Merge remote-tracking branch 'origin/trunk' into tmp-check-caching
mumrah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
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.
I noticed that this script requires us to login Github (or access key) - is it possible to use
curl + jq
to parsehttps://api.github.com/repos/apache/kafka/actions/caches?key=gradle-home-v1&&ref=refs/heads/trunk
?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.
Wow, I'm surprised that works! I would have assumed that even public APIs would need some kind of auth token.
I filed https://issues.apache.org/jira/browse/KAFKA-18903 for this