-
Notifications
You must be signed in to change notification settings - Fork 451
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
[VL] Make it easier to replay GHA CI scripts from local environment with docker support: Phase 1 #3998
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
072aeee
to
d3e09f5
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
94710c2
to
15da13a
Compare
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks!
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
The patch targets to make user be able to replay GHA CI scripts from local host without extra effort to build the required docker images. (phase 1)
Phase 1:
Prepare necessary gluten-te utility scripts without changing CI script.
How should the newly added
gha
scripts be used:We should make actual changes to GHA CI script after phase 1 is merged.
** How to replay GHA CI scripts after this patch (and phase 2)
Setting the following environment variables before running the scripts:
Then checkout, then run scripts, all the same with the scripts in CI: