-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update CI to rolling on main #208
Conversation
Signed-off-by: Yadunund <[email protected]>
80006c3
to
ec42903
Compare
Signed-off-by: Yadunund <[email protected]>
ec42903
to
6962ae4
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.
Didn't look at the whole diff but I'm assuming it's just pure linter output.
I guess we can close #161 then?
Would be good if you could give everything a spin to make sure nothing is broken. I used a combination of autoformatting by |
I gave it a spin and it seems OK. |
* Update CI to rolling Signed-off-by: Yadunund <[email protected]> * Address all flake8 and pep257 errors Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]>
* Support fleet-level task (#201) * update task request to include fleet_name for fleet-level task Signed-off-by: Charly Wu <[email protected]> * added DCO commit. Signed-off-by: Charly Wu <[email protected]> * simplify logic for populating request['fleet_name'] Signed-off-by: Charly Wu <[email protected]> * remove extra whitespaces. Signed-off-by: Charly Wu <[email protected]> * remove trailing whitespace. Signed-off-by: Charly Wu <[email protected]> --------- Signed-off-by: Charly Wu <[email protected]> Co-authored-by: Yadunund <[email protected]> * Update CI to rolling on main (#208) * Update CI to rolling Signed-off-by: Yadunund <[email protected]> * Address all flake8 and pep257 errors Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]> * Set CI to iron Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Charly Wu <[email protected]> Signed-off-by: Yadunund <[email protected]> Co-authored-by: cwrx777 <[email protected]>
In preparation of jazzy release, this PR updates CI jobs on
main
to Rolling.colcon test
would throw a lot of errors due to failingtest_flake8
andtest_pep257
tests configured forrmf_demos_fleet_adapter
. Instead of disabling those tests, I've updated the formatting in the codebase to comply.