Skip to content

Commit

Permalink
catkin spread tests: dump apt-config on failures for legacy
Browse files Browse the repository at this point in the history
The legacy tests intermittently fail when the backend is GCE,
on failures the entire apt-config will be printed to verify
that the original expectations of a 16.04 release with regards
to apt's configuration are still valid.

Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens committed Jun 24, 2019
1 parent b2c510f commit f505bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/spread/plugins/catkin/legacy-pull/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ restore: |
. "$TOOLS_DIR/snapcraft-yaml.sh"
restore_yaml "snap/snapcraft.yaml"
# On failure print out the apt-config to ensure repository
# failures are not related to original release image modifications
# for a given series.
debug:
apt-config dump

# ROS Kinetic only supports 16.04
systems:
- ubuntu-16.04
Expand Down

0 comments on commit f505bfd

Please sign in to comment.