test: remove not useful tests

This test is not executed at all and it is problematic when
tags are not updated.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2019-12-09 22:14:24 +00:00
parent 0dbd00b19e
commit e2782dafe1

View File

@ -18,9 +18,6 @@ echo "Check tag_repos.sh -h option"
echo "Check tag_repos.sh status" echo "Check tag_repos.sh status"
./release/tag_repos.sh status | grep runtime ./release/tag_repos.sh status | grep runtime
echo "Check tag_repos.sh create tags but not push"
./release/tag_repos.sh tag | grep "tags not pushed"
echo "Check tag_repos.sh pre-release" echo "Check tag_repos.sh pre-release"
./release/tag_repos.sh pre-release $(curl -sL https://raw.githubusercontent.com/kata-containers/runtime/master/VERSION) | grep "Not checking runtime" ./release/tag_repos.sh pre-release $(curl -sL https://raw.githubusercontent.com/kata-containers/runtime/master/VERSION) | grep "Not checking runtime"