jenkins: remove pytest tici conf (#30621)

* remove pytest conf

* remove that too
pull/30517/head^2
Justin Newberry 1 year ago committed by GitHub
parent db35dcd0b5
commit 31ab43ce41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Jenkinsfile
  2. 1
      release/files_common
  3. 5
      selfdrive/test/pytest-tici.ini

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
Loading…
Cancel
Save