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

reworking platform tests tagging following the 1-tag approach #1769

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

CFSNM
Copy link
Contributor

@CFSNM CFSNM commented Sep 2, 2024

@CFSNM CFSNM requested review from apodhrad and aloganat September 2, 2024 10:39
Copy link
Contributor

github-actions bot commented Sep 2, 2024

Robot Results

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

@CFSNM CFSNM force-pushed the platform_tests_tagging branch 4 times, most recently from 721b8e3 to 708c5f7 Compare September 2, 2024 11:58
@CFSNM CFSNM force-pushed the platform_tests_tagging branch from 708c5f7 to e55c19c Compare September 2, 2024 13:04
jgarciao
jgarciao previously approved these changes Sep 2, 2024
bdattoma
bdattoma previously approved these changes Sep 2, 2024
@CFSNM CFSNM dismissed stale reviews from bdattoma and jgarciao via cdc8ccd September 3, 2024 08:17
@CFSNM CFSNM force-pushed the platform_tests_tagging branch from e55c19c to cdc8ccd Compare September 3, 2024 08:17
@@ -144,6 +141,8 @@
Operator Setup
[Documentation] Setup for the Operator tests
RHOSi Setup
${IS_SELF_MANAGED}= Is RHODS Self-Managed
Set Suite Variable ${IS_SELF_MANAGED}

Check notice

Code scanning / Robocop

{{ set_variable_keyword }} can be replaced with VAR Note test

Set Suite Variable can be replaced with VAR
@CFSNM CFSNM requested review from jgarciao and bdattoma September 3, 2024 08:19
bdattoma
bdattoma previously approved these changes Sep 3, 2024
@CFSNM CFSNM force-pushed the platform_tests_tagging branch from 78ad7aa to 19e09b1 Compare September 3, 2024 09:35
@CFSNM CFSNM requested a review from bdattoma September 3, 2024 09:35
@CFSNM CFSNM force-pushed the platform_tests_tagging branch 2 times, most recently from c40f211 to fd5193b Compare September 3, 2024 10:18
bdattoma
bdattoma previously approved these changes Sep 3, 2024
@CFSNM CFSNM force-pushed the platform_tests_tagging branch from 392e51d to f6782bd Compare September 3, 2024 10:59
@CFSNM CFSNM requested a review from bdattoma September 3, 2024 11:00
@CFSNM CFSNM force-pushed the platform_tests_tagging branch 2 times, most recently from 63d4dba to e3a21f2 Compare September 3, 2024 11:09
asanzgom
asanzgom previously approved these changes Sep 3, 2024
#To check if command has been suessfully executed and the logs has been captured
IF len($val)==${0} or "error:" in $val FAIL Either OC command has not been executed sucessfully or Logs is not present
${val} Run oc logs --tail=1000000 ${data[0]['metadata']['name']} -n ${OPERATOR_NAMESPACE} -c ${OPERATOR_POD_CONTAINER_NAME}
#To check if command has been successfully executed and the logs have been captured

Check warning

Code scanning / Robocop

Missing blank space after comment character Warning test

Missing blank space after comment character
IF len($val)==${0} or "error:" in $val FAIL Either OC command has not been executed sucessfully or Logs is not present
${val} Run oc logs --tail=1000000 ${data[0]['metadata']['name']} -n ${OPERATOR_NAMESPACE} -c ${OPERATOR_POD_CONTAINER_NAME}
#To check if command has been successfully executed and the logs have been captured
IF len($val)==${0} or "error:" in $val FAIL Either OC command has not been executed successfully or Logs are not present

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (132/120)
@CFSNM CFSNM force-pushed the platform_tests_tagging branch from ee96898 to 0739612 Compare September 3, 2024 11:34
Copy link

sonarqubecloud bot commented Sep 3, 2024

@CFSNM CFSNM merged commit 4dbf02c into red-hat-data-services:master Sep 3, 2024
10 checks passed
@CFSNM CFSNM deleted the platform_tests_tagging branch September 3, 2024 12:03
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.

6 participants