* Create workflow to update the Pipfile.lock weekly
* Update-pipfile: Also install wheel
* Install wheel in different step
* Pipfile: Only lock major versions
Assumes Semantic Versioning, and only sets the major versions of all packages
* Run update-pipfile on changes in pipfile and use tensorflow
Move from tensorflow-gpu to tensorflow, an excelent test for this PR
* [create-pull-request] automated change
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
old-commit-hash: b1795235f9
* don't compile in docker build stage
* disable that for now
* do we need that?
* upload artifact already compresses
* that wasn't faster
This reverts commit 2221e13c71.
* try that
* don't think that's used
* this too
* check this
* less layers
* that's not in the dockerfile anymore
* system
* even less layers and clear pipenv cache
* no inline comment i guess
* uninstall pipenv after we're done with it
* separate build job adds too much overhead
* quotes
* clean that up
* increase timeout
* cleanup
old-commit-hash: 45ee131a44
* integrate codecov
* add codecov to readme
* don't need the token
* fix badges
* /bin/bash, not /bin/sh
* needs coverage in the docker
* from the git root
* add CI_ENV like https://docs.codecov.io/docs/testing-with-docker
* custom upload step
* use codecov action
* coverage xml
* add unit tests, good luck
* name the container tmppilot
* add name, fix unit tests
* yml, fix coveragerc-app
* remove tmp/openpilot
* try without xml
* just call the upload script in docker
* ugh, i hate docker
* idk env
* yaml?
* don't be clever
* maybe this
* running out of ideas
* coverage xml maybe
* upload coverage.xml
* ugh CI_RUN
* unneeded artifact
Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: 4252028a84
* basic github actions config
* submodules
* pwd
* docker save
* unit tests
* add rest of tests
* fix unit tests
* artifacts
* container name
* does this work?
* no --rm when we want artifacts
* clean up
* fix artifact paths
* name
* rerun travis
* remove travis config
old-commit-hash: 28af44d199