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
[2025-01-17T15:15:34.817Z] ++ . jenkins/version-def.sh
[2025-01-17T15:15:34.817Z] /home/jenkins/agent/workspace/jenkins-rapids_integration-scala213-dev-github-314-3.5.4-cuda12/jenkins/hybrid_execution.sh: line 20: jenkins/version-def.sh: No such file or directory
The scala 2.12 one is running now, so I am not sure if it will fail the same way.
The text was updated successfully, but these errors were encountered:
spark-test.sh changes the working dir into integration-test/ from $WORKSPACE/ by the line [pushd $RAPIDS_INT_TESTS_HOME](https://github.com/NVIDIA/spark-rapids/blob/branch-25.02/jenkins/spark-tests.sh#L126) , to easily run IT tests.
Before of this line (pushd $RAPIDS_INT_TESTS_HOME), jenkins/version-def.sh works well;
After this line, we need to add absolute path, e.g. $WORKSPACE/jenkins/version-def.sh instead
Pre-merge CI works well, because it does not change the working dir
Seeing this failure in CI for scala 2.13:
The scala 2.12 one is running now, so I am not sure if it will fail the same way.
The text was updated successfully, but these errors were encountered: