-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/contribution-thread
- Loading branch information
Showing
1,009 changed files
with
130,975 additions
and
138,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.6.05 | ||
image: connectedhomeip/chip-build:0.6.06 | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.6.05 | ||
image: connectedhomeip/chip-build:0.6.06 | ||
volumes: | ||
- "/tmp/log_output:/tmp/test_logs" | ||
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 | ||
|
@@ -47,7 +47,7 @@ jobs: | |
env: | ||
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} | ||
run: echo "$CONCURRENCY_CONTEXT" | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -66,7 +66,7 @@ jobs: | |
timeout-minutes: 10 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: Uploading bootstrap logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ always() && !env.ACT }} | ||
with: | ||
name: bootstrap-logs | ||
|
@@ -105,7 +105,7 @@ jobs: | |
timeout-minutes: 20 | ||
run: scripts/run_in_build_env.sh "ninja -C ./out" | ||
- name: Uploading core files | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: crash-core-linux-gcc-debug | ||
|
@@ -118,7 +118,7 @@ jobs: | |
# If re-enabling, some subset of this should be picked | ||
# | ||
# - name: Uploading objdir for debugging | ||
# uses: actions/upload-artifact@v2 | ||
# uses: actions/upload-artifact@v3 | ||
# if: ${{ failure() && !env.ACT }} | ||
# with: | ||
# name: crash-objdir-linux-gcc-debug | ||
|
@@ -133,7 +133,7 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.6.05 | ||
image: connectedhomeip/chip-build:0.6.06 | ||
volumes: | ||
- "/tmp/log_output:/tmp/test_logs" | ||
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 | ||
|
@@ -148,7 +148,7 @@ jobs: | |
env: | ||
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} | ||
run: echo "$CONCURRENCY_CONTEXT" | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -172,7 +172,7 @@ jobs: | |
timeout-minutes: 10 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: Uploading bootstrap logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ always() && !env.ACT }} | ||
with: | ||
name: bootstrap-logs | ||
|
@@ -241,7 +241,7 @@ jobs: | |
./scripts/run_in_build_env.sh \ | ||
"./scripts/build/build_examples.py --no-log-timestamps --target linux-fake-tests build" | ||
- name: Uploading core files | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: crash-core-linux | ||
|
@@ -254,7 +254,7 @@ jobs: | |
# If re-enabling, some subset of this should be picked | ||
# | ||
# - name: Uploading objdir for debugging | ||
# uses: actions/upload-artifact@v2 | ||
# uses: actions/upload-artifact@v3 | ||
# if: ${{ failure() && !env.ACT }} | ||
# with: | ||
# name: crash-objdir-linux | ||
|
@@ -287,7 +287,7 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.6.05 | ||
image: connectedhomeip/chip-build:0.6.06 | ||
volumes: | ||
- "/tmp/log_output:/tmp/test_logs" | ||
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0 | ||
|
@@ -302,7 +302,7 @@ jobs: | |
env: | ||
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} | ||
run: echo "$CONCURRENCY_CONTEXT" | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -336,7 +336,7 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -368,7 +368,7 @@ jobs: | |
timeout-minutes: 25 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: Uploading bootstrap logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ always() && !env.ACT }} | ||
with: | ||
name: bootstrap-logs | ||
|
@@ -419,7 +419,7 @@ jobs: | |
check \ | ||
" | ||
- name: Uploading diagnostic logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: crash-log-darwin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,11 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.6.05 | ||
image: connectedhomeip/chip-build:0.6.06 | ||
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -57,11 +57,11 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build-esp32:0.6.05 | ||
image: connectedhomeip/chip-build-esp32:0.6.06 | ||
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -85,11 +85,11 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build-nrf-platform:0.6.05 | ||
image: connectedhomeip/chip-build-nrf-platform:0.6.06 | ||
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
timeout-minutes: 90 | ||
|
||
env: | ||
DOCKER_RUN_VERSION: 0.6.05 | ||
DOCKER_RUN_VERSION: 0.6.06 | ||
GITHUB_CACHE_PATH: /tmp/cirque-cache/ | ||
|
||
runs-on: ubuntu-latest | ||
|
@@ -38,7 +38,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: connectedhomeip/chip-build-cirque:0.6.05 | ||
# image: connectedhomeip/chip-build-cirque:0.6.06 | ||
# volumes: | ||
# - "/tmp:/tmp" | ||
# - "/dev/pts:/dev/pts" | ||
|
@@ -48,7 +48,7 @@ jobs: | |
# options: "--privileged" | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -125,7 +125,7 @@ jobs: | |
--volume /dev/pts:/dev/pts \ | ||
-- scripts/tests/cirque_tests.sh run_all_tests | ||
- name: Uploading Binaries | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ always() && !env.ACT }} | ||
with: | ||
name: cirque_log-${{steps.outsuffix.outputs.value}}-logs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -73,7 +73,7 @@ jobs: | |
timeout-minutes: 25 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: Uploading bootstrap logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ always() && !env.ACT }} | ||
with: | ||
name: bootstrap-logs-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} | ||
|
@@ -116,21 +116,21 @@ jobs: | |
--bridge-app ./out/darwin-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ | ||
" | ||
- name: Uploading core files | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: crash-core-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} | ||
path: /cores/ | ||
# Cores are big; don't hold on to them too long. | ||
retention-days: 5 | ||
- name: Uploading diagnostic logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: crash-log-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} | ||
path: ~/Library/Logs/DiagnosticReports/ | ||
- name: Uploading objdir for debugging | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: crash-objdir-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -56,7 +56,7 @@ jobs: | |
timeout-minutes: 25 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: Uploading bootstrap logs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ always() && !env.ACT }} | ||
with: | ||
name: bootstrap-logs | ||
|
@@ -129,7 +129,7 @@ jobs: | |
xcodebuild test -target "Matter" -scheme "Matter Framework Tests" -sdk macosx OTHER_CFLAGS='${inherited} -Werror -Wconversion -Wno-incomplete-umbrella -Wno-unguarded-availability-new' > >(tee /tmp/darwin/framework-tests/darwin-tests.log) 2> >(tee /tmp/darwin/framework-tests/darwin-tests-err.log >&2) | ||
working-directory: src/darwin/Framework | ||
- name: Uploading log files | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ failure() && !env.ACT }} | ||
with: | ||
name: darwin-framework-test-logs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
#- "-vscode" | ||
- "-zap" | ||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,14 +82,14 @@ jobs: | |
|
||
runs-on: ubuntu-20.04 | ||
container: | ||
image: connectedhomeip/chip-build-doxygen:0.6.05 | ||
image: connectedhomeip/chip-build-doxygen:0.6.06 | ||
|
||
if: github.actor != 'restyled-io[bot]' | ||
|
||
steps: | ||
- name: "Print Actor" | ||
run: echo ${{github.actor}} | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,11 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
container: | ||
image: connectedhomeip/chip-build-ameba:0.6.05 | ||
image: connectedhomeip/chip-build-ameba:0.6.06 | ||
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -72,7 +72,7 @@ jobs: | |
out/bouffalolab-bl602-iot-matter-v1-light-115200-rpc/chip-bl602-lighting-example.out /tmp/bloat_reports/ | ||
- name: Uploading Size Reports | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ !env.ACT }} | ||
with: | ||
name: Size,BL602-Examples,${{ env.GH_EVENT_PR }},${{ env.GH_EVENT_HASH }},${{ env.GH_EVENT_PARENT }},${{ github.event_name }} | ||
|
@@ -91,7 +91,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -126,7 +126,7 @@ jobs: | |
out/bouffalolab-xt-zb6-devkit-light-115200-rpc/chip-bl702-lighting-example.out /tmp/bloat_reports/ | ||
- name: Uploading Size Reports | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v3 | ||
if: ${{ !env.ACT }} | ||
with: | ||
name: Size,BL702-Examples,${{ env.GH_EVENT_PR }},${{ env.GH_EVENT_HASH }},${{ env.GH_EVENT_PARENT }},${{ github.event_name }} | ||
|
Oops, something went wrong.