Skip to content

Instantly share code, notes, and snippets.

@lox
Last active April 16, 2018 00:44
Show Gist options
  • Save lox/2a3495e8f4c10e3e2f66139877f59492 to your computer and use it in GitHub Desktop.
Save lox/2a3495e8f4c10e3e2f66139877f59492 to your computer and use it in GitHub Desktop.
Test large artifact downloads
steps:
- label: "Generate artifacts"
command:
- dd if=/dev/zero of=output.dat bs=1m count=10
- buildkite-agent artifact upload output.dat s3://lox-buildkite-artifacts/$BUILDKITE_JOB_ID
- wait
- label: "Download artifacts"
commands:
- buildkite-agent artifact download output.dat .
retry:
manual:
permit_on_passed: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment