purge complete-ci-tests, those are better covered in .gitlab-ci.yml

This commit is contained in:
Hans-Christoph Steiner 2021-03-22 23:06:16 +01:00
parent 93ca13fa16
commit 67e65ce2ea
4 changed files with 11 additions and 82 deletions

View file

@ -5,12 +5,19 @@ variables:
GIT_DEPTH: 1
test:
ci-images-base run-tests:
image: registry.gitlab.com/fdroid/ci-images-base
script:
- $pip install -e .[test]
- cd tests
- ./complete-ci-tests
- ./tests/run-tests
# make sure that translations do not cause stacktraces
- cd $CI_PROJECT_DIR/locale
- for locale in *; do
test -d $locale || continue;
for cmd in `sed -n 's/.*("\(.*\)", *_.*/\1/p' $CI_PROJECT_DIR/fdroid`; do
LANGUAGE=$locale $CI_PROJECT_DIR/fdroid $cmd --help > /dev/null;
done
done
# Test that the parsing of the .yml metadata format didn't change from last
# released version. This uses the commit ID of the release tags,