-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add test_metapackages_generation option in generate-conda-packages job #1170
Conversation
First build: https://github.com/robotology/robotology-superbuild/runs/6882624101 .
I guess the problem could be related to
|
I tried to cleanup some "strange" part of the |
This did the trick! The PR is now ready for review and eventually to be cherry-picked on |
Merging to unblock v2022.05.2 release. |
Backported to |
This adds a
test_metapackages_generation
option to thegenerate-conda-packages
job, so we can check if metapackages are built without the need to create a fake release in a fork.Furthermore:
LatestReleases
ROBOTOLOGY_PROJECT_TAGS
, instead of using theROBOTOLOGY_PROJECT_TAGS
corresponding to the tag. Instead, thetest_metapackages_generation
tries to create metapackages usingLatestReleases
.