aws-codebuild-run-build
aws-codebuild-run-build copied to clipboard
feat: Add batch support
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.
Does this echo the build logs from each of the builds in the batch?
@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.
Is there any update to when this might be merged and released?
Any update here?
So, any movement on this one? The main reason I want to use AWS codebuild is for parallel batch testing