Skip to content

Commit

Permalink
Disabled CC26x2x7 builds in CI (#26955)
Browse files Browse the repository at this point in the history
* Disabled CC26x2x7 yaml test

* Added doc to explain deactivation
  • Loading branch information
lpbeliveau-silabs authored and pull[bot] committed Oct 24, 2023
1 parent 7cd8217 commit 437ebb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
BUILD_TYPE: gn_cc26x2x7

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
# This CI is disabled because running out of flash and a solution was not found in time, see https://github.com/project-chip/connectedhomeip/pull/26186
# An issue was opened at https://github.com/project-chip/connectedhomeip/issues/26957
# TODO : Enable this once we have a way to run without out of flash failure or remove platform if it cannot support the SDK
if: github.actor != 'restyled-io[bot]' && false

container:
image: connectedhomeip/chip-build-ti:0.7.14
Expand Down

0 comments on commit 437ebb2

Please sign in to comment.