rusefi/.github/workflows
rusefillc f345cdfed4 Produce bundle 2024-03-27 10:03:16 -04:00
..
hw-ci only: multi-runner multi-target HW CI #6103 2024-03-01 00:51:02 -05:00
build-android.yaml Bump actions/upload-artifact from 3 to 4 2023-12-15 07:49:35 -05:00
build-firmware-proteus-f7-mac.yaml GHA CI of mac firmware build #6066 2024-02-28 12:00:02 -05:00
build-firmware-windows.yaml GHA CI of mac firmware build #6066 2024-02-28 12:00:02 -05:00
build-firmware.yaml Produce bundle 2024-03-27 10:03:16 -04:00
build-rusEFI-console.yaml GHA CI of mac firmware build #6066 2024-02-28 12:00:02 -05:00
build-simulator.yaml build simulator with make bundle 2024-02-21 18:33:51 -05:00
build-tsplugin-body.yaml only:goes on ice 2024-02-06 22:47:59 -05:00
build-unit-tests-windows.yaml GHA CI of mac firmware build #6066 2024-02-28 12:00:02 -05:00
build-unit-tests.yaml GHA CI of mac firmware build #6066 2024-02-28 12:00:02 -05:00
check-pinout.yaml build(deps): bump chuckwagoncomputing/interactive-pinout 2024-01-26 11:29:25 -05:00
codeql-buildscript.sh only:no more java 8 2024-02-21 16:59:24 -05:00
codeql.yml gcc 12.3.Rel1 2024-01-02 20:54:44 -05:00
custom-board-build.yaml https://github.com/rusefi/rusefi/issues/6081 2024-02-28 20:06:44 -05:00
custom-board-update-rusefi-reference.yaml only: explicit message 2024-01-06 18:14:39 -05:00
fail_on_error.py Add CodeQL Workflow for Code Security Analysis (#5656) 2023-10-27 23:38:34 -04:00
gen-configs.yaml only:custom FW repos code generation process #5817 2023-12-19 23:46:00 -05:00
gen-diffs.yaml Bump actions/checkout from 3 to 4 (#5548) 2023-09-05 09:09:12 -04:00
gen-docs.yaml Bump actions/checkout from 3 to 4 (#5548) 2023-09-05 09:09:12 -04:00
gen-ibom.yaml Bump actions/checkout from 3 to 4 (#5548) 2023-09-05 09:09:12 -04:00
gen-pinouts-top-level.yaml build(deps): bump chuckwagoncomputing/interactive-pinout 2024-01-26 11:29:25 -05:00
gen-pinouts.yaml only:reducing proteus confusion? 2024-01-29 11:23:22 -05:00
hardware-ci.yaml only: multi-runner multi-target HW CI #6103 2024-03-01 08:51:54 -05:00
openocd_ci_f4_discovery.cfg
openocd_ci_proteus_f4.cfg only:steps towards proteus_f7 2023-07-23 12:17:48 -04:00
openocd_ci_proteus_f7.cfg only:f7 HW CI step 2023-07-23 17:53:24 -04:00
readme.md Update readme.md 2024-02-24 14:13:22 -05:00
set-date.yaml Bump actions/checkout from 3 to 4 (#5548) 2023-09-05 09:09:12 -04:00
sync-wiki.yaml Bump actions/checkout from 3 to 4 (#5548) 2023-09-05 09:09:12 -04:00

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

    
    

See also https://github.com/ZHoob2004/rusefi-ci/