Skip to content
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

Temporarily disable Java tests in CI #3810

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Temporarily disable Java tests in CI #3810

merged 3 commits into from
Jun 19, 2024

Conversation

nickbianco
Copy link
Member

@nickbianco nickbianco commented Jun 18, 2024

Temporarily fixes #3806

Brief summary of changes

Added the CMake option BUILD_JAVA_TESTING to allow only disabling Java tests while configuring builds. This is primarily intended for temporarily disabiling Java tests in the Windows 2022 runner due issues as described in #3806. Accordingly, option is set to off on that runner.

After discussing with @aymanhab, we'll just disable the Java tests in the CI on Windows2022 for now.

We can create another PR renabling Java wrapping to monitor the status of the Windows2022 runners.

Testing I've completed

Looking for feedback on...

CHANGELOG.md (choose one)

  • no need to update because...only needed for CI (and will probably revert once Windows runners are fixed).

This change is Reviewable

@nickbianco nickbianco requested a review from aymanhab June 18, 2024 22:23
Copy link
Member

@aymanhab aymanhab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickbianco I would not touch anything other than the ci build script to work around this temporary ci issue. If we disable the java build then the java tests will be skipped automatically, no reason to add any permanent changes/options to our build system.

Reviewable status: 0 of 3 files reviewed, all discussions resolved

@nickbianco nickbianco changed the title Add CMake option to temporarily disable Java tests in CI Temporarily disable Java tests in CI Jun 18, 2024
Copy link
Member

@aymanhab aymanhab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: Thanks much @nickbianco

Reviewed 3 of 3 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @nickbianco)

@nickbianco nickbianco merged commit a9cfa28 into main Jun 19, 2024
12 checks passed
@nickbianco nickbianco deleted the java_ci_testing_patch branch June 19, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Windows CI failures
2 participants