-
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
enhancement: improve component readiness check when operator is being installed part 2 #2031
base: master
Are you sure you want to change the base?
Conversation
Robot Results
|
a7b907a
to
d2a545b
Compare
@@ -178,7 +178,7 @@ Verify RHODS Installation | |||
... label_selector=app.kubernetes.io/part-of=trainingoperator timeout=400s | |||
END | |||
|
|||
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${modelmeshserving}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${codeflare}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable | |||
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${modelmeshserving}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${codeflare}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damn, I did a rebase and lost all the changes. Will fix it next week
@@ -178,7 +178,7 @@ Verify RHODS Installation | |||
... label_selector=app.kubernetes.io/part-of=trainingoperator timeout=400s | |||
END | |||
|
|||
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${modelmeshserving}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${codeflare}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable | |||
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${modelmeshserving}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${codeflare}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable | |||
Log To Console Waiting for pod status in ${APPLICATIONS_NAMESPACE} | |||
Wait For Pods Status namespace=${APPLICATIONS_NAMESPACE} timeout=200 | |||
Log Verified Applications NS: ${APPLICATIONS_NAMESPACE} console=yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damn, I did a rebase and lost all the changes. Will fix it next week
… installed part 2
d2a545b
to
2fc2a3b
Compare
Quality Gate passedIssues Measures |
Follow up PR for #2016
Adding @bdattoma suggestions: