Restoring quiet and removing upgrade tests execution on debian-sid

This commit is contained in:
sergio-j-cazzolato
2017-11-23 15:20:14 -03:00
parent 35e6389011
commit c7b230c2f2
3 changed files with 13 additions and 5 deletions
+4
View File
@@ -1,10 +1,14 @@
summary: Check that upgrade works
systems: [-debian-sid-*]
restore: |
if [ "$REMOTE_STORE" = staging ]; then
echo "skip upgrade tests while talking to the staging store"
exit 0
fi
rm -f /var/tmp/myevil.txt
execute: |
if [ "$REMOTE_STORE" = staging ]; then
echo "skip upgrade tests while talking to the staging store"