Last active
May 7, 2020 21:59
-
-
Save valkum/75071815789a2dca339ccc978a022a1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- label: "SyTest - :rust: nightly / :sled:" | |
command: | |
- "bash /bootstrap.sh conduit" | |
plugins: | |
- docker#v3.0.1: | |
image: "valkum/sytest-conduit:latest" | |
propagate-environment: true | |
always-pull: true | |
workdir: "/src" | |
entrypoint: '/bin/sh' | |
shell: ["-x", "-c"] | |
init: false | |
debug: true | |
mount-buildkite-agent: false | |
volumes: ["./logs:/logs"] | |
- artifacts#v1.2.0: | |
upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/results.tap" ] | |
- matrix-org/annotate: | |
path: "logs/annotate.md" | |
style: "error" | |
retry: | |
automatic: | |
- exit_status: -1 | |
limit: 2 | |
- exit_status: 2 | |
limit: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment