jenkins: new replay devices (#28643)

* replay

* restart nm
pull/28645/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent a2b7d2c867
commit 16e3d4f69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Jenkinsfile
  2. 1
      selfdrive/test/setup_device_ci.sh

2
Jenkinsfile vendored

@ -218,7 +218,7 @@ pipeline {
stage('replay') { stage('replay') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } } agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps { steps {
phone_steps("tici-common", [ phone_steps("tici-replay", [
["build", "cd selfdrive/manager && ./build.py"], ["build", "cd selfdrive/manager && ./build.py"],
["model replay", "cd selfdrive/test/process_replay && ./model_replay.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 sed -i "s,/data/params/d/GithubSshKeys,/usr/comma/setup_keys," /etc/ssh/sshd_config
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl restart ssh sudo systemctl restart ssh
sudo systemctl restart NetworkManager
sudo systemctl disable ssh-param-watcher.path sudo systemctl disable ssh-param-watcher.path
sudo systemctl disable ssh-param-watcher.service sudo systemctl disable ssh-param-watcher.service
sudo mount -o ro,remount / sudo mount -o ro,remount /

Loading…
Cancel
Save