Release cleanup (#1649)

* start cleanup

* whitelist submodule release files

* don't need to ship tests

* revert changes to build script

* add those tests back

* fix typo

* whitelist dbcs

* test

* run the right test

* whitelist opendbc/can

* revert that

* add missing dotfiles

* clean up

* ford DBCs

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c24a7e248a295641f58d39e0db25dde1b742fc16
This commit is contained in:
Adeeb
2020-06-08 14:24:14 -07:00
committed by GitHub
parent 4aa1d21bde
commit daea932130
4 changed files with 132 additions and 59 deletions
+5 -5
View File
@@ -28,9 +28,6 @@ jobs:
cp -pR --parents $(cat release/files_common) $TEST_DIR
cp Dockerfile.openpilot $TEST_DIR
# copy submodules
cp -pR panda/ opendbc/ cereal/ $TEST_DIR
# need this to build on x86
cp -pR --parents phonelibs/libyuv phonelibs/snpe \
external/bin selfdrive/modeld/runners $TEST_DIR
@@ -41,8 +38,11 @@ jobs:
mkdir laika laika_repo tools release
- name: Build Docker image
run: cd $TEST_DIR && eval "$BUILD"
- name: Build openpilot
run: $RUN "cd /tmp/openpilot && scons -j$(nproc)"
- name: Build openpiot and run quick check
run: |
$RUN "cd /tmp/openpilot && \
scons -j$(nproc) && \
$UNIT_TEST selfdrive/car"
docker_push:
name: docker push