mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
jenkins: remove pytest tici conf (#30621)
* remove pytest conf * remove that too
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user