Skip to content

Commit e59000e

Browse files
pankoreandy31415
andauthored
use docker image 0.6.27 (project-chip#24273)
* use docker image 0.6.27 * [mbedtls] Update filepath Fix CI error for new docker image. * Move cloudbuild and chef back to 0.6.18 for compilation until NRF is compatible with latest SDK * Do not update the telink docker image yet Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 3012b18 commit e59000e

37 files changed

+57
-53
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.6.18"
20+
"BUILD_VERSION": "0.6.27"
2121
}
2222
},
2323
"remoteUser": "vscode",

.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
container:
33-
image: connectedhomeip/chip-build:0.6.18
33+
image: connectedhomeip/chip-build:0.6.27
3434

3535
steps:
3636
- uses: Wandalen/wretry.action@v1.0.36

.github/workflows/build.yaml

+3-3
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.6.18
39+
image: connectedhomeip/chip-build:0.6.27
4040
volumes:
4141
- "/tmp/log_output:/tmp/test_logs"
4242
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: connectedhomeip/chip-build:0.6.18
141+
image: connectedhomeip/chip-build:0.6.27
142142
volumes:
143143
- "/tmp/log_output:/tmp/test_logs"
144144
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -308,7 +308,7 @@ jobs:
308308
if: github.actor != 'restyled-io[bot]'
309309

310310
container:
311-
image: connectedhomeip/chip-build:0.6.18
311+
image: connectedhomeip/chip-build:0.6.27
312312
volumes:
313313
- "/tmp/log_output:/tmp/test_logs"
314314
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0

.github/workflows/chef.yaml

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

3131
container:
32-
image: connectedhomeip/chip-build:0.6.18
32+
image: connectedhomeip/chip-build:0.6.27
3333
options: --user root
3434

3535
steps:
@@ -57,7 +57,7 @@ jobs:
5757
if: github.actor != 'restyled-io[bot]'
5858

5959
container:
60-
image: connectedhomeip/chip-build-esp32:0.6.18
60+
image: connectedhomeip/chip-build-esp32:0.6.27
6161
options: --user root
6262

6363
steps:
@@ -85,6 +85,7 @@ jobs:
8585
if: github.actor != 'restyled-io[bot]'
8686

8787
container:
88+
# TODO: update this to connectedhomeip/chip-build-vscode:0.6.27 once we can compile with latest NRF
8889
image: connectedhomeip/chip-build-nrf-platform:0.6.18
8990
options: --user root
9091

.github/workflows/cirque.yaml

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

3131
env:
32-
DOCKER_RUN_VERSION: 0.6.18
32+
DOCKER_RUN_VERSION: 0.6.27
3333
GITHUB_CACHE_PATH: /tmp/cirque-cache/
3434

3535
runs-on: ubuntu-latest
@@ -38,7 +38,7 @@ jobs:
3838
# need to run with privilege, which isn't supported by job.XXX.contaner
3939
# https://github.com/actions/container-action/issues/2
4040
# container:
41-
# image: connectedhomeip/chip-build-cirque:0.6.18
41+
# image: connectedhomeip/chip-build-cirque:0.6.27
4242
# volumes:
4343
# - "/tmp:/tmp"
4444
# - "/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-20.04
8484
container:
85-
image: connectedhomeip/chip-build-doxygen:0.6.18
85+
image: connectedhomeip/chip-build-doxygen:0.6.27
8686

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

.github/workflows/examples-ameba.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-ameba:0.6.18
38+
image: connectedhomeip/chip-build-ameba:0.6.27
3939
options: --user root
4040

4141
steps:

.github/workflows/examples-bouffalolab.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-bouffalolab:0.6.18
38+
image: connectedhomeip/chip-build-bouffalolab:0.6.27
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

.github/workflows/examples-cc13x2x7_26x2x7.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-ti:0.6.18
40+
image: connectedhomeip/chip-build-ti:0.6.27
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-efr32.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-efr32:0.6.18
41+
image: connectedhomeip/chip-build-efr32:0.6.27
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-esp32.yaml

+2-2
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-esp32:0.6.18
37+
image: connectedhomeip/chip-build-esp32:0.6.27
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

@@ -140,7 +140,7 @@ jobs:
140140
if: github.actor != 'restyled-io[bot]'
141141

142142
container:
143-
image: connectedhomeip/chip-build-esp32:0.6.18
143+
image: connectedhomeip/chip-build-esp32:0.6.27
144144
volumes:
145145
- "/tmp/bloat_reports:/tmp/bloat_reports"
146146

.github/workflows/examples-infineon.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-infineon:0.6.18
38+
image: connectedhomeip/chip-build-infineon:0.6.27
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

.github/workflows/examples-k32w.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-k32w:0.6.18
40+
image: connectedhomeip/chip-build-k32w:0.6.27
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-linux-arm.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-crosscompile:0.6.18
37+
image: connectedhomeip/chip-build-crosscompile:0.6.27
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

.github/workflows/examples-linux-imx.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-imx:0.6.18
37+
image: connectedhomeip/chip-build-imx:0.6.27
3838

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

.github/workflows/examples-linux-standalone.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.6.18
37+
image: connectedhomeip/chip-build:0.6.27
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

.github/workflows/examples-mbed.yaml

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

4242
container:
43-
image: connectedhomeip/chip-build-mbed-os:0.6.18
43+
image: connectedhomeip/chip-build-mbed-os:0.6.27
4444
volumes:
4545
- "/tmp/bloat_reports:/tmp/bloat_reports"
4646

.github/workflows/examples-mw320.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:0.6.18
40+
image: connectedhomeip/chip-build:0.6.27
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-nrfconnect.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-nrf-platform:0.6.18
40+
image: connectedhomeip/chip-build-nrf-platform:0.6.27
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343

.github/workflows/examples-openiotsdk.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-openiotsdk:0.6.18
38+
image: connectedhomeip/chip-build-openiotsdk:0.6.27
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
options: --privileged

.github/workflows/examples-qpg.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:0.6.18
40+
image: connectedhomeip/chip-build:0.6.27
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-telink.yaml

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

3737
container:
38+
# TODO: update this to connectedhomeip/chip-build-vscode:0.6.27 once we can compile
3839
image: connectedhomeip/chip-build-telink:0.6.18
3940
volumes:
4041
- "/tmp/bloat_reports:/tmp/bloat_reports"

.github/workflows/examples-tizen.yaml

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

3535
container:
36-
image: connectedhomeip/chip-build-tizen:0.6.18
36+
image: connectedhomeip/chip-build-tizen:0.6.27
3737
options: --user root
3838
volumes:
3939
- "/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.6.18
40+
image: connectedhomeip/chip-build-android:0.6.27
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.6.18
37+
image: connectedhomeip/chip-build:0.6.27
3838
volumes:
3939
- "/tmp/log_output:/tmp/test_logs"
4040

.github/workflows/qemu.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-esp32-qemu:0.6.18
40+
image: connectedhomeip/chip-build-esp32-qemu:0.6.27
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343

.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.6.18
32+
image: connectedhomeip/chip-build-esp32:0.6.27
3333

3434
steps:
3535
- uses: Wandalen/wretry.action@v1.0.36
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
container:
78-
image: connectedhomeip/chip-build-efr32:0.6.18
78+
image: connectedhomeip/chip-build-efr32:0.6.27
7979
steps:
8080
- uses: Wandalen/wretry.action@v1.0.36
8181
name: Checkout

.github/workflows/smoketest-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.6.18
40+
image: connectedhomeip/chip-build-android:0.6.27
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343

.github/workflows/tests.yaml

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

4949
container:
50-
image: connectedhomeip/chip-build:0.6.18
50+
image: connectedhomeip/chip-build:0.6.27
5151
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
5252
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
5353

@@ -352,7 +352,7 @@ jobs:
352352
runs-on: ubuntu-latest
353353

354354
container:
355-
image: connectedhomeip/chip-build:0.6.18
355+
image: connectedhomeip/chip-build:0.6.27
356356
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
357357
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
358358

@@ -426,7 +426,7 @@ jobs:
426426
runs-on: ubuntu-latest
427427

428428
container:
429-
image: connectedhomeip/chip-build:0.6.18
429+
image: connectedhomeip/chip-build:0.6.27
430430
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
431431
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
432432

.github/workflows/unit_integration_test.yaml

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

3939
container:
40-
image: connectedhomeip/chip-build:0.6.18
40+
image: connectedhomeip/chip-build:0.6.27
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343
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.6.25
31+
image: connectedhomeip/chip-build:0.6.27
3232
defaults:
3333
run:
3434
shell: sh

.github/workflows/zap_templates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
runs-on: ubuntu-20.04
3131
container:
32-
image: connectedhomeip/chip-build:0.6.25
32+
image: connectedhomeip/chip-build:0.6.27
3333
defaults:
3434
run:
3535
shell: sh

integrations/cloudbuild/build-all.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- "--init"
77
- "--recursive"
88
id: Submodules
9-
- name: "connectedhomeip/chip-build-vscode:0.6.18"
9+
- name: "connectedhomeip/chip-build-vscode:0.6.27"
1010
env:
1111
- PW_ENVIRONMENT_ROOT=/pwenv
1212
args:
@@ -21,7 +21,7 @@ steps:
2121
path: /pwenv
2222
timeout: 900s
2323

24-
- name: "connectedhomeip/chip-build-vscode:0.6.18"
24+
- name: "connectedhomeip/chip-build-vscode:0.6.27"
2525
env:
2626
- PW_ENVIRONMENT_ROOT=/pwenv
2727
args:
@@ -76,6 +76,7 @@ steps:
7676
--target k32w-shell
7777
build
7878
--create-archives /workspace/artifacts/
79+
# TODO: update this to connectedhomeip/chip-build-vscode:0.6.27 once we can compile with latest NRF
7980
- name: "connectedhomeip/chip-build-vscode:0.6.18"
8081
env:
8182
- PW_ENVIRONMENT_ROOT=/pwenv

0 commit comments

Comments
 (0)