You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the generate-conda-packages we have the options to do a test run with no upload but with the generation of dummy metapackages. This include the robotology-distro-all package, that depends on all packages of the superbuild. This is helpful to catch problems like the one discussed in #1583 (comment) . However, at the moment this option is triggered manually, typically to debug PRs. It is automatically run only when a new release is done, but this is not sufficient to actually catch regressions due to changes in conda-forge pinning or changes in latest-releases yml.
Possible we can add a job to run manually, or perhaps a run on "update latest releases" PRs?
The text was updated successfully, but these errors were encountered:
In the
generate-conda-packages
we have the options to do a test run with no upload but with the generation of dummy metapackages. This include therobotology-distro-all
package, that depends on all packages of the superbuild. This is helpful to catch problems like the one discussed in #1583 (comment) . However, at the moment this option is triggered manually, typically to debug PRs. It is automatically run only when a new release is done, but this is not sufficient to actually catch regressions due to changes in conda-forge pinning or changes in latest-releases yml.Possible we can add a job to run manually, or perhaps a run on "update latest releases" PRs?
The text was updated successfully, but these errors were encountered: