Skip to content

Commit

Permalink
Update docker image to the latest for all android related builds (#25443
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yufengwangca authored and pull[bot] committed Jun 22, 2023
1 parent eeb7d72 commit 2467384
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-android:0.6.44
image: connectedhomeip/chip-build-android:0.6.47
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand Down
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: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
entrypoint: "bash"
args:
- "-c"
- |
git config --global --add safe.directory "*"
git submodule update --init --recursive
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand All @@ -22,7 +22,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
id: ESP32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -40,7 +40,7 @@ steps:
volumes:
- name: pwenv
path: /pwenv
- name: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
id: NRFConnect
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -61,7 +61,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
id: EFR32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -83,7 +83,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
id: Linux
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand Down Expand Up @@ -143,7 +143,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.6.44"
- name: "connectedhomeip/chip-build-vscode:0.6.47"
id: Android
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand Down

0 comments on commit 2467384

Please sign in to comment.