Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tizen] CI workflow for running QEMU-based tests #24871

Merged
merged 19 commits into from
Feb 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into tizen-qemu-run-tests
  • Loading branch information
arkq authored Feb 23, 2023
commit aeca2968639db0775d090ab349a11b4266e7b6dc
4 changes: 2 additions & 2 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-esp32-qemu:0.6.39
image: connectedhomeip/chip-build-esp32-qemu:0.6.40
volumes:
- "/tmp/log_output:/tmp/test_logs"

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

container:
image: connectedhomeip/chip-build-tizen-qemu:0.6.39
image: connectedhomeip/chip-build-tizen-qemu:0.6.40
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.