Skip to content

Commit 80a4ace

Browse files
authored
ci: use upstream docker build script for cereal validation (commaai#1136)
1 parent b391708 commit 80a4ace

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cereal_validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ concurrency:
2121

2222
env:
2323
PYTHONWARNINGS: error
24-
BASE_IMAGE: sunnypilot-base
25-
BUILD: release/ci/docker_build_sp.sh base
24+
BASE_IMAGE: openpilot-base
25+
BUILD: selfdrive/test/docker_build.sh base
2626
RUN: docker run --shm-size 2G -v $PWD:/tmp/openpilot -w /tmp/openpilot -e CI=1 -e PYTHONWARNINGS=error -e FILEREADER_CACHE=1 -e PYTHONPATH=/tmp/openpilot -e NUM_JOBS -e JOB_ID -e GITHUB_ACTION -e GITHUB_REF -e GITHUB_HEAD_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_RUN_ID -v $GITHUB_WORKSPACE/.ci_cache/scons_cache:/tmp/scons_cache -v $GITHUB_WORKSPACE/.ci_cache/comma_download_cache:/tmp/comma_download_cache -v $GITHUB_WORKSPACE/.ci_cache/openpilot_cache:/tmp/openpilot_cache $BASE_IMAGE /bin/bash -c
2727

2828
jobs:

0 commit comments

Comments
 (0)