From ea57ba025630eb3105a9ccdce3bdc17f72678c72 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 30 Oct 2023 09:49:49 -0700 Subject: [PATCH] test --- selfdrive/test/setup_device_ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/test/setup_device_ci.sh b/selfdrive/test/setup_device_ci.sh index ca458f2a79..9e0c4f91e4 100755 --- a/selfdrive/test/setup_device_ci.sh +++ b/selfdrive/test/setup_device_ci.sh @@ -112,6 +112,9 @@ if [ ! -d "$SOURCE_DIR" ]; then git clone https://github.com/commaai/openpilot.git $SOURCE_DIR fi +(( RANDOM % 3 == 0 )) && exit 1 + + if [ ! -z "$UNSAFE" ]; then echo "doing unsafe checkout" unsafe_checkout