-
Notifications
You must be signed in to change notification settings - Fork 159
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
Run cypress-tests
and cypress-tests-tenancy-disabled
on Chrome
#1728
Run cypress-tests
and cypress-tests-tenancy-disabled
on Chrome
#1728
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1728 +/- ##
=======================================
Coverage 67.09% 67.09%
=======================================
Files 94 94
Lines 2404 2404
Branches 318 318
=======================================
Hits 1613 1613
Misses 713 713
Partials 78 78 ☔ View full report in Codecov by Sentry. |
@cwperks Could you create a copy of this PR in your fork with 10x runs of these jobs to make sure they are reliable then link it back here? |
@peternied I just pushed a branch to run this 10x |
@peternied See results of the run here: https://github.com/cwperks/security-dashboards-plugin/actions/runs/7448743565/job/20263781185 Ubuntu appears stable, but the windows runners do not consistently pass (its a coin toss). Should I remove |
Definitely, lets create a separate issue, or add onto an existing one to track what isn't working with windows. |
…enancy-disabled Signed-off-by: Craig Perkins <[email protected]>
Thank you @peternied. I removed |
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
Signed-off-by: Craig Perkins <[email protected]>
9514b39
…1728) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]> (cherry picked from commit b5f7134)
…1728) (#1733) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]> (cherry picked from commit b5f7134) Co-authored-by: Craig Perkins <[email protected]>
Description
Fixes an error seen on cypress tests runs like this:
by switching these workflows to run with Chrome instead.
Also renames these jobs since
tests
is used in multiple workflows and these should ideally be unique.Category
Test fix
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.