Skip to content

Commit de943f2

Browse files
andy31415andreilitvin
authored andcommitted
Move cloudbuild to image 119 to try to fix android builds (project-chip#37808)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 466d4e2 commit de943f2

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:115"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
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:115"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
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:115"
27+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
2828
id: ESP32
2929
env:
3030
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -44,7 +44,7 @@ steps:
4444
volumes:
4545
- name: pwenv
4646
path: /pwenv
47-
- name: "ghcr.io/project-chip/chip-build-vscode:115"
47+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
4848
id: NRFConnect
4949
env:
5050
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -65,7 +65,7 @@ steps:
6565
- name: pwenv
6666
path: /pwenv
6767

68-
- name: "ghcr.io/project-chip/chip-build-vscode:115"
68+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
6969
id: EFR32
7070
env:
7171
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -87,7 +87,7 @@ steps:
8787
- name: pwenv
8888
path: /pwenv
8989

90-
- name: "ghcr.io/project-chip/chip-build-vscode:115"
90+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
9191
id: Linux
9292
env:
9393
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -140,7 +140,7 @@ steps:
140140
- name: pwenv
141141
path: /pwenv
142142

143-
- name: "ghcr.io/project-chip/chip-build-vscode:115"
143+
- name: "ghcr.io/project-chip/chip-build-vscode:119"
144144
id: Android
145145
env:
146146
- PW_ENVIRONMENT_ROOT=/pwenv

0 commit comments

Comments
 (0)