-
Notifications
You must be signed in to change notification settings - Fork 81
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
RHOAIENG-14416 - Implement check for missing tests #1951
RHOAIENG-14416 - Implement check for missing tests #1951
Conversation
@@ -212,6 +212,12 @@ | |||
... env:PIP_INDEX_URL=${PIP_INDEX_URL} | |||
... env:PIP_TRUSTED_HOST=${PIP_TRUSTED_HOST} | |||
Log To Console ${result.stdout} | |||
Check missing Go test ${result.stdout} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
IF ${result.rc} != 0 | ||
FAIL ${TEST_NAME} failed | ||
END | ||
|
||
Check missing Go test |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
@@ -81,6 +81,7 @@ | |||
... env:NAMESPACE=${APPLICATIONS_NAMESPACE} | |||
... env:SKIP_JOB_SET_AVAILABILITY_CHECK=true | |||
Log To Console ${result.stdout} | |||
Check missing test ${result.stdout} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
@@ -95,6 +96,12 @@ | |||
... env:NAMESPACE=${APPLICATIONS_NAMESPACE} | |||
... env:SKIP_JOB_SET_AVAILABILITY_CHECK=true | |||
Log To Console ${result.stdout} | |||
Check missing test ${result.stdout} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
IF ${result.rc} != 0 | ||
FAIL failed | ||
END | ||
|
||
Check missing test |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
Robot Results
|
Thanks @jiripetrlik for adding the check for missing tests |
ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource
Show resolved
Hide resolved
9c7cd39
to
5d9ac85
Compare
@@ -149,6 +149,7 @@ | |||
... env:CODEFLARE_TEST_OUTPUT_DIR=%{WORKSPACE}/codeflare-${test_binary}-logs | |||
... env:FMS_HF_TUNING_IMAGE=${FMS_HF_TUNING_IMAGE} | |||
Log To Console ${result.stdout} | |||
Check missing Go test ${result.stdout} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
@@ -85,6 +86,7 @@ | |||
... timeout=20m | |||
... stdout=${TEMPDIR}/output.txt | |||
Log To Console ${result.stdout} | |||
Check missing Go test ${result.stdout} |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
5d9ac85
to
59eec18
Compare
Quality Gate passedIssues Measures |
@ChughShilpa Added check also for Ray and TrainingOperator tests. |
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
No description provided.