Skip to content

Fix scheduled Iceberg performance test checkout - #39493

Open
bvolpato wants to merge 1 commit into
apache:masterfrom
bvolpato:bvolpato/fix-iceberg-release-workflow
Open

Fix scheduled Iceberg performance test checkout#39493
bvolpato wants to merge 1 commit into
apache:masterfrom
bvolpato:bvolpato/fix-iceberg-release-workflow

Conversation

@bvolpato

Copy link
Copy Markdown
Contributor

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:

  • Link appropriate issue.
  • CHANGES.md is not needed for this workflow-only fix.
  • ICLA is not needed for this small change.

See the Contributor Guide for more tips on making the reviewer's job easier.

To check build health, visit .test-infra/BUILD_STATUS.md.

See CI.md for GitHub workflow details.

Scheduled IO performance jobs use the latest Beam release, but IcebergPerformanceTest was added after v2.75.0 and is unavailable there. Keep that matrix entry on the master checkout while preserving release testing for existing jobs.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@github-actions github-actions Bot added the build label Jul 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @damccorm for label build.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The PostCommit Java IO Performance Tests job is flaky

1 participant