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
As we do not generate dist extra-resource jar without cuda11 classifier after PR #5558,
The original dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar only contained extra extra-resources such as below, and they would be zipped into dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT-cuda11.jar with zip update, see PR : #5558
/spark-rapids# ls dist/target/extra-resources/ -l
drwxr-xr-x 4 root root 4096 May 22 07:48 META-INF
-rw-r--r-- 1 root root 204 May 22 07:47 rapids4spark-version-info.properties
Change nightly CI script, deploy dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT-cuda11.jar file instead
Describe the bug
Nightly CI failed with : 'dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar' not exists as below:
The text was updated successfully, but these errors were encountered: