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
It's confusing for people that rarely build deb packages (make build-debs) to see test_ensure_no_updates_avail fail due to the container in which we build debian packages needing updates. I think we should conditionally xfail based on the current tag - if we're on a branch or a tag that does not contain rc, then we should let the test fail. See #4533 which contains some additional relevant background.
Description
It's confusing for people that rarely build deb packages (
make build-debs
) to seetest_ensure_no_updates_avail
fail due to the container in which we build debian packages needing updates. I think we should conditionally xfail based on the current tag - if we're on a branch or a tag that does not containrc
, then we should let the test fail. See #4533 which contains some additional relevant background.cc @emkll on this one
The text was updated successfully, but these errors were encountered: