Skip to content

Commit

Permalink
Unify neos/agnos updaters (#22109)
Browse files Browse the repository at this point in the history
* start moving neos updater

* downloading

* ui

* move recovery

* resuming

* add verification

* fix up launch

* test

* update updater

* fix mypy

* fake updater

* review suggestions

* more tests

* abc

* update bin

* raise

Co-authored-by: Comma Device <device@comma.ai>
  • Loading branch information
adeebshihadeh and Comma Device committed Sep 11, 2021
1 parent d5e6dd3 commit b3705ed
Show file tree
Hide file tree
Showing 22 changed files with 324 additions and 1,292 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -176,7 +176,7 @@ pipeline {
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"],
["test encoder", "python selfdrive/loggerd/tests/test_encoder.py"],
["test logcatd", "python selfdrive/logcatd/tests/test_logcatd_android.py"],
//["test updater", "python installer/updater/test_updater.py"],
["test updater", "python selfdrive/hardware/eon/test_neos_updater.py"],
])
}
}
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -354,7 +354,6 @@ Directory Structure
.
├── cereal # The messaging spec and libs used for all logs
├── common # Library like functionality we've developed here
├── installer/updater # Manages updates of NEOS
├── opendbc # Files showing how to interpret data from cars
├── panda # Code used to communicate on CAN
├── phonelibs # External libraries
Expand Down
3 changes: 0 additions & 3 deletions installer/updater/.gitignore

This file was deleted.

99 changes: 0 additions & 99 deletions installer/updater/Makefile

This file was deleted.

82 changes: 0 additions & 82 deletions installer/updater/test_updater.py

This file was deleted.

Binary file modified installer/updater/updater
Binary file not shown.

0 comments on commit b3705ed

Please sign in to comment.