Skip to content

Commit 81705e7

Browse files
committed
Re-enable all target builds
Change to weekly Add orgpal3 to smoketests to ensure issues with littlefs dont happen again.
1 parent 53332f7 commit 81705e7

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

.github/workflows/devcontainer-smoketest.yaml.bak renamed to .github/workflows/devcontainer-smoketest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
{ target: SL_STK3701A, build-type: Debug, container: All},
1818
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: ChibiOS },
1919
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: All },
20+
{ target: ORGPAL_PALTHREE, build-type: Debug, container: ChibiOS },
2021
{ target: M5Core2, build-type: Debug, container: ESP32 },
2122
{ target: ESP_WROVER_KIT, build-type: Debug, container: ESP32 },
2223
{ target: ESP32_S2_USB, build-type: Debug, container: ESP32 },

.github/workflows/devcontainer-nightly-build.yaml renamed to .github/workflows/devcontainer-targets-weekly-build.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Nightly target builds [devcontainer]
1+
name: Weekly [devcontainer] target builds
22

33
on:
44
pull_request:
55
paths:
6-
- '.github/workflows/devcontainer-nightly-build.yaml'
6+
- '.github/workflows/devcontainer-targets-weekly-build.yaml'
77
schedule:
8-
- cron: '0 3 * * *' # Runs at 03:00 UTC every day
8+
- cron: '0 3 * * 0' # Runs at 03:00 UTC on sunday every week
99

1010

1111
jobs:
@@ -15,24 +15,24 @@ jobs:
1515

1616
matrix: # Add the target and build type you wish to generate firmware for:
1717
include: [
18-
# { target: SL_STK3701A, build-type: MinSizeRel, container: AzureRTOS},
19-
# { target: SL_STK3701A_REVB, build-type: MinSizeRel, container: AzureRTOS},
20-
# { target: MXCHIP_AZ3166, build-type: MinSizeRel, container: ChibiOS },
21-
# { target: ST_STM32F429I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
22-
# { target: ST_STM32F769I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
18+
{ target: SL_STK3701A, build-type: MinSizeRel, container: AzureRTOS},
19+
{ target: SL_STK3701A_REVB, build-type: MinSizeRel, container: AzureRTOS},
20+
{ target: MXCHIP_AZ3166, build-type: MinSizeRel, container: ChibiOS },
21+
{ target: ST_STM32F429I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
22+
{ target: ST_STM32F769I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
2323
{ target: ORGPAL_PALTHREE, build-type: MinSizeRel, container: ChibiOS },
24-
# { target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS },
25-
# { target: ST_NUCLEO64_F091RC, build-type: MinSizeRel, container: ChibiOS },
26-
# { target: M5Core2, build-type: MinSizeRel, container: ESP32 },
27-
# { target: ESP_WROVER_KIT, build-type: MinSizeRel, container: ESP32 },
28-
# { target: ESP32_S2_USB, build-type: MinSizeRel, container: ESP32 },
29-
# { target: ESP32_S3, build-type: MinSizeRel, container: ESP32 },
30-
# { target: ESP32_C3, build-type: MinSizeRel, container: ESP32 },
31-
# { target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 },
32-
# { target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 },
33-
# { target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP },
34-
# { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 },
35-
# { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 },
24+
{ target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS },
25+
{ target: ST_NUCLEO64_F091RC, build-type: MinSizeRel, container: ChibiOS },
26+
{ target: M5Core2, build-type: MinSizeRel, container: ESP32 },
27+
{ target: ESP_WROVER_KIT, build-type: MinSizeRel, container: ESP32 },
28+
{ target: ESP32_S2_USB, build-type: MinSizeRel, container: ESP32 },
29+
{ target: ESP32_S3, build-type: MinSizeRel, container: ESP32 },
30+
{ target: ESP32_C3, build-type: MinSizeRel, container: ESP32 },
31+
{ target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 },
32+
{ target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 },
33+
{ target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP },
34+
{ target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 },
35+
{ target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 },
3636
]
3737

3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)