Run ignored build step in docker
This commit is contained in:
parent
58c1589688
commit
25c0b44641
|
@ -23,6 +23,10 @@ steps:
|
||||||
user: "998:997" # buildkite-agent:buildkite-agent
|
user: "998:997" # buildkite-agent:buildkite-agent
|
||||||
- command: "ci/test-ignored.sh || true"
|
- command: "ci/test-ignored.sh || true"
|
||||||
label: "ignored - FAILURES IGNORED [public]"
|
label: "ignored - FAILURES IGNORED [public]"
|
||||||
|
plugins:
|
||||||
|
docker#v1.1.1:
|
||||||
|
image: "rust"
|
||||||
|
user: "998:997" # buildkite-agent:buildkite-agent
|
||||||
- command: "ci/test-cuda.sh"
|
- command: "ci/test-cuda.sh"
|
||||||
label: "cuda"
|
label: "cuda"
|
||||||
- wait
|
- wait
|
||||||
|
|
Loading…
Reference in New Issue