Skip to content

Commit

Permalink
Merge branch 'master' into jtung/darwin-storage-delegate-bulk-read-wr…
Browse files Browse the repository at this point in the history
…ite-api
  • Loading branch information
woody-apple authored Apr 12, 2024
2 parents 5b689c3 + 1601e05 commit 70116ac
Show file tree
Hide file tree
Showing 1,107 changed files with 27,135 additions and 30,439 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47

steps:
- name: Checkout
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Builds

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand All @@ -40,7 +42,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -136,7 +138,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -279,7 +281,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -340,7 +342,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -449,7 +451,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build Chef CI examples on all platforms

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -33,7 +35,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:41
image: ghcr.io/project-chip/chip-build:47
options: --user root

steps:
Expand All @@ -54,7 +56,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-esp32:41
image: ghcr.io/project-chip/chip-build-esp32:47
options: --user root

steps:
Expand All @@ -75,7 +77,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nrf-platform:41
image: ghcr.io/project-chip/chip-build-nrf-platform:47
options: --user root

steps:
Expand All @@ -96,7 +98,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-telink:41
image: ghcr.io/project-chip/chip-build-telink:47
options: --user root

steps:
Expand All @@ -108,7 +110,7 @@ jobs:
platform: telink
# - name: Update Zephyr to specific revision (for developers purpose)
# shell: bash
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b5c8028ec94f3efa69decff3a09f0d6f8a21fd6d"
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 65dc1812431bf946dfc110682298acf83d63e27a"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Cirque

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand All @@ -40,7 +42,7 @@ jobs:
# need to run with privilege, which isn't supported by job.XXX.contaner
# https://github.com/actions/container-action/issues/2
# container:
# image: ghcr.io/project-chip/chip-build-cirque:41
# image: ghcr.io/project-chip/chip-build-cirque:47
# volumes:
# - "/tmp:/tmp"
# - "/dev/pts:/dev/pts"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Darwin Tests

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Darwin

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down Expand Up @@ -73,9 +75,6 @@ jobs:
options: # We don't need a full matrix
- flavor: asan
arguments: -enableAddressSanitizer YES -enableUndefinedBehaviorSanitizer YES
- flavor: asan-global-storage
arguments: -enableAddressSanitizer YES -enableUndefinedBehaviorSanitizer YES
defines: MTR_PER_CONTROLLER_STORAGE_ENABLED=0
- flavor: tsan
arguments: -enableThreadSanitizer YES
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/project-chip/chip-build-doxygen:41
image: ghcr.io/project-chip/chip-build-doxygen:47

if: github.actor != 'restyled-io[bot]'

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Ameba

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -36,7 +38,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-ameba:42
image: ghcr.io/project-chip/chip-build-ameba:47
options: --user root

steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - ASR

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -34,7 +36,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-asr:41
image: ghcr.io/project-chip/chip-build-asr:47
options: --user root

steps:
Expand All @@ -60,4 +62,4 @@ jobs:
--target asr-asr582x-dishwasher \
--target asr-asr582x-refrigerator \
build \
"
"
4 changes: 3 additions & 1 deletion .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - BouffaloLab

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand All @@ -35,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-bouffalolab:41
image: ghcr.io/project-chip/chip-build-bouffalolab:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Build example - TI CC26X2X7
name: Build example - TI CC13XX_26XX

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -26,17 +28,17 @@ env:
CHIP_NO_LOG_TIMESTAMPS: true

jobs:
cc26x2x7:
name: cc26x2x7
cc13xx_26xx:
name: cc13xx_26xx

env:
BUILD_TYPE: gn_cc26x2x7
BUILD_TYPE: gn_cc13xx_26xx

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-ti:46
image: ghcr.io/project-chip/chip-build-ti:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down Expand Up @@ -97,11 +99,6 @@ jobs:
cc13x4_26x4 LP_EM_CC1354P10_6 lighting-app \
out/artifacts/ti-cc13x4_26x4-lighting-mtd/chip-LP_EM_CC1354P10_6-lighting-example.out \
/tmp/bloat_reports/
- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
with:
platform-name: cc13x2x7_26x2x7
- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - TI CC32XX

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -37,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-ti:46
image: ghcr.io/project-chip/chip-build-ti:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - EFR32

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -38,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-efr32:41
image: ghcr.io/project-chip/chip-build-efr32:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - ESP32

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -34,7 +36,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-esp32:41
image: ghcr.io/project-chip/chip-build-esp32:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down Expand Up @@ -124,7 +126,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-esp32:41
image: ghcr.io/project-chip/chip-build-esp32:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Infineon

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:
workflow_dispatch:
Expand All @@ -35,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-infineon:41
image: ghcr.io/project-chip/chip-build-infineon:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down Expand Up @@ -144,4 +146,4 @@ jobs:
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
with:
platform-name: Infineon
platform-name: Infineon
4 changes: 3 additions & 1 deletion .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Build example - Linux ARM

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
merge_group:

Expand All @@ -34,7 +36,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-crosscompile:41
image: ghcr.io/project-chip/chip-build-crosscompile:47
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
Loading

0 comments on commit 70116ac

Please sign in to comment.