You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fixNVIDIA#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 <[email protected]>
NvTimLiu
added a commit
to NvTimLiu/spark-rapids
that referenced
this issue
Nov 30, 2023
To fixNVIDIA#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 <[email protected]>
* 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 <[email protected]>
* Print extra environments
Signed-off-by: Tim Liu <[email protected]>
---------
Signed-off-by: Tim Liu <[email protected]>
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 repopython jenkins/databricks/run-test.py -e TEST_MODE=DELTA_LAKE_ONLY
: only run Delta Lake test cases on DatabricksThe text was updated successfully, but these errors were encountered: