Skip to content

Commit 0db3a6e

Browse files
authored
Bump cloudbuild vscode instance to 190 (project-chip#43751)
1 parent 718acd6 commit 0db3a6e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

integrations/cloudbuild/chef.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
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:181"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
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:
@@ -23,7 +23,7 @@ steps:
2323
- name: pwenv
2424
path: /pwenv
2525
timeout: 900s
26-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
26+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
2727
env:
2828
- PW_ENVIRONMENT_ROOT=/pwenv
2929
args:
@@ -39,7 +39,7 @@ steps:
3939
- name: pwenv
4040
path: /pwenv
4141

42-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
42+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
4343
# ICD device is currently not supported for ESP32 and NRF targets. New rule to compile only ICD
4444
# linux binary.
4545
env:
@@ -54,7 +54,7 @@ steps:
5454
- name: pwenv
5555
path: /pwenv
5656

57-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
57+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
5858
env:
5959
- PW_ENVIRONMENT_ROOT=/pwenv
6060
args:

integrations/cloudbuild/smoke-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
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:181"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
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:181"
27+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
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:181"
48+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
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:181"
69+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
7070
id: EFR32
7171
env:
7272
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -86,7 +86,7 @@ steps:
8686
- name: pwenv
8787
path: /pwenv
8888

89-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
89+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
9090
id: Linux
9191
env:
9292
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -139,7 +139,7 @@ steps:
139139
- name: pwenv
140140
path: /pwenv
141141

142-
- name: "ghcr.io/project-chip/chip-build-vscode:181"
142+
- name: "ghcr.io/project-chip/chip-build-vscode:190"
143143
id: Android
144144
env:
145145
- PW_ENVIRONMENT_ROOT=/pwenv

0 commit comments

Comments
 (0)