Skip to content

Commit ae1546a

Browse files
s07641069andreilitvin
andauthoredAug 16, 2024
Update compatible builds to docker version 74 (#35009)
* Check which build can update to latest version * temporarry use docker version 72 * revert image for failed builds * downgrade K32W image * use K32W docker image 69 * Update compatible builds to docker version 74 * use docker version 73 for EFR32 * Prevent cancellation of task with timeout in asyncio runner. I am yet unclear why on new python/os/websocket we do not get a timeout error, however from what I could tell, wait_for would cancel the websocket.recv and that stops instead of throwing a timeout exception, resulting in a full success result. Making this change seems to make the test TestPurposefulFailureExtraReportingOnToggle pass on my machine (well ... fail as expected instead of passing with a successful stop) --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent e0a4e79 commit ae1546a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+72
-71
lines changed
 

‎.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
container:
37-
image: ghcr.io/project-chip/chip-build:66
37+
image: ghcr.io/project-chip/chip-build:74
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.actor != 'restyled-io[bot]'
4343

4444
container:
45-
image: ghcr.io/project-chip/chip-build:66
45+
image: ghcr.io/project-chip/chip-build:74
4646
volumes:
4747
- "/:/runner-root-volume"
4848
- "/tmp/log_output:/tmp/test_logs"
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: ghcr.io/project-chip/chip-build:65
141+
image: ghcr.io/project-chip/chip-build:74
142142
volumes:
143143
- "/:/runner-root-volume"
144144
- "/tmp/log_output:/tmp/test_logs"
@@ -455,7 +455,7 @@ jobs:
455455
if: github.actor != 'restyled-io[bot]'
456456

457457
container:
458-
image: ghcr.io/project-chip/chip-build:66
458+
image: ghcr.io/project-chip/chip-build:74
459459
volumes:
460460
- "/:/runner-root-volume"
461461
- "/tmp/log_output:/tmp/test_logs"

0 commit comments

Comments
 (0)