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

🌱 Setup nightly workflows for repo and global CI #1987

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Jun 28, 2024

Setup new nightly-*.yaml workflows that reuse the base PR/on-merge workflows. It's marginally easier to keeps the scheduled runs in a separate workflow from the push / pull_request workflows.

We want global nightlys to help keep any problems that may come up in e2e UI tests to a minimum.

Fixes: #1986

Setup new `nightly-*.yaml` workflows that reuse the
base PR/on-merge workflows.  It's marginally easier
to keeps the scheduled runs in a separate workflow
from the push / pull_request workflows.

We want global nightlys to help keep any problems that
may come up in e2e UI tests to a minimum.

Fixes: konveyor#1986

Signed-off-by: Scott J Dickerson <[email protected]>
@sjd78 sjd78 added this to the v0.5.0 milestone Jun 28, 2024
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.23%. Comparing base (b654645) to head (7fbe540).
Report is 180 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1987      +/-   ##
==========================================
+ Coverage   39.20%   42.23%   +3.03%     
==========================================
  Files         146      170      +24     
  Lines        4857     5443     +586     
  Branches     1164     1355     +191     
==========================================
+ Hits         1904     2299     +395     
- Misses       2939     3128     +189     
- Partials       14       16       +2     
Flag Coverage Δ
client 42.23% <ø> (+3.03%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sjd78 sjd78 requested review from djzager and aufi June 29, 2024 00:50
Copy link

@dymurray dymurray left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for doing this!

@dymurray dymurray merged commit 376f354 into konveyor:main Jun 30, 2024
12 checks passed
@sjd78 sjd78 deleted the ci-nightlys branch July 17, 2024 12:22
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.

Add nightly runs for the e2e UI tests
2 participants