Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exempt qemu from tmpfs sandbox (pixie-io#1066)
Summary: Tmpfs does not work with qemu because we can't use tmpfs to host a plan9 volume right now. Relevant Issues: pixie-io#709 Type of change: /kind test-infra Test Plan: This works without changing sandbox tmpfs setting: ```bazel test -c opt --config=qemu-bpf --cache_test_results=no --remote_download_outputs=all //src/stirling/source_connectors/socket_tracer:redis_trace_bpf_test --test_output=streamed --//bazel/test_runners/qemu_with_kernel:kernel_version=latest``` The rest of the test should pass in Jenkins. #ci:bpf-build. Signed-off-by: Zain Asgar <zasgar@pixielabs.ai>
- Loading branch information