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

feat(STONEINTG-1065): let users rerun ALL tests #912

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dheerajodha
Copy link
Member

  • Before this commit, a user can only rerun one test at a time by adding the "run" label on snapshot with the name of ITS they want to rerun.
  • After this commit, a user can add the value of "all" in the "run" label of snapshot to automatically rerun ALL the tests easily.

Maintainers will complete the following section

Copy link

openshift-ci bot commented Oct 29, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2024

Codecov Report

Attention: Patch coverage is 44.70588% with 47 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@3330c2d). Learn more about missing BASE report.

Files with missing lines Patch % Lines
internal/controller/snapshot/snapshot_adapter.go 43.05% 30 Missing and 11 partials ⚠️
loader/loader.go 57.14% 2 Missing and 1 partial ⚠️
loader/loader_mock.go 50.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #912   +/-   ##
=======================================
  Coverage        ?   66.56%           
=======================================
  Files           ?       43           
  Lines           ?     5853           
  Branches        ?        0           
=======================================
  Hits            ?     3896           
  Misses          ?     1606           
  Partials        ?      351           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Collaborator

@dirgim dirgim left a comment

Choose a reason for hiding this comment

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

LGTM aside the optional suggestion

@dirgim
Copy link
Collaborator

dirgim commented Nov 8, 2024

/retest

Copy link
Contributor

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

@hongweiliu17 hongweiliu17 left a comment

Choose a reason for hiding this comment

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

LGTM aside the nice-to-have.

Copy link

openshift-ci bot commented Nov 21, 2024

New changes are detected. LGTM label has been removed.

* Before this commit, a user can only rerun
  one test at a time by adding the "run"
  label on snapshot with the name of ITS
  they want to rerun.
* After this commit, a user can add the value
  of "all" in the "run" label of snapshot to
  automatically rerun ALL the tests easily.

Signed-off-by: Dheeraj<djodha@redhat>
@dheerajodha
Copy link
Member Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants