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

Add sanity test for kueue #1249

Conversation

ChughShilpa
Copy link
Contributor

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

IF can be replaced with inline IF
... 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

'IF' condition can be simplified
[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

Keyword name 'Run Kueue sanity Test' does not follow case convention

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

Argument '${test_name}' overwrites reserved variable '${TEST_NAME}'
Copy link
Contributor

github-actions bot commented Mar 4, 2024

Robot Results

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

Copy link
Contributor

@sutaakar sutaakar left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link

sonarcloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@jiripetrlik jiripetrlik merged commit 0d18544 into red-hat-data-services:master Mar 6, 2024
12 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.

3 participants