-
Notifications
You must be signed in to change notification settings - Fork 5
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
Automated Checks: scripts and CI jobs #3
Labels
epic
Issues that track multiple tasks part of a single goal
Milestone
Comments
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Jan 15, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Jan 15, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Jan 15, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Jan 15, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Jan 15, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
moved this from Short Term (Current Q) Backlog
to In progress
in Default project
Jan 15, 2024
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Feb 14, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Mar 1, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Mar 5, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Mar 6, 2024
Avocado has been using isort to enforce one import order/code style for a long time, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
clebergnu
added a commit
to clebergnu/avocado-vt
that referenced
this issue
Mar 6, 2024
Avocado has been using isort to enforce one import order/code style for a long time, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
This was referenced Jul 31, 2024
bssrikanth
pushed a commit
to bssrikanth/avocado-vt
that referenced
this issue
Aug 23, 2024
Avocado has been using isort to enforce one import order/code style for a long time, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
bssrikanth
pushed a commit
to bssrikanth/avocado-vt
that referenced
this issue
Aug 23, 2024
Avocado has been using black to enforce a code style for a long time now, with very good results. Let's expand the same to Avocado-VT. With a common code style across Avocado and Avocado-VT it'll be easier to move libraries to the common autils repo. Reference: avocado-framework/autils#3 Signed-off-by: Cleber Rosa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the quality aspects of the
autils
project has to do with automated checks that will be enforced on every single submission.The definition of done for this issue is to provide a set of commands (be custom scripts or
make
targets) that cover at the very least what is described in BP005 and from the current Avocado and Avocado-VT commands. Additionally, CI jobs should be created for all of those.Part of #1
The text was updated successfully, but these errors were encountered: