From fbb1ee3f505a42f9f82dbae18f4ce2aac7fbd234 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 18 Jul 2022 23:17:29 -0700 Subject: [PATCH] Car info diff comment: don't fail if car info structure changes (#25193) Don't fail if car info structure changes old-commit-hash: b5e3678245cfbe29041593742f94acc4f7e057cc --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index fbc0d94194..7800323198 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -553,7 +553,7 @@ jobs: id: save_diff run: | ${{ env.RUN }} "scons -j$(nproc)" - output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info") + output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info") || true output="${output//$'\n'/'%0A'}" echo "::set-output name=diff::$output" - name: Find comment