Skip to content

Commit

Permalink
Use the latest docker image for for CI and cloud builds (#22157)
Browse files Browse the repository at this point in the history
* [ESP32] Use the latest docker image for for ci builds

ToT now supports ESP-IDF v4.4.2. Also, the docker image is uploaded to
the dockerhub. Start using the latest docker image with ESP-IDF v4.4.2

* Update image to chip-build-vscode-0.5.96 for integrations/cloudbuild
  • Loading branch information
shubhamdp committed Aug 29, 2022
1 parent 497ad27 commit 8f72bdb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-esp32:0.5.91
image: connectedhomeip/chip-build-esp32:0.5.96
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-esp32:0.5.91
image: connectedhomeip/chip-build-esp32:0.5.96
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
4 changes: 2 additions & 2 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- "--init"
- "--recursive"
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand All @@ -21,7 +21,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down
6 changes: 3 additions & 3 deletions integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand All @@ -12,7 +12,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand All @@ -26,7 +26,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down
12 changes: 6 additions & 6 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- "--init"
- "--recursive"
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand All @@ -21,7 +21,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
id: ESP32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -37,7 +37,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
id: NRFConnect
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -54,7 +54,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
id: EFR32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -71,7 +71,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.91"
- name: "connectedhomeip/chip-build-vscode:0.5.96"
id: Linux
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -88,7 +88,7 @@ steps:
- name: pwenv
path: /pwenv

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

0 comments on commit 8f72bdb

Please sign in to comment.