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

[HUDI-7707] Enable bundle validation on Java 8 and 11 #11142

Merged
merged 1 commit into from
May 27, 2024

Conversation

yihua
Copy link
Contributor

@yihua yihua commented May 3, 2024

Change Logs

Bundle validation with Java 8 and 11 are skipped in GH CI. This PR reenables them by fixing the bot.yml.

This PR includes changes to make packaging/bundle-validation/ci_run.sh take the docker container name to avoid name collision in the same GH CI task.

Impact

Improves bundle validation coverage.

Risk level

none

Documentation Update

none

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@github-actions github-actions bot added the size:XS PR with lines of changes in <= 10 label May 3, 2024
@yihua yihua force-pushed the HUDI-7707-ci-java8-11 branch 3 times, most recently from 14896f2 to fd5383c Compare May 3, 2024 02:10
@github-actions github-actions bot added size:S PR with lines of changes in (10, 100] and removed size:XS PR with lines of changes in <= 10 labels May 3, 2024
@hudi-bot
Copy link

hudi-bot commented May 4, 2024

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@yihua yihua changed the title [HUDI-7707] Enable bundle validation on Java 8 and 11 [HUDI-7707][DNM] Enable bundle validation on Java 8 and 11 May 4, 2024
@yihua yihua force-pushed the HUDI-7707-ci-java8-11 branch 2 times, most recently from 2efc518 to e7a53af Compare May 27, 2024 01:03
@yihua
Copy link
Contributor Author

yihua commented May 27, 2024

Bundle validation runs on Java 8 and 11 again.
Screenshot 2024-05-26 at 18 31 15
Screenshot 2024-05-26 at 18 31 21

@yihua yihua changed the title [HUDI-7707][DNM] Enable bundle validation on Java 8 and 11 [HUDI-7707] Enable bundle validation on Java 8 and 11 May 27, 2024
@yihua
Copy link
Contributor Author

yihua commented May 27, 2024

All bundle validations pass. Merging the PR.

@yihua yihua merged commit b51d61a into apache:master May 27, 2024
46 of 47 checks passed
@@ -299,7 +299,7 @@ if [ "$?" -ne 0 ]; then
fi
echo "::warning::validate.sh done validating utilities slim bundle"

if [[ ${JAVA_RUNTIME_VERSION} == 'openjdk8' && ${SCALA_PROFILE} != 'scala-2.13' ]]; then
if [[ ${JAVA_RUNTIME_VERSION} == 'openjdk8' && ${SCALA_PROFILE} != 'scala-2.13' && ! "${FLINK_HOME}" == *"1.18"* ]]; then
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Flink 1.18 bundle validation has an issue. Created a separate ticket for follow-up: HUDI-7803.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S PR with lines of changes in (10, 100]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants