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

ci: split tests into native and wasm #322

Merged
merged 4 commits into from
Aug 5, 2024
Merged

ci: split tests into native and wasm #322

merged 4 commits into from
Aug 5, 2024

Conversation

burmecia
Copy link
Member

@burmecia burmecia commented Aug 5, 2024

What kind of change does this PR introduce?

This PR is to split CI test workflow into native and Wasm fdw tests.

What is the current behavior?

Currently, all the fdw tests are combined together which uses too large storage and takes long time to run.

What is the new behavior?

Split the fdw tests into two parts: native and Wasm, and run them separately.

Additional context

Added a new feature native_fdws which contains native fdws only. The feature all_fdws is still same and it contains all the fdws.

@burmecia burmecia requested review from imor and olirice August 5, 2024 02:10
@burmecia burmecia added the wasm label Aug 5, 2024
@burmecia burmecia merged commit 43d17dc into main Aug 5, 2024
3 checks passed
@burmecia burmecia deleted the bo/ci/split-test branch August 5, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants