c90a78f44b
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
custom-board-build | ||
hw-ci | ||
build-android.yaml | ||
build-firmware-proteus-f7-mac.yaml | ||
build-firmware-windows.yaml | ||
build-firmware.yaml | ||
build-rusEFI-console.yaml | ||
build-simulator.yaml | ||
build-tsplugin-body.yaml | ||
build-unit-tests-windows.yaml | ||
build-unit-tests.yaml | ||
check-pinout.yaml | ||
codeql-buildscript.sh | ||
codeql.yml | ||
custom-board-update-rusefi-reference.yaml | ||
fail_on_error.py | ||
gen-configs.yaml | ||
gen-diffs.yaml | ||
gen-docs.yaml | ||
gen-ibom.yaml | ||
gen-pinouts-top-level.yaml | ||
gen-pinouts.yaml | ||
hardware-ci.yaml | ||
openocd_ci_f4_discovery.cfg | ||
openocd_ci_proteus_f4.cfg | ||
openocd_ci_proteus_f7.cfg | ||
readme.md | ||
set-date.yaml | ||
sync-wiki.yaml |
readme.md
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.
For up-to-date information check the GitHib workflow actions (GHA) definition files *.yaml
The workflows are triggered by events: push & pull_request
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