aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

feat: Add batch support

Open seebees opened this issue 3 years ago • 5 comments

CodeBuild supports batches. A single buildspec can kick off several batches.

This adds support for both running as a command line as well as running as a GitHub action.

Additional

  • Update the Readme with the correct npx command
  • Add wallaby conf for faster testing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • [ ] Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

seebees avatar Nov 25 '20 00:11 seebees

Does this echo the build logs from each of the builds in the batch?

robin-aws avatar Jul 28 '21 00:07 robin-aws

@robin-aws Yes, it will echo each build in the batch. It would be good to get some feedback on that part as for large batches this can get very long. If I wait a large amount e.g. 30 sec or so then this can take ignorantly long. If I wait a small amount then I may get throttled. Ideally there would be a simple retry/back off.

seebees avatar Aug 10 '21 21:08 seebees

Is there any update to when this might be merged and released?

KyleThen avatar Jan 07 '22 16:01 KyleThen

Any update here?

aajtodd avatar Sep 30 '22 15:09 aajtodd

So, any movement on this one? The main reason I want to use AWS codebuild is for parallel batch testing

bertvanbrakel avatar Aug 23 '23 09:08 bertvanbrakel