-
Notifications
You must be signed in to change notification settings - Fork 196
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
[tests-only][full-ci] backport e2e runner implementation #8934
Conversation
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 👍
Currently, the CI has failed since it needs the latest web bump on ocis stable after the fixes from this PR owncloud/web#10813. So, moving this PR to blocked. |
Will there be another patch release of web-8? |
yes |
469906d
to
34e869c
Compare
Can be done after #9153 is merged |
* chore: bump web to v9.0.0-alpha.3 * ci(e2e): use e2e runner to run the tests * ci(e2e): fix e2e run command * ci(e2e): fix e2e run command * chore: adjust changelog item for Web 9.0.0 * Update .drone.env --------- Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]>
34e869c
to
41904ae
Compare
|
* [full-ci]chore: bump web to v9.0.0-alpha.3 (#8736) * chore: bump web to v9.0.0-alpha.3 * ci(e2e): use e2e runner to run the tests * ci(e2e): fix e2e run command * ci(e2e): fix e2e run command * chore: adjust changelog item for Web 9.0.0 * Update .drone.env --------- Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]> * ci: increase e2e pipeline by 1 (#8739) * bump latest web commit id --------- Co-authored-by: Viktor Scharf <[email protected]> Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]>
* [full-ci]chore: bump web to v9.0.0-alpha.3 (#8736) * chore: bump web to v9.0.0-alpha.3 * ci(e2e): use e2e runner to run the tests * ci(e2e): fix e2e run command * ci(e2e): fix e2e run command * chore: adjust changelog item for Web 9.0.0 * Update .drone.env --------- Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]> * ci: increase e2e pipeline by 1 (#8739) * bump latest web commit id --------- Co-authored-by: Viktor Scharf <[email protected]> Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]>
* [full-ci]chore: bump web to v9.0.0-alpha.3 (#8736) * chore: bump web to v9.0.0-alpha.3 * ci(e2e): use e2e runner to run the tests * ci(e2e): fix e2e run command * ci(e2e): fix e2e run command * chore: adjust changelog item for Web 9.0.0 * Update .drone.env --------- Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]> * ci: increase e2e pipeline by 1 (#8739) * bump latest web commit id --------- Co-authored-by: Viktor Scharf <[email protected]> Co-authored-by: Saw-jan <[email protected]> Co-authored-by: Jannik Stehle <[email protected]>
Description
This PR backports the e2e runner implementation from PR: #8736 and PR #8739
Part of: #8794