Last active
April 16, 2018 00:44
-
-
Save lox/2a3495e8f4c10e3e2f66139877f59492 to your computer and use it in GitHub Desktop.
Test large artifact downloads
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: "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