Skip to content

Commit

Permalink
buildkite: re-enable cargo audit test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
  • Loading branch information
Alexandra Iordache authored and lauralt committed Oct 16, 2020
1 parent 02004b5 commit e1108f1
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "build-gnu-arm"
Expand All @@ -24,7 +24,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "build-musl-x86"
Expand All @@ -37,7 +37,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "build-musl-arm"
Expand All @@ -50,7 +50,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "style"
Expand All @@ -62,7 +62,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "unittests-gnu-x86"
Expand All @@ -76,7 +76,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "unittests-gnu-arm"
Expand All @@ -90,7 +90,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "unittests-musl-x86"
Expand All @@ -104,7 +104,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "unittests-musl-arm"
Expand All @@ -118,7 +118,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "clippy-x86"
Expand All @@ -131,7 +131,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "check-warnings-x86"
Expand All @@ -145,7 +145,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "check-warnings-arm"
Expand All @@ -159,7 +159,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "coverage-x86"
Expand All @@ -173,7 +173,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "coverage-arm"
Expand All @@ -188,7 +188,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true

- label: "commit-format"
Expand All @@ -200,20 +200,19 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true
propagate-environment: true

- label: "cargo-audit"
commands:
- cargo audit -q
skip: "Skipping until we move cargo audit to v0.12.0"
retry:
automatic: false
agents:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v6"
image: "rustvmm/dev:v8"
always-pull: true
propagate-environment: true

0 comments on commit e1108f1

Please sign in to comment.