-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'newparse-datalog' of https://github.com/fome-tech/fome-fw…
… into newparse-datalog
- Loading branch information
Showing
769 changed files
with
70,045 additions
and
86,839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,33 @@ | ||
Here is a diagram of which configure scripts are used for which workflows. | ||
This is not a complete diagram of all workflows, nor does it show everything that these jobs do. | ||
|
||
``` | ||
Jenkins | ||
+ | ||
v | ||
run.bat | ||
+------------+-----------------------+ | ||
| | v | ||
| | compile_and_upload.bat | ||
| | +--------------+ +------------------------------+ | ||
| | | v v v | ||
| | | gen_config compile.sh | ||
| | | +--------+-------------------+ + | ||
v v | v v v v | ||
Sim Console | ConfigKinetis ConfigDefault ConfigBoard Firmware Package | ||
^ ^ | ^ ^ ^ ^ ^ ^ ^ ^ | ||
| | | | | | | | | | | | ||
| | | | | | | | | | | | ||
| | | | | | | +------+ | | | ||
| | | | | | | | | | | ||
+---+--------+-------------+-------------+--------------+--------------+-----------+ | ||
| | | | | ||
+ + + + | ||
Firmware Push Gen Config Unit Tests Firmware PR | ||
``` | ||
For up-to-date information check the GitHib workflow actions (GHA) definition files *.yaml | ||
|
||
The workflows are triggered by events: push & pull_request | ||
|
||
https://github.com/rusefi/rusefi/wiki/Build-Server-and-Automation | ||
```mermaid | ||
flowchart TD | ||
gha_firmware["Firmware"] | ||
firmware_build[["build-firmware.yaml"]] | ||
gha_Console["Console"] | ||
Console_build[["build-FOME-console.yaml"]] | ||
gha_Simulator["Simulator"] | ||
Simulator_build[["build-simulator.yaml"]] | ||
gha_generate_ECU_configs["Generate configs for all supported ECUs"] | ||
generate_ECU_configs[["gen-configs.yaml"]] | ||
gha_UnitTests["Unit tests"] | ||
UnitTests_build[["build-unit-tests.yaml"]] | ||
gha_Hardware_CI["Hardware Continous Integration"] | ||
Hardware_CI[["hardware-ci.yaml"]] | ||
gha_firmware --> firmware_build | ||
gha_generate_ECU_configs ---> generate_ECU_configs | ||
gha_Console ---> Console_build | ||
gha_Simulator ---> Simulator_build | ||
gha_UnitTests ---> UnitTests_build | ||
gha_Hardware_CI ---> Hardware_CI | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.