Skip to content

Commit

Permalink
Reenabled the qemu tests for ESP32 in CI after updating the qemu dock…
Browse files Browse the repository at this point in the history
…er file

- Reference PR project-chip#32685
  has the fix for the QEMU failure.
  • Loading branch information
shripad621git committed Mar 29, 2024
1 parent 2f17606 commit 465f02c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-esp32-qemu:41
image: ghcr.io/project-chip/chip-build-esp32-qemu:46
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand All @@ -58,8 +58,6 @@ jobs:
build \
"
- name: Run all tests
# Disabled being tracked here: https://github.com/project-chip/connectedhomeip/issues/32587
if: false
run: |
src/test_driver/esp32/run_qemu_image.py \
--verbose \
Expand Down

0 comments on commit 465f02c

Please sign in to comment.