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

RHOAIENG-14416 - Implement check for missing tests #1951

Merged

Conversation

jiripetrlik
Copy link
Contributor

No description provided.

@@ -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

Keyword name 'Check missing Go test' does not follow case convention
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

Keyword name 'Check missing Go test' does not follow case convention
@@ -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

Keyword name 'Check missing test' does not follow case convention
@@ -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

Keyword name 'Check missing test' does not follow case convention
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

Keyword name 'Check missing test' does not follow case convention
Copy link
Contributor

github-actions bot commented Oct 22, 2024

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
554 0 0 554 100

Srihari1192
Srihari1192 previously approved these changes Oct 22, 2024
@ChughShilpa
Copy link
Contributor

ChughShilpa commented Oct 22, 2024

Thanks @jiripetrlik for adding the check for missing tests
This check also needs to add for kuberay tests

@@ -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

Keyword name 'Check missing Go test' does not follow case convention
@@ -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

Keyword name 'Check missing Go test' does not follow case convention
Copy link

@jiripetrlik
Copy link
Contributor Author

@ChughShilpa Added check also for Ray and TrainingOperator tests.

Copy link
Contributor

@ChughShilpa ChughShilpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@jiripetrlik jiripetrlik merged commit 8fd9845 into red-hat-data-services:master Oct 24, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants