Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79e9735

Browse files
committedJul 4, 2019
rename 5_wifi_udp.py
1 parent 3c3ff0c commit 79e9735

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎Jenkinsfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
sh "docker run --name ${env.DOCKER_NAME} --privileged --volume /dev/bus/usb:/dev/bus/usb --volume /var/run/dbus:/var/run/dbus --net host ${env.DOCKER_IMAGE_TAG} bash -c 'cd /tmp/panda; SKIPWIFI=1 ./run_automated_tests.sh'"
2929
sh "docker cp ${env.DOCKER_NAME}:/tmp/panda/nosetests.xml test_results_dev_nowifi.xml"
3030
sh "docker rm ${env.DOCKER_NAME}"
31-
}
31+
}
3232
}
3333
}
3434
}
@@ -54,7 +54,6 @@ pipeline {
5454
sh "docker run --name ${env.DOCKER_NAME} --privileged --volume /dev/bus/usb:/dev/bus/usb --volume /var/run/dbus:/var/run/dbus --net host ${env.DOCKER_IMAGE_TAG} bash -c 'cd /tmp/panda; ./run_automated_tests.sh'"
5555
sh "docker cp ${env.DOCKER_NAME}:/tmp/panda/nosetests.xml test_results_dev.xml"
5656
sh "docker rm ${env.DOCKER_NAME}"
57-
currentStage.result = "SUCCESS"
5857
}
5958
}
6059
}
@@ -66,4 +65,4 @@ pipeline {
6665
junit "test_results*.xml"
6766
}
6867
}
69-
}
68+
}
File renamed without changes.

0 commit comments

Comments
 (0)