-
Notifications
You must be signed in to change notification settings - Fork 82
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
Verify cuda buildchain in smoke pipeline #502
Verify cuda buildchain in smoke pipeline #502
Conversation
Previously the keyword "Wait Until All Builds Are Complete" was iterating the list of builds, but if the build wasn't already created it didn't wait for it to be in state Complete To fix this, we use the buildconfigs instead Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Previously this test was called "Verify Pytorch And Tensorflow Can Be Spawned" but that test doesn't exist in Polarion anymore. Same for polarion id's ODS-480 and ODS-481 Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
674f571
to
2c08b32
Compare
Tested here: https://opendatascience-jenkins-csb-rhods.apps.ocp-c1.prod.psi.redhat.com/job/rhods-ci-pr-test/1169
|
tests/Tests/100__deploy/100__installation/102__post_install.robot
Outdated
Show resolved
Hide resolved
the keyword |
ODS-480 was removed by this PR because it doesn't exist in Polarion. I've tested the PR again including ODS-316 and ODS-307:
Tested again after fixing the cuda buildchain:
|
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Wait Until All Builds Are Complete
to iterate the buildconfigs instead of the buildsVerify That CUDA Build Chain Succeeds
to smoke.Verify Pytorch And Tensorflow Can Be Spawned
but that test doesn't exist in Polarion anymore and neither the polarion id's ODS-480 and ODS-481