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.
Summary
Expected Behavior
gradle build
command should run inside the s390x emulated temurin container and should pass.Actual Behavior
gradle command actually runs on ubuntu-latest(which is x86_64) image which may or may not fail based on ubuntu-latest's jdk version which keeps on updating.
Steps to Reproduce
Known Workarounds
No
Additional evidence
gradle build
command is actually running on x86_64 instead of s390x. But since this build takes 2.5+ hours to complete in CircleCI, i could not do the same as I got build timeout from CircleCI.continue-on-error
flag, this would free up the GHA CI workflow.Categorization
This PR resolves #2209