CI: fix no DNS after tests killed (#29090)

* CI: fix no DNS after tests killed

* fix
old-commit-hash: e8b20b7f81
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent c261f97f6c
commit 13436b4893
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -18,6 +18,12 @@ export GIT_SSH_COMMAND="ssh -i /data/gitkey"
source ~/.bash_profile
if [ -f /TICI ]; then
source /etc/profile
if ! systemctl is-active --quiet systemd-resolved; then
echo "restarting resolved"
sudo systemctl start systemd-resolved
sleep 3
fi
fi
if [ -f /data/openpilot/launch_env.sh ]; then
source /data/openpilot/launch_env.sh

Loading…
Cancel
Save