Skip to content

Commit 8311378

Browse files
pankoreandy31415
authored andcommitted
update ci to 0.7.2 (#26409)
* update ci to 0.7.2 * Constrain bitstring to be less than 4 --------- Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 0b88ad0 commit 8311378

38 files changed

+59
-59
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": {
1818
"dockerfile": "Dockerfile",
1919
"args": {
20-
"BUILD_VERSION": "0.7.0"
20+
"BUILD_VERSION": "0.7.2"
2121
}
2222
},
2323
"remoteUser": "vscode",

.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
container:
36-
image: connectedhomeip/chip-build:0.7.0
36+
image: connectedhomeip/chip-build:0.7.2
3737

3838
steps:
3939
- uses: Wandalen/wretry.action@v1.0.36

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build:0.7.0
39+
image: connectedhomeip/chip-build:0.7.2
4040
volumes:
4141
- "/tmp/log_output:/tmp/test_logs"
4242
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -148,7 +148,7 @@ jobs:
148148
if: github.actor != 'restyled-io[bot]'
149149

150150
container:
151-
image: connectedhomeip/chip-build:0.7.0
151+
image: connectedhomeip/chip-build:0.7.2
152152
volumes:
153153
- "/tmp/log_output:/tmp/test_logs"
154154
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -320,7 +320,7 @@ jobs:
320320
if: github.actor != 'restyled-io[bot]'
321321

322322
container:
323-
image: connectedhomeip/chip-build:0.7.0
323+
image: connectedhomeip/chip-build:0.7.2
324324
volumes:
325325
- "/tmp/log_output:/tmp/test_logs"
326326
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -487,7 +487,7 @@ jobs:
487487
if: github.actor != 'restyled-io[bot]'
488488

489489
container:
490-
image: connectedhomeip/chip-build:0.7.0
490+
image: connectedhomeip/chip-build:0.7.2
491491
volumes:
492492
- "/tmp/log_output:/tmp/test_logs"
493493
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0

.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.actor != 'restyled-io[bot]'
3131

3232
container:
33-
image: connectedhomeip/chip-build:0.7.0
33+
image: connectedhomeip/chip-build:0.7.2
3434
options: --user root
3535

3636
steps:
@@ -66,7 +66,7 @@ jobs:
6666
if: github.actor != 'restyled-io[bot]'
6767

6868
container:
69-
image: connectedhomeip/chip-build-esp32:0.7.0
69+
image: connectedhomeip/chip-build-esp32:0.7.2
7070
options: --user root
7171

7272
steps:
@@ -102,7 +102,7 @@ jobs:
102102
if: github.actor != 'restyled-io[bot]'
103103

104104
container:
105-
image: connectedhomeip/chip-build-nrf-platform:0.7.0
105+
image: connectedhomeip/chip-build-nrf-platform:0.7.2
106106
options: --user root
107107

108108
steps:

.github/workflows/cirque.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 90
3131

3232
env:
33-
DOCKER_RUN_VERSION: 0.7.0
33+
DOCKER_RUN_VERSION: 0.7.2
3434
GITHUB_CACHE_PATH: /tmp/cirque-cache
3535

3636
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
3939
# need to run with privilege, which isn't supported by job.XXX.contaner
4040
# https://github.com/actions/container-action/issues/2
4141
# container:
42-
# image: connectedhomeip/chip-build-cirque:0.7.0
42+
# image: connectedhomeip/chip-build-cirque:0.7.2
4343
# volumes:
4444
# - "/tmp:/tmp"
4545
# - "/dev/pts:/dev/pts"

.github/workflows/doxygen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
runs-on: ubuntu-latest
8484
container:
85-
image: connectedhomeip/chip-build-doxygen:0.7.0
85+
image: connectedhomeip/chip-build-doxygen:0.7.2
8686

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

.github/workflows/examples-ameba.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build-ameba:0.7.0
39+
image: connectedhomeip/chip-build-ameba:0.7.2
4040
options: --user root
4141

4242
steps:

.github/workflows/examples-bouffalolab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build-bouffalolab:0.7.0
39+
image: connectedhomeip/chip-build-bouffalolab:0.7.2
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242
steps:

.github/workflows/examples-cc13x2x7_26x2x7.yaml

+1-1
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: connectedhomeip/chip-build-ti:0.7.0
41+
image: connectedhomeip/chip-build-ti:0.7.2
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-cc32xx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-ti:0.7.0
38+
image: connectedhomeip/chip-build-ti:0.7.2
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

.github/workflows/examples-efr32.yaml

+1-1
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: connectedhomeip/chip-build-efr32:0.7.0
42+
image: connectedhomeip/chip-build-efr32:0.7.2
4343
volumes:
4444
- "/tmp/bloat_reports:/tmp/bloat_reports"
4545
steps:

.github/workflows/examples-esp32.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-esp32:0.7.0
38+
image: connectedhomeip/chip-build-esp32:0.7.2
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141

@@ -160,7 +160,7 @@ jobs:
160160
if: github.actor != 'restyled-io[bot]'
161161

162162
container:
163-
image: connectedhomeip/chip-build-esp32:0.7.0
163+
image: connectedhomeip/chip-build-esp32:0.7.2
164164
volumes:
165165
- "/tmp/bloat_reports:/tmp/bloat_reports"
166166

.github/workflows/examples-infineon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build-infineon:0.7.0
39+
image: connectedhomeip/chip-build-infineon:0.7.2
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242
steps:

.github/workflows/examples-k32w.yaml

+1-1
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: connectedhomeip/chip-build-k32w:0.7.0
41+
image: connectedhomeip/chip-build-k32w:0.7.2
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-linux-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-crosscompile:0.7.0
38+
image: connectedhomeip/chip-build-crosscompile:0.7.2
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141

.github/workflows/examples-linux-imx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-imx:0.7.0
38+
image: connectedhomeip/chip-build-imx:0.7.2
3939

4040
steps:
4141
- uses: Wandalen/wretry.action@v1.0.36

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build:0.7.0
38+
image: connectedhomeip/chip-build:0.7.2
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141

.github/workflows/examples-mbed.yaml

+1-1
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: connectedhomeip/chip-build-mbed-os:0.7.0
44+
image: connectedhomeip/chip-build-mbed-os:0.7.2
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747

.github/workflows/examples-mw320.yaml

+1-1
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: connectedhomeip/chip-build:0.7.0
41+
image: connectedhomeip/chip-build:0.7.2
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-nrfconnect.yaml

+1-1
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: connectedhomeip/chip-build-nrf-platform:0.7.0
41+
image: connectedhomeip/chip-build-nrf-platform:0.7.2
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444

.github/workflows/examples-openiotsdk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build-openiotsdk:0.7.0
39+
image: connectedhomeip/chip-build-openiotsdk:0.7.2
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242
options: --privileged

.github/workflows/examples-qpg.yaml

+1-1
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: connectedhomeip/chip-build:0.7.0
41+
image: connectedhomeip/chip-build:0.7.2
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build-telink:0.6.53
39+
image: connectedhomeip/chip-build-telink:0.7.2
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242

.github/workflows/examples-tizen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-tizen:0.7.0
37+
image: connectedhomeip/chip-build-tizen:0.7.2
3838
options: --user root
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"

.github/workflows/full-android.yaml

+1-1
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: connectedhomeip/chip-build-android:0.7.0
40+
image: connectedhomeip/chip-build-android:0.7.2
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343

.github/workflows/fuzzing-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build:0.7.0
37+
image: connectedhomeip/chip-build:0.7.2
3838
volumes:
3939
- "/tmp/log_output:/tmp/test_logs"
4040

.github/workflows/qemu.yaml

+2-2
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: connectedhomeip/chip-build-esp32-qemu:0.7.0
42+
image: connectedhomeip/chip-build-esp32-qemu:0.7.2
4343
volumes:
4444
- "/tmp/log_output:/tmp/test_logs"
4545

@@ -103,7 +103,7 @@ jobs:
103103
if: github.actor != 'restyled-io[bot]'
104104

105105
container:
106-
image: connectedhomeip/chip-build-tizen-qemu:0.7.0
106+
image: connectedhomeip/chip-build-tizen-qemu:0.7.2
107107
volumes:
108108
- "/tmp/log_output:/tmp/test_logs"
109109

.github/workflows/release_artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
container:
32-
image: connectedhomeip/chip-build-esp32:0.7.0
32+
image: connectedhomeip/chip-build-esp32:0.7.2
3333

3434
steps:
3535
- uses: Wandalen/wretry.action@v1.0.36
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686

8787
container:
88-
image: connectedhomeip/chip-build-efr32:0.7.0
88+
image: connectedhomeip/chip-build-efr32:0.7.2
8989
steps:
9090
- uses: Wandalen/wretry.action@v1.0.36
9191
name: Checkout

.github/workflows/smoketest-android.yaml

+1-1
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: connectedhomeip/chip-build-android:0.7.0
41+
image: connectedhomeip/chip-build-android:0.7.2
4242
volumes:
4343
- "/tmp/log_output:/tmp/test_logs"
4444

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
container:
51-
image: connectedhomeip/chip-build:0.7.0
51+
image: connectedhomeip/chip-build:0.7.2
5252
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
5353
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
5454

@@ -442,7 +442,7 @@ jobs:
442442
runs-on: ubuntu-latest
443443

444444
container:
445-
image: connectedhomeip/chip-build:0.7.0
445+
image: connectedhomeip/chip-build:0.7.2
446446
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
447447
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
448448

@@ -529,7 +529,7 @@ jobs:
529529
runs-on: ubuntu-latest
530530

531531
container:
532-
image: connectedhomeip/chip-build-java:0.7.0
532+
image: connectedhomeip/chip-build-java:0.7.2
533533
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
534534
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
535535

.github/workflows/unit_integration_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
container:
41-
image: connectedhomeip/chip-build:0.7.0
41+
image: connectedhomeip/chip-build:0.7.2
4242
volumes:
4343
- "/tmp/log_output:/tmp/test_logs"
4444
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"

.github/workflows/zap_regeneration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
runs-on: ubuntu-20.04
3030
container:
31-
image: connectedhomeip/chip-build:0.7.0
31+
image: connectedhomeip/chip-build:0.7.2
3232
defaults:
3333
run:
3434
shell: sh

.github/workflows/zap_templates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
runs-on: ubuntu-20.04
3232
container:
33-
image: connectedhomeip/chip-build:0.7.0
33+
image: connectedhomeip/chip-build:0.7.2
3434
defaults:
3535
run:
3636
shell: sh

0 commit comments

Comments
 (0)