mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
mount tmp in test pipelines
This is needed for running the integration tests in vmm-reference. They need access to resources from tmp. Signed-off-by: Laura Loghin <lauralg@amazon.com>
This commit is contained in:
committed by
Alexandra Iordache
parent
03fcf08e11
commit
631c82acd3
@@ -78,6 +78,8 @@ steps:
|
||||
privileged: true
|
||||
image: "rustvmm/dev:v8"
|
||||
always-pull: true
|
||||
volumes:
|
||||
- "/tmp:/tmp"
|
||||
|
||||
- label: "unittests-gnu-arm"
|
||||
commands:
|
||||
@@ -92,6 +94,8 @@ steps:
|
||||
privileged: true
|
||||
image: "rustvmm/dev:v8"
|
||||
always-pull: true
|
||||
volumes:
|
||||
- "/tmp:/tmp"
|
||||
|
||||
- label: "unittests-musl-x86"
|
||||
command:
|
||||
@@ -106,6 +110,8 @@ steps:
|
||||
privileged: true
|
||||
image: "rustvmm/dev:v8"
|
||||
always-pull: true
|
||||
volumes:
|
||||
- "/tmp:/tmp"
|
||||
|
||||
- label: "unittests-musl-arm"
|
||||
command:
|
||||
@@ -120,6 +126,8 @@ steps:
|
||||
privileged: true
|
||||
image: "rustvmm/dev:v8"
|
||||
always-pull: true
|
||||
volumes:
|
||||
- "/tmp:/tmp"
|
||||
|
||||
- label: "clippy-x86"
|
||||
commands:
|
||||
@@ -175,6 +183,8 @@ steps:
|
||||
privileged: true
|
||||
image: "rustvmm/dev:v8"
|
||||
always-pull: true
|
||||
volumes:
|
||||
- "/tmp:/tmp"
|
||||
|
||||
- label: "coverage-arm"
|
||||
commands:
|
||||
@@ -190,6 +200,8 @@ steps:
|
||||
privileged: true
|
||||
image: "rustvmm/dev:v8"
|
||||
always-pull: true
|
||||
volumes:
|
||||
- "/tmp:/tmp"
|
||||
|
||||
- label: "commit-format"
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user