Skip to content

Commit

Permalink
📝 Take off all but one test to reduce CI load
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Dec 9, 2024
1 parent b2e04c7 commit e5e7c45
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 194 deletions.
382 changes: 191 additions & 191 deletions .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,194 +30,194 @@ jobs:
repo: libhal/libhal
secrets: inherit

libhal-arm-mcu:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-arm-mcu
repo: libhal/libhal-arm-mcu
secrets: inherit

libhal-util:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-util
repo: libhal/libhal-util
secrets: inherit

libhal-actuator:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-actuator
repo: libhal/libhal-actuator
secrets: inherit

libhal-sensor:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-sensor
repo: libhal/libhal-sensor
secrets: inherit

libhal-display:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-display
repo: libhal/libhal-display
secrets: inherit

libhal-expander:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-expander
repo: libhal/libhal-expander
secrets: inherit

libhal-storage:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-storage
repo: libhal/libhal-storage
secrets: inherit

libhal-input:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-input
repo: libhal/libhal-input
secrets: inherit

libhal-micromod-lint:
uses: ./.github/workflows/lint.yml
with:
library: libhal-micromod
source_dir: src
repo: libhal/libhal-micromod
secrets: inherit

libhal-micromod-docs:
uses: ./.github/workflows/docs.yml
with:
library: libhal-micromod
source_dir: src
repo: libhal/libhal-micromod
secrets: inherit

libhal-iot:
uses: ./.github/workflows/library_check.yml
with:
library: libhal-iot
repo: libhal/libhal-iot
secrets: inherit

libhal-arm-mcu-deploy-cortex-m4f:
uses: ./.github/workflows/deploy.yml
with:
library: libhal-arm-mcu
repo: libhal/libhal-arm-mcu
arch: cortex-m4f
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit

libhal-arm-mcu-deploy-cortex-m3:
uses: ./.github/workflows/deploy.yml
with:
library: libhal-arm-mcu
repo: libhal/libhal-arm-mcu
arch: cortex-m3
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit

libhal-arm-mcu-deploy-cortex-m0plus:
uses: ./.github/workflows/deploy.yml
with:
library: libhal-arm-mcu
repo: libhal/libhal-arm-mcu
arch: cortex-m0plus
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit

libhal-deploy-linux:
uses: ./.github/workflows/deploy_linux.yml
with:
library: libhal
repo: libhal/libhal
secrets: inherit

libhal-util-package:
uses: ./.github/workflows/deploy_all.yml
with:
library: libhal-util
repo: libhal/libhal-util
secrets: inherit

libhal-arm-mcu-lpc4078-demos:
uses: ./.github/workflows/demo_builder.yml
with:
library: libhal-arm-mcu
repo: libhal/libhal-arm-mcu
compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
compiler_profile: v1/arm-gcc-12.3
platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
platform_profile: v1/lpc4078
secrets: inherit

libhal-actuator-demos-lpc4078:
uses: ./.github/workflows/demo_builder.yml
with:
library: libhal-actuator
repo: libhal/libhal-actuator
compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
compiler_profile: v1/arm-gcc-12.3
platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
platform_profile: v1/lpc4078
secrets: inherit

libhal-actuator-demos-lpc4074:
uses: ./.github/workflows/demo_builder.yml
with:
library: libhal-actuator
repo: libhal/libhal-actuator
compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
compiler_profile: v1/arm-gcc-12.3
platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
platform_profile: v1/lpc4074
secrets: inherit

libhal-starter-app-lpc4078:
uses: ./.github/workflows/app_builder.yml
with:
repo: libhal/libhal-starter
compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
compiler_profile: v1/arm-gcc-12.3
platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
platform_profile: v1/lpc4078
secrets: inherit

libhal-starter-app-stm32f103c8:
uses: ./.github/workflows/app_builder.yml
with:
repo: libhal/libhal-starter
compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
compiler_profile: v1/arm-gcc-12.3
platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
platform_profile: v1/stm32f103c8
secrets: inherit

libhal-starter-app-mod-stmt32f1-v4:
uses: ./.github/workflows/app_builder.yml
with:
repo: libhal/libhal-starter
compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
compiler_profile: v1/arm-gcc-12.3
platform_profile_url: https://github.com/libhal/libhal-micromod.git
platform_profile: v1/mod-stm32f1-v4
secrets: inherit
# libhal-arm-mcu:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-arm-mcu
# repo: libhal/libhal-arm-mcu
# secrets: inherit

# libhal-util:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-util
# repo: libhal/libhal-util
# secrets: inherit

# libhal-actuator:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-actuator
# repo: libhal/libhal-actuator
# secrets: inherit

# libhal-sensor:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-sensor
# repo: libhal/libhal-sensor
# secrets: inherit

# libhal-display:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-display
# repo: libhal/libhal-display
# secrets: inherit

# libhal-expander:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-expander
# repo: libhal/libhal-expander
# secrets: inherit

# libhal-storage:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-storage
# repo: libhal/libhal-storage
# secrets: inherit

# libhal-input:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-input
# repo: libhal/libhal-input
# secrets: inherit

# libhal-micromod-lint:
# uses: ./.github/workflows/lint.yml
# with:
# library: libhal-micromod
# source_dir: src
# repo: libhal/libhal-micromod
# secrets: inherit

# libhal-micromod-docs:
# uses: ./.github/workflows/docs.yml
# with:
# library: libhal-micromod
# source_dir: src
# repo: libhal/libhal-micromod
# secrets: inherit

# libhal-iot:
# uses: ./.github/workflows/library_check.yml
# with:
# library: libhal-iot
# repo: libhal/libhal-iot
# secrets: inherit

# libhal-arm-mcu-deploy-cortex-m4f:
# uses: ./.github/workflows/deploy.yml
# with:
# library: libhal-arm-mcu
# repo: libhal/libhal-arm-mcu
# arch: cortex-m4f
# os: baremetal
# compiler: gcc
# compiler_version: 12.3
# compiler_package: arm-gnu-toolchain
# secrets: inherit

# libhal-arm-mcu-deploy-cortex-m3:
# uses: ./.github/workflows/deploy.yml
# with:
# library: libhal-arm-mcu
# repo: libhal/libhal-arm-mcu
# arch: cortex-m3
# os: baremetal
# compiler: gcc
# compiler_version: 12.3
# compiler_package: arm-gnu-toolchain
# secrets: inherit

# libhal-arm-mcu-deploy-cortex-m0plus:
# uses: ./.github/workflows/deploy.yml
# with:
# library: libhal-arm-mcu
# repo: libhal/libhal-arm-mcu
# arch: cortex-m0plus
# os: baremetal
# compiler: gcc
# compiler_version: 12.3
# compiler_package: arm-gnu-toolchain
# secrets: inherit

# libhal-deploy-linux:
# uses: ./.github/workflows/deploy_linux.yml
# with:
# library: libhal
# repo: libhal/libhal
# secrets: inherit

# libhal-util-package:
# uses: ./.github/workflows/deploy_all.yml
# with:
# library: libhal-util
# repo: libhal/libhal-util
# secrets: inherit

# libhal-arm-mcu-lpc4078-demos:
# uses: ./.github/workflows/demo_builder.yml
# with:
# library: libhal-arm-mcu
# repo: libhal/libhal-arm-mcu
# compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
# compiler_profile: v1/arm-gcc-12.3
# platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
# platform_profile: v1/lpc4078
# secrets: inherit

# libhal-actuator-demos-lpc4078:
# uses: ./.github/workflows/demo_builder.yml
# with:
# library: libhal-actuator
# repo: libhal/libhal-actuator
# compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
# compiler_profile: v1/arm-gcc-12.3
# platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
# platform_profile: v1/lpc4078
# secrets: inherit

# libhal-actuator-demos-lpc4074:
# uses: ./.github/workflows/demo_builder.yml
# with:
# library: libhal-actuator
# repo: libhal/libhal-actuator
# compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
# compiler_profile: v1/arm-gcc-12.3
# platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
# platform_profile: v1/lpc4074
# secrets: inherit

# libhal-starter-app-lpc4078:
# uses: ./.github/workflows/app_builder.yml
# with:
# repo: libhal/libhal-starter
# compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
# compiler_profile: v1/arm-gcc-12.3
# platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
# platform_profile: v1/lpc4078
# secrets: inherit

# libhal-starter-app-stm32f103c8:
# uses: ./.github/workflows/app_builder.yml
# with:
# repo: libhal/libhal-starter
# compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
# compiler_profile: v1/arm-gcc-12.3
# platform_profile_url: https://github.com/libhal/libhal-arm-mcu.git
# platform_profile: v1/stm32f103c8
# secrets: inherit

# libhal-starter-app-mod-stmt32f1-v4:
# uses: ./.github/workflows/app_builder.yml
# with:
# repo: libhal/libhal-starter
# compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git
# compiler_profile: v1/arm-gcc-12.3
# platform_profile_url: https://github.com/libhal/libhal-micromod.git
# platform_profile: v1/mod-stm32f1-v4
# secrets: inherit
Loading

0 comments on commit e5e7c45

Please sign in to comment.