Skip to content

Commit

Permalink
Bump cloudbuild docker version after project-chip#24518
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 19, 2023
1 parent 99a9b7b commit f645d18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.6.31"
- name: "connectedhomeip/chip-build-vscode:0.6.32"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand All @@ -21,7 +21,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.6.31"
- name: "connectedhomeip/chip-build-vscode:0.6.32"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down Expand Up @@ -76,7 +76,7 @@ steps:
--target k32w-shell
build
--create-archives /workspace/artifacts/
- name: "connectedhomeip/chip-build-vscode:0.6.31"
- name: "connectedhomeip/chip-build-vscode:0.6.32"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
path: /pwenv
timeout: 2700s

- name: "connectedhomeip/chip-build-vscode:0.6.31"
- name: "connectedhomeip/chip-build-vscode:0.6.32"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
git config --global --add safe.directory "*"
git submodule update --init --recursive
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.6.31"
- name: "connectedhomeip/chip-build-vscode:0.6.32"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down

0 comments on commit f645d18

Please sign in to comment.