-
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.
- Loading branch information
Showing
246 changed files
with
36,341 additions
and
50,640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -61,7 +61,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/[email protected].15 | ||
- uses: Wandalen/[email protected].36 | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
|
@@ -89,7 +89,7 @@ jobs: | |
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 |
---|---|---|
|
@@ -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 |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
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 }} | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,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 | ||
|
@@ -57,7 +57,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: | |
out/artifacts/cc13x2x7_26x2x7-shell/chip-LP_CC2652R7-shell-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,cc13x2x7_26x2x7-Examples,${{ env.GH_EVENT_PR }},${{ env.GH_EVENT_HASH }},${{ env.GH_EVENT_PARENT }},${{ github.event_name }} | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,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 | ||
|
@@ -63,7 +63,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 | ||
|
@@ -116,7 +116,7 @@ jobs: | |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+rs911x lighting-app \ | ||
out/lighting_app_wifi_rs911x/BRD4161A/chip-efr32-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,EFR32-Examples,${{ env.GH_EVENT_PR }},${{ env.GH_EVENT_HASH }},${{ env.GH_EVENT_PARENT }},${{ github.event_name }} | ||
|
Oops, something went wrong.