Skip to content

Instantly share code, notes, and snippets.

@valkum
Last active May 7, 2020 21:59
Show Gist options
  • Save valkum/75071815789a2dca339ccc978a022a1c to your computer and use it in GitHub Desktop.
Save valkum/75071815789a2dca339ccc978a022a1c to your computer and use it in GitHub Desktop.
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