Skip to content

Commit cf7634d

Browse files
committed
Chmod /dev/kvm on podcvd E2E test for a moment
1 parent 7178138 commit cf7634d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/presubmit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@ jobs:
532532
containers-storage:localhost/cuttlefish-orchestration:latest
533533
- name: Run cvd e2e test for podcvd
534534
run: |
535+
# TODO(b/520405665): Resolve flakiness when not doing chmod.
536+
sudo chmod 666 /dev/kvm
537+
535538
cd e2etests
536539
bazel test \
537540
//cvd/bugreport_tests \

0 commit comments

Comments
 (0)