Skip to content

Commit 28bef46

Browse files
committed
re-enable TI CI
1 parent 7b8467b commit 28bef46

File tree

2 files changed

+10
-27
lines changed

2 files changed

+10
-27
lines changed

.github/workflows/examples-cc13xx_26xx.yaml

+5-19
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@
1515
name: Build example - TI CC13XX_26XX
1616

1717
on:
18-
workflow_dispatch:
19-
# Temporarely disabled:
20-
# - TI CI runs out of disk space
21-
# - Image should be updated to an Ubuntu 24.04 or higher based one (move from :54 version)
22-
# push:
23-
# branches-ignore:
24-
# - 'dependabot/**'
25-
# pull_request:
26-
# merge_group:
18+
push:
19+
branches-ignore:
20+
- "dependabot/**"
21+
pull_request:
22+
merge_group:
2723

2824
concurrency:
2925
group:
@@ -67,13 +63,9 @@ jobs:
6763
scripts/run_in_build_env.sh "\
6864
./scripts/build/build_examples.py \
6965
--target ti-cc13x4_26x4-lighting-ftd \
70-
--target ti-cc13x4_26x4-lighting-mtd \
7166
--target ti-cc13x4_26x4-lock-ftd \
72-
--target ti-cc13x4_26x4-lock-mtd \
7367
--target ti-cc13x4_26x4-pump-mtd \
74-
--target ti-cc13x4_26x4-pump-ftd \
7568
--target ti-cc13x4_26x4-pump-controller-mtd \
76-
--target ti-cc13x4_26x4-pump-controller-ftd \
7769
build \
7870
--copy-artifacts-to out/artifacts \
7971
"
@@ -83,12 +75,6 @@ jobs:
8375
cc13x4_26x4 LP_EM_CC1354P10_6 lock-ftd \
8476
out/artifacts/ti-cc13x4_26x4-lock-ftd/chip-LP_EM_CC1354P10_6-lock-example.out \
8577
/tmp/bloat_reports/
86-
- name: Get lock MTD size stats
87-
run: |
88-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
89-
cc13x4_26x4 LP_EM_CC1354P10_6 lock-mtd \
90-
out/artifacts/ti-cc13x4_26x4-lock-mtd/chip-LP_EM_CC1354P10_6-lock-example.out \
91-
/tmp/bloat_reports/
9278
- name: Get Pump App size stats
9379
run: |
9480
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \

.github/workflows/examples-cc32xx.yaml

+5-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ name: Build example - TI CC32XX
1616

1717
on:
1818
workflow_dispatch:
19-
# Temporarely disabled:
20-
# - TI CI runs out of disk space
21-
# - Image should be updated to an Ubuntu 24.04 or higher based one (move from :54 version)
22-
# push:
23-
# branches-ignore:
24-
# - 'dependabot/**'
25-
# pull_request:
26-
# merge_group:
19+
push:
20+
branches-ignore:
21+
- "dependabot/**"
22+
pull_request:
23+
merge_group:
2724

2825
concurrency:
2926
group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}

0 commit comments

Comments
 (0)