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

[BUG] scala 2.13 rapids_integration test failed #11976

Closed
abellina opened this issue Jan 17, 2025 · 2 comments · Fixed by #11978
Closed

[BUG] scala 2.13 rapids_integration test failed #11976

abellina opened this issue Jan 17, 2025 · 2 comments · Fixed by #11978
Labels
bug Something isn't working build Related to CI / CD or cleanly building

Comments

@abellina
Copy link
Collaborator

Seeing this failure in CI for scala 2.13:

[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.

@abellina abellina added ? - Needs Triage Need team to review and classify bug Something isn't working build Related to CI / CD or cleanly building labels Jan 17, 2025
@abellina
Copy link
Collaborator Author

Related PR: #11906

@NvTimLiu
Copy link
Collaborator

Thanks @res-life for helping on this issue

The root cause of this failure:

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

@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants