Skip to content
Snippets Groups Projects
Commit a422a37e authored by Julian Rother's avatar Julian Rother
Browse files

Run CI tests on Debian Bullseye

Production now runs on Bullseye
parent cbf59c05
No related branches found
No related tags found
Loading
linter: linter:
image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/stretch image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/bullseye
stage: test stage: test
script: script:
- uname -a - uname -a
...@@ -11,7 +11,7 @@ linter: ...@@ -11,7 +11,7 @@ linter:
- pylint.txt - pylint.txt
unittest: &unittest unittest: &unittest
image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/stretch image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/bullseye
stage: test stage: test
script: script:
- uname -a - uname -a
...@@ -25,27 +25,3 @@ unittest: &unittest ...@@ -25,27 +25,3 @@ unittest: &unittest
- htmlcov/* - htmlcov/*
- .coverage - .coverage
- report.txt - report.txt
# Buster is not supported for now
#
#unittest_buster:
# <<: *unittest
# image: debian:buster
#
#livetest:
# image: debian:stretch
# stage: test
# script:
# - apt update
# - apt install -y python3
# - python3 -V
# - uname -a
# - apt install -y python3-requests
# - ./tests/urlcheck_sinf.py
#
#deploy_staging:
# image: archlinux/base
# stage: deploy
# script:
# - pacman --noconfirm -Sy ansible git
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment