From 631c82acd3db5952bfeef5b62002b42173656eb5 Mon Sep 17 00:00:00 2001 From: Laura Loghin Date: Tue, 5 Jan 2021 16:42:56 +0200 Subject: [PATCH] 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 --- .buildkite/pipeline.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 389851b..633c8c2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: