jenkins: remove pytest tici conf (#30621)

* remove pytest conf

* remove that too
This commit is contained in:
Justin Newberry
2023-12-06 11:13:22 -08:00
committed by GitHub
parent db35dcd0b5
commit 31ab43ce41
3 changed files with 2 additions and 7 deletions

3
Jenkinsfile vendored
View File

@@ -14,7 +14,8 @@ export GIT_BRANCH=${env.GIT_BRANCH}
export GIT_COMMIT=${env.GIT_COMMIT}
export AZURE_TOKEN='${env.AZURE_TOKEN}'
export MAPBOX_TOKEN='${env.MAPBOX_TOKEN}'
export PYTEST_ADDOPTS="-c selfdrive/test/pytest-tici.ini --rootdir ."
# only use 1 thread for tici tests since most require HIL
export PYTEST_ADDOPTS="-n 1"
export GIT_SSH_COMMAND="ssh -i /data/gitkey"

View File

@@ -297,7 +297,6 @@ selfdrive/test/helpers.py
selfdrive/test/setup_device_ci.sh
selfdrive/test/test_onroad.py
selfdrive/test/test_time_to_onroad.py
selfdrive/test/pytest-tici.ini
selfdrive/ui/.gitignore
selfdrive/ui/SConscript

View File

@@ -1,5 +0,0 @@
[pytest]
addopts = -Werror --strict-config --strict-markers --durations=10
markers =
slow: tests that take awhile to run and can be skipped with -m 'not slow'
tici: tests that are only meant to run on the C3/C3X