mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
Update to rustvmm/dev:v15 with Rust 1.58.1
Signed-off-by: Sergii Glushchenko <gsserge@amazon.com>
This commit is contained in:
committed by
Alexandru Agache
parent
d023262164
commit
d216a46879
@@ -60,7 +60,7 @@ from textwrap import dedent
|
||||
|
||||
# This represents the version of the rust-vmm-container used
|
||||
# for running the tests.
|
||||
CONTAINER_VERSION = "v14"
|
||||
CONTAINER_VERSION = "v15"
|
||||
# This represents the version of the Buildkite Docker plugin.
|
||||
DOCKER_PLUGIN_VERSION = "v3.8.0"
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ steps:
|
||||
platform: x86_64.metal
|
||||
plugins:
|
||||
- docker#v3.8.0:
|
||||
image: rustvmm/dev:v13
|
||||
image: rustvmm/dev:v15
|
||||
always-pull: true
|
||||
timeout_in_minutes: 5
|
||||
```
|
||||
@@ -253,7 +253,7 @@ steps:
|
||||
platform: arm.metal
|
||||
plugins:
|
||||
- docker#v3.8.0:
|
||||
image: rustvmm/dev:v13
|
||||
image: rustvmm/dev:v15
|
||||
always-pull: true
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user