-
Notifications
You must be signed in to change notification settings - Fork 343
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
drop support to the legacy runner #5187
drop support to the legacy runner #5187
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.
Hi @beraldoleal thanks for this. I am glad that the legacy runner is being removed. Shouldn't we add a reference to the #5138 here?
efaceb1
to
7b14846
Compare
Thanks @richtja fixed. |
7b14846
to
2c5f3e5
Compare
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.
FYI, there are still some failed tests.
c510e19
to
c03dbba
Compare
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, thanks
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.
Please don't merge this yet, because we need a resolution on avocado-framework/avocado-vt#3295, or else Avocado-VT CI will be broken after this.
5bbffc0
to
3d5e859
Compare
Signed-off-by: Beraldo Leal <[email protected]>
This is the default option at this point. We are not using it at all. In fact there was a typo error there. Signed-off-by: Beraldo Leal <[email protected]>
Dropping support to the legacy runner. Signed-off-by: Beraldo Leal <[email protected]>
r.i.p legacy runner. Related to avocado-framework#5138. Signed-off-by: Beraldo Leal <[email protected]>
3d5e859
to
11567e2
Compare
@clebergnu since 3295 on avocado-vt it is closed, is there any missing bit for this get merged? |
@clebergnu can we merge this now? since avocado-framework/avocado-vt#3295 got merged? |
@@ -208,8 +208,7 @@ def register_core_options(): | |||
'"avocado plugins" and find the list of valid runners ' | |||
'under the "Plugins that run test suites on a job ' | |||
'(runners) section. Defaults to "nrunner", which is ' | |||
'the new runner. To use the conventional and traditional ' | |||
'runner, use "runner".') | |||
'the new runner and only runner supported at this moment.') |
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.
nitpick: I'd drop here the new runner reference, it'll get old quite fast.
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.
It's time! We can follow up with @ana suggestion about the "new" name in a follow up patch.
Legacy runner is not maintained any more and deprecated. Users are encouraged to use the new runner or the latest avocado release in case still need this.
r.i.p legacy runner.