bvolpato opened a new pull request, #39493: URL: https://github.com/apache/beam/pull/39493
Fixes #38694 Scheduled Java IO performance runs build their matrix from `master`, then check out latest release before running each Gradle task. `IcebergPerformanceTest` was added after v2.75.0, so scheduled runs consistently fail because that release does not contain `:it:IcebergPerformanceTest`. Keep Iceberg performance job on initial `master` checkout. Existing scheduled performance jobs continue testing latest release, and manually triggered runs remain unchanged. Validation: - `./gradlew --no-daemon :beam-test-gha:preCommit` - `git diff --check` - Verified `IcebergPerformanceTest` exists on `master` and is absent from v2.75.0 ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Link appropriate issue. - [x] `CHANGES.md` is not needed for this workflow-only fix. - [x] ICLA is not needed for this small change. See the [Contributor Guide](https://beam.apache.org/contribute) for more tips on [making the reviewer's job easier](https://github.com/apache/beam/blob/master/CONTRIBUTING.md#make-the-reviewers-job-easier). To check build health, visit [.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md). See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for GitHub workflow details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
