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

[TASK] Add params to support specify test cases for Databricks CI scripts #9903

Closed
NvTimLiu opened this issue Nov 30, 2023 · 0 comments · Fixed by #9904
Closed

[TASK] Add params to support specify test cases for Databricks CI scripts #9903

NvTimLiu opened this issue Nov 30, 2023 · 0 comments · Fixed by #9904
Assignees
Labels
build Related to CI / CD or cleanly building

Comments

@NvTimLiu
Copy link
Collaborator

NvTimLiu commented Nov 30, 2023

Describe the bug

Add params to support specify build, test args on Databricks for CI scripts, e.g.

python jenkins/databricks/run-build.py -e SKIP_DEP_INSTALL=1 : Run maven build on Databricks and skip installing dependencies into maven repo

python jenkins/databricks/run-test.py -e TEST_MODE=DELTA_LAKE_ONLY : only run Delta Lake test cases on Databricks

@NvTimLiu NvTimLiu added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 30, 2023
@NvTimLiu NvTimLiu self-assigned this Nov 30, 2023
NvTimLiu added a commit to NvTimLiu/spark-rapids that referenced this issue Nov 30, 2023
To fix NVIDIA#9903

Add params to support specify build, test args on Databricks for CI scripts, e.g.

    `python jenkins/databricks/run-build.py -e SKIP_DEP_INSTALL=1` : Run maven build on Databricks and skip installing dependencies into maven repo

    `python jenkins/databricks/run-test.py -e TEST_MODE=DELTA_LAKE_ONLY` : only run deltalake integration tests on Databricks

Signed-off-by: Tim Liu <timl@nvidia.com>
NvTimLiu added a commit to NvTimLiu/spark-rapids that referenced this issue Nov 30, 2023
To fix NVIDIA#9903

Add params to support specify build, test args on Databricks for CI scripts, e.g.

   `python jenkins/databricks/run-build.py -e SKIP_DEP_INSTALL=1` : Run maven build on Databricks and skip installing dependencies into maven repo

   `python jenkins/databricks/run-test.py -e TEST_MODE=DELTA_LAKE_ONLY` : only run Delta Lake  test cases on Databricks

Signed-off-by: Tim Liu <timl@nvidia.com>
NvTimLiu added a commit that referenced this issue Dec 3, 2023
* Params for build and test CI scripts on Databricks

To fix #9903

Add params to support specify build, test args on Databricks for CI scripts, e.g.

   `python jenkins/databricks/run-build.py -e SKIP_DEP_INSTALL=1` : Run maven build on Databricks and skip installing dependencies into maven repo

   `python jenkins/databricks/run-test.py -e TEST_MODE=DELTA_LAKE_ONLY` : only run Delta Lake  test cases on Databricks

Signed-off-by: Tim Liu <timl@nvidia.com>

* Print extra environments

Signed-off-by: Tim Liu <timl@nvidia.com>

---------

Signed-off-by: Tim Liu <timl@nvidia.com>
@sameerz sameerz added build Related to CI / CD or cleanly building and removed bug Something isn't working ? - Needs Triage Need team to review and classify labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants