-
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
Add sanity test for kueue #1249
Add sanity test for kueue #1249
Conversation
... env:KUBECONFIG=${KUBECONFIG} | ||
... env:NAMESPACE=${APPLICATIONS_NAMESPACE} | ||
Log To Console ${result.stdout} | ||
IF ${result.rc} != 0 |
Check notice
Code scanning / Robocop
IF can be replaced with inline IF Note test
... env:KUBECONFIG=${KUBECONFIG} | ||
... env:NAMESPACE=${APPLICATIONS_NAMESPACE} | ||
Log To Console ${result.stdout} | ||
IF ${result.rc} != 0 |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified Note test
[Tags] Sanity | ||
... Kueue | ||
... DistributedWorkloads | ||
Run Kueue E2E Test e2e_test.go | ||
Run Kueue sanity Test Should run with prebuilt workload |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
ods_ci/tests/Tests/650__distributed_workloads/test-run-kueue-e2e-tests.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/650__distributed_workloads/test-run-kueue-e2e-tests.robot
Fixed
Show fixed
Hide fixed
|
||
Run Kueue sanity Test | ||
[Documentation] Run Kueue Sanity Test | ||
[Arguments] ${test_name} |
Check warning
Code scanning / Robocop
{{ var_or_arg }} '{{ variable_name }}' overwrites reserved variable '{{ reserved_variable }}' Warning test
Robot Results
|
e8cb925
to
4b0ab78
Compare
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.
/lgtm
4b0ab78
to
8a5d02e
Compare
8a5d02e
to
0023988
Compare
|
RHOAIENG-3784