jenkins: new replay devices (#28643)

* replay

* restart nm
old-commit-hash: 16e3d4f69f
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 7e697a0d3d
commit 83fd21a79e
  1. 2
      Jenkinsfile
  2. 1
      selfdrive/test/setup_device_ci.sh

2
Jenkinsfile vendored

@ -218,7 +218,7 @@ pipeline {
stage('replay') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps {
phone_steps("tici-common", [
phone_steps("tici-replay", [
["build", "cd selfdrive/manager && ./build.py"],
["model replay", "cd selfdrive/test/process_replay && ./model_replay.py"],
])

@ -33,6 +33,7 @@ echo tici-$(cat /proc/cmdline | sed -e 's/^.*androidboot.serialno=//' -e 's/ .*$
sudo sed -i "s,/data/params/d/GithubSshKeys,/usr/comma/setup_keys," /etc/ssh/sshd_config
sudo systemctl daemon-reload
sudo systemctl restart ssh
sudo systemctl restart NetworkManager
sudo systemctl disable ssh-param-watcher.path
sudo systemctl disable ssh-param-watcher.service
sudo mount -o ro,remount /

Loading…
Cancel
Save