Skip to content

Commit 0f9542b

Browse files
authored
Switch cloudbuild to image version 41 (project-chip#32688)
1 parent 1061ff3 commit 0f9542b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

integrations/cloudbuild/build-all.yaml

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

24-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
24+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
2525
env:
2626
- PW_ENVIRONMENT_ROOT=/pwenv
2727
args:
@@ -85,7 +85,7 @@ steps:
8585
--target k32w-shell
8686
build
8787
--create-archives /workspace/artifacts/
88-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
88+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
8989
env:
9090
- PW_ENVIRONMENT_ROOT=/pwenv
9191
args:

integrations/cloudbuild/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:35"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
33
env:
44
- PW_ENVIRONMENT_ROOT=/pwenv
55
args:
@@ -12,7 +12,7 @@ steps:
1212
path: /pwenv
1313
timeout: 2700s
1414

15-
- name: "ghcr.io/project-chip/chip-build-vscode:35"
15+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
1616
env:
1717
- PW_ENVIRONMENT_ROOT=/pwenv
1818
args:
@@ -27,7 +27,7 @@ steps:
2727
- name: pwenv
2828
path: /pwenv
2929

30-
- name: "ghcr.io/project-chip/chip-build-vscode:35"
30+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
3131
env:
3232
- PW_ENVIRONMENT_ROOT=/pwenv
3333
args:

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:36"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
33
entrypoint: "bash"
44
args:
55
- "-c"
66
- |
77
git config --global --add safe.directory "*"
88
git submodule update --init --recursive
99
id: Submodules
10-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
1111
env:
1212
- PW_ENVIRONMENT_ROOT=/pwenv
1313
args:
@@ -22,7 +22,7 @@ steps:
2222
path: /pwenv
2323
timeout: 900s
2424

25-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
25+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
2626
id: ESP32
2727
env:
2828
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -43,7 +43,7 @@ steps:
4343
volumes:
4444
- name: pwenv
4545
path: /pwenv
46-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
46+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
4747
id: NRFConnect
4848
env:
4949
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -64,7 +64,7 @@ steps:
6464
- name: pwenv
6565
path: /pwenv
6666

67-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
67+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
6868
id: EFR32
6969
env:
7070
- 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:36"
89+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
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:36"
142+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
143143
id: Android
144144
env:
145145
- PW_ENVIRONMENT_ROOT=/pwenv

0 commit comments

Comments
 (0)