Skip to content

Commit a0f77c5

Browse files
committed
Bump chip-build-vscode images to 78
1 parent d7db712 commit a0f77c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

integrations/cloudbuild/smoke-test.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
33
entrypoint: "bash"
44
args:
55
- "-c"
66
- |
77
git config --global --add safe.directory "*"
88
python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android
99
id: Submodules
10-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
1111
# NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting
1212
# jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3)
1313
env:
@@ -24,7 +24,7 @@ steps:
2424
path: /pwenv
2525
timeout: 900s
2626

27-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
27+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
2828
id: ESP32
2929
env:
3030
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -45,7 +45,7 @@ steps:
4545
volumes:
4646
- name: pwenv
4747
path: /pwenv
48-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
48+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
4949
id: NRFConnect
5050
env:
5151
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -66,7 +66,7 @@ steps:
6666
- name: pwenv
6767
path: /pwenv
6868

69-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
69+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
7070
id: EFR32
7171
env:
7272
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -88,7 +88,7 @@ steps:
8888
- name: pwenv
8989
path: /pwenv
9090

91-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
91+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
9292
id: Linux
9393
env:
9494
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -141,7 +141,7 @@ steps:
141141
- name: pwenv
142142
path: /pwenv
143143

144-
- name: "ghcr.io/project-chip/chip-build-vscode:76"
144+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
145145
id: Android
146146
env:
147147
- PW_ENVIRONMENT_ROOT=/pwenv

0 commit comments

Comments
 (0)