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

[#2798] improve(CI): Modified CI configuration for frontend integration test #2817

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

ch3yne
Copy link
Contributor

@ch3yne ch3yne commented Apr 7, 2024

What changes were proposed in this pull request?

Merging embedded and deploy test mode for frontend integration test, and just test with Java 8 version.

Why are the changes needed?

Fix: #2798

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

CI

@@ -59,8 +59,7 @@ jobs:
strategy:
matrix:
architecture: [linux/amd64]
java-version: [ 8, 11, 17 ]
test-mode: [ embedded, deploy ]
java-version: [ 8 ]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we only check Java 8 and remove the rest here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The frontend testing part doesn't need to test the Java compilation part, so only need one Java version.

@ch3yne ch3yne changed the title [#2798] improve(CI): Merging embedded and deploy test mode for frontend integration test [#2798] improve(CI): Modified CI configuration for frontend integration test Apr 7, 2024
@ch3yne ch3yne self-assigned this Apr 8, 2024
Copy link
Member

@xunliu xunliu left a comment

Choose a reason for hiding this comment

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

LGTM

@jerryshao jerryshao closed this Apr 8, 2024
@jerryshao jerryshao reopened this Apr 8, 2024
@jerryshao jerryshao merged commit bb719e1 into apache:main Apr 8, 2024
35 of 47 checks passed
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.

[Improvement] Merging embedded and deploy test mode for frontend integration test
4 participants