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

ci: split master-e2e workflow to smaller ones #1193

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

ldevulder
Copy link
Contributor

@ldevulder ldevulder commented Feb 2, 2024

The main reusable workflow, master-e2e, is getting too big (close to 900 lines!), so it's time to reduce it a bit.

This will simplify the addition of new test and the maintainability of the current ones.

This PR will fix #1187.

Validation runs:

  • CLI
  • UI (fails for know issue under investigation)

Regression/verification runs:

@ldevulder ldevulder self-assigned this Feb 2, 2024
@ldevulder ldevulder requested a review from a team as a code owner February 2, 2024 14:03
@ldevulder ldevulder marked this pull request as draft February 2, 2024 14:06
@ldevulder ldevulder force-pushed the ci-split-workflows branch 8 times, most recently from 622fd33 to e45cc23 Compare February 5, 2024 14:56
@ldevulder ldevulder marked this pull request as ready for review February 5, 2024 16:30
The main reusable workflow, master-e2e, is getting too big
(close to 900 lines!), so it's time to reduce it a bit.

This will simplify the addition of new test and the maintainability
of the current ones.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
@ldevulder ldevulder merged commit ba0ac0b into main Feb 6, 2024
2 of 3 checks passed
@ldevulder ldevulder deleted the ci-split-workflows branch February 6, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ci: split master-e2e workflow to smaller ones
2 participants