Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-04-24 Thread via GitHub
github-actions[bot] commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-2076286592 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-25 Thread via GitHub
clayburn commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1910737138 > Looks like Jenkins doesn't have permission (by default at least) to write entries to the ASF Gradle Enterprise Build Cache: This is correct. The reason for this is that we do

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-03 Thread via GitHub
divijvaidya commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1875475685 https://github.com/apache/beam/pull/27015 is not Apache Beam enabled this. Seems like we need to request a build node from Apache Infra and change our jenkins to pick up creds

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-03 Thread via GitHub
nicktelford commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1875405401 Looks like Jenkins doesn't have permission (by default at least) to write entries to the ASF Gradle Enterprise Build Cache: ``` Could not store entry

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-03 Thread via GitHub
nicktelford commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1875356669 @ijuma I've temporarily reconfigured it to enable the cache for this branch (`gradle-remote-build-cache`) instead of `trunk`, so we can test that it works as expected using the CI

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-02 Thread via GitHub
ijuma commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1874508632 I guess one way would be to enable the cache only for CI & trunk by default at first. Then we could manually enable the cache locally and for one PR to test the behavior. If it all looks

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-02 Thread via GitHub
ijuma commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1874507122 Could we do a test with a new branch (not trunk) where we validate the behavior before we roll it out to everyone else? -- This is an automated message from the Apache Git Service. To

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-02 Thread via GitHub
nicktelford commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1874500874 Hi @divijvaidya , this enables the _remote_ build cache, which allows different machines to share the cached output of tasks. Thanks for the links to the builds, I haven't had

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-02 Thread via GitHub
divijvaidya commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1874483500 Hey @nicktelford , you don't need committer permissions to look at ASF gradle. Try using this link: https://ge.apache.org, it should be publicly accessible. For this PR,

Re: [PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-02 Thread via GitHub
nicktelford commented on PR #15109: URL: https://github.com/apache/kafka/pull/15109#issuecomment-1874134447 I don't have access to the ASF Gradle Enterprise, so a committer will need to verify that this works as intended. -- This is an automated message from the Apache Git Service. To

[PR] MINOR: Enable Gradle Remote Build Cache [kafka]

2024-01-02 Thread via GitHub
nicktelford opened a new pull request, #15109: URL: https://github.com/apache/kafka/pull/15109 We enable the remote build cache, hosted by the ASF Gradle Enterprise instance. We only cache tasks during builds on `trunk`, to ensure that pushes to PRs always re-run all Tasks needed by