Skip to content

Commit c7bacb9

Browse files
authored
Thread: add OpenThread Commissioner (project-chip#42578)
1 parent 935a5b7 commit c7bacb9

62 files changed

Lines changed: 543 additions & 97 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bloat_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
container:
37-
image: ghcr.io/project-chip/chip-build:177
37+
image: ghcr.io/project-chip/chip-build:181
3838

3939
steps:
4040
- name: Checkout

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.actor != 'restyled-io[bot]'
4444

4545
container:
46-
image: ghcr.io/project-chip/chip-build:177
46+
image: ghcr.io/project-chip/chip-build:181
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -153,7 +153,7 @@ jobs:
153153
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
154154

155155
container:
156-
image: ghcr.io/project-chip/chip-build:177
156+
image: ghcr.io/project-chip/chip-build:181
157157
volumes:
158158
- "/:/runner-root-volume"
159159
- "/tmp/log_output:/tmp/test_logs"
@@ -326,7 +326,7 @@ jobs:
326326
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
327327

328328
container:
329-
image: ghcr.io/project-chip/chip-build:177
329+
image: ghcr.io/project-chip/chip-build:181
330330
volumes:
331331
- "/:/runner-root-volume"
332332
- "/tmp/log_output:/tmp/test_logs"
@@ -389,7 +389,7 @@ jobs:
389389
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
390390

391391
container:
392-
image: ghcr.io/project-chip/chip-build:177
392+
image: ghcr.io/project-chip/chip-build:181
393393
volumes:
394394
- "/:/runner-root-volume"
395395
- "/tmp/log_output:/tmp/test_logs"
@@ -515,7 +515,7 @@ jobs:
515515
runs-on: namespace-profile-4x8
516516

517517
container:
518-
image: ghcr.io/project-chip/chip-build:177
518+
image: ghcr.io/project-chip/chip-build:181
519519
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
520520
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
521521

.github/workflows/chef.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: ghcr.io/project-chip/chip-build:177
40+
image: ghcr.io/project-chip/chip-build:181
4141
volumes:
4242
- "/:/runner-root-volume"
4343
options: --user root
@@ -60,7 +60,7 @@ jobs:
6060
timeout-minutes: 90
6161
runs-on: ubuntu-latest
6262
container:
63-
image: ghcr.io/project-chip/chip-build:177
63+
image: ghcr.io/project-chip/chip-build:181
6464
options: >-
6565
--privileged
6666
--sysctl net.ipv6.conf.all.disable_ipv6=0
@@ -98,7 +98,7 @@ jobs:
9898
if: github.actor != 'restyled-io[bot]'
9999

100100
container:
101-
image: ghcr.io/project-chip/chip-build-esp32:177
101+
image: ghcr.io/project-chip/chip-build-esp32:181
102102
volumes:
103103
- "/:/runner-root-volume"
104104
options: --user root
@@ -122,7 +122,7 @@ jobs:
122122
if: github.actor != 'restyled-io[bot]'
123123

124124
container:
125-
image: ghcr.io/project-chip/chip-build-nrf-platform:177
125+
image: ghcr.io/project-chip/chip-build-nrf-platform:181
126126
volumes:
127127
- "/:/runner-root-volume"
128128
options: --user root
@@ -145,7 +145,7 @@ jobs:
145145
if: github.actor != 'restyled-io[bot]'
146146

147147
container:
148-
image: ghcr.io/project-chip/chip-build-telink:177
148+
image: ghcr.io/project-chip/chip-build-telink:181
149149
volumes:
150150
- "/:/runner-root-volume"
151151
options: --user root

.github/workflows/doxygen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
push:
1919
branches:
2020
- master
21-
- 'v*-branch'
21+
- 'v*-branch'
2222
paths:
2323
- "**.do[xc]"
2424
- "**.c[cs]?"
@@ -84,7 +84,7 @@ jobs:
8484

8585
runs-on: ubuntu-latest
8686
container:
87-
image: ghcr.io/project-chip/chip-build-doxygen:177
87+
image: ghcr.io/project-chip/chip-build-doxygen:181
8888

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

.github/workflows/examples-ameba.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.actor != 'restyled-io[bot]'
4040

4141
container:
42-
image: ghcr.io/project-chip/chip-build-ameba:177
42+
image: ghcr.io/project-chip/chip-build-ameba:181
4343
options: --user root
4444

4545
steps:

.github/workflows/examples-asr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: ghcr.io/project-chip/chip-build-asr:177
40+
image: ghcr.io/project-chip/chip-build-asr:181
4141
options: --user root
4242

4343
steps:

.github/workflows/examples-bouffalolab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: ghcr.io/project-chip/chip-build-bouffalolab:177
41+
image: ghcr.io/project-chip/chip-build-bouffalolab:181
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-cc13xx_26xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.actor != 'restyled-io[bot]'
4343

4444
container:
45-
image: ghcr.io/project-chip/chip-build-ti:177
45+
image: ghcr.io/project-chip/chip-build-ti:181
4646
volumes:
4747
- "/:/runner-root-volume"
4848
- "/tmp/bloat_reports:/tmp/bloat_reports"

.github/workflows/examples-cc32xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.actor != 'restyled-io[bot]'
4242

4343
container:
44-
image: ghcr.io/project-chip/chip-build-ti:177
44+
image: ghcr.io/project-chip/chip-build-ti:181
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

.github/workflows/examples-efr32.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.actor != 'restyled-io[bot]'
4242

4343
container:
44-
image: ghcr.io/project-chip/chip-build-efr32:177
44+
image: ghcr.io/project-chip/chip-build-efr32:181
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

0 commit comments

Comments
 (0)