rusefi/.github/workflows
rusEFI LLC 13b530ca86 daily releases for custom firmware #6392
only:temp measure: current_date into artifact name
2024-04-30 23:11:07 -04:00
..
custom-board-build daily releases for custom firmware #6392 2024-04-30 23:11:07 -04:00
hw-ci Use env vars to define serial devices 2024-03-13 09:50:09 -04:00
build-android.yaml only: JNI for test coverage fix #3965 2024-03-06 10:46:50 -05:00
build-firmware-proteus-f7-mac.yaml Did master just break by itself? requiring macos-12 #6405 2024-04-24 21:56:07 -04:00
build-firmware-windows.yaml revive windows builds #6185 2024-03-09 12:18:27 -05:00
build-firmware.yaml helping passwords 2024-04-19 09:58:31 -04:00
build-rusEFI-console.yaml only: JNI for test coverage fix #3965 2024-03-06 10:46:50 -05:00
build-simulator.yaml also git stash other things that pull rebase 2024-03-28 16:56:03 -04:00
build-tsplugin-body.yaml only:goes on ice 2024-02-06 22:47:59 -05:00
build-unit-tests-windows.yaml only: separately just to make github logs more readable 2024-04-30 16:18:38 -04:00
build-unit-tests.yaml back to macos-latest 2024-04-26 14:57:17 -04:00
check-pinout.yaml Update to interactive-pinout 2.15 2024-04-19 23:48:02 -04: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-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 add missing .ini and .md files 2024-04-03 18:16:43 -04:00
gen-diffs.yaml
gen-docs.yaml
gen-ibom.yaml
gen-pinouts-top-level.yaml Update to interactive-pinout 2.15 2024-04-19 23:48:02 -04:00
gen-pinouts.yaml Update to interactive-pinout 2.15 2024-04-19 23:48:02 -04:00
hardware-ci.yaml rename job 2024-03-13 09:50:09 -04:00
openocd_ci_f4_discovery.cfg Use env vars to define serial devices 2024-03-13 09:50:09 -04:00
openocd_ci_proteus_f4.cfg Use env vars to define serial devices 2024-03-13 09:50:09 -04:00
openocd_ci_proteus_f7.cfg Use env vars to define serial devices 2024-03-13 09:50:09 -04:00
readme.md Update readme.md 2024-02-24 14:13:22 -05:00
set-date.yaml also git stash other things that pull rebase 2024-03-28 16:56:03 -04:00
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

    
    

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