maliput / maliput_malidrive

Open-source ready OpenDrive backend for Maliput
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Adds try_vcs_checkout to wheel_generation workflow. #252

Closed agalbachicar closed 10 months ago

agalbachicar commented 10 months ago

🦟 Bug fix

Follow up to https://github.com/maliput/maliput_infrastructure/pull/316

Summary

The wheel generation workflow was not switching branches based on the naming scheme. Doing it here so it gets fixed.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

agalbachicar commented 10 months ago

I think there is a problem with the Bazel build. It could be related to flags. Note the integration tests:

...
//test/integration:integration_test_town01                               PASSED in 92.7s
...
//test/integration:integration_test_figure8                             TIMEOUT in 900.0s 

And then, when checking the colcon tests:

...
INTEGRATION_extensive_queries_test_Town01.xodr ..........................   Passed    6.69 sec
...
INTEGRATION_extensive_queries_test_Figure8.xodr .........................   Passed   70.03 sec
francocipollone commented 10 months ago

Updating branch to bring last changes and re-trigger CI