Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move cloudbuild to image 119 to fix android compilation #37808

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
steps:
- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
entrypoint: "bash"
args:
- "-c"
- |
git config --global --add safe.directory "*"
python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android
id: Submodules
- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
# NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting
# jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3)
env:
@@ -24,7 +24,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
id: ESP32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -44,7 +44,7 @@ steps:
volumes:
- name: pwenv
path: /pwenv
- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
id: NRFConnect
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -65,7 +65,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
id: EFR32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -87,7 +87,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
id: Linux
env:
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -140,7 +140,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:115"
- name: "ghcr.io/project-chip/chip-build-vscode:119"
id: Android
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Loading