Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add batch support #59

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 25, 2020

  1. 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
    seebees committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9d87efc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. fix: stream output twice

    By passing the is id instead of the arn
    I would stream each build twice.
    The `currentBuildSummary` only has the arn
    so I can only identify builds by arn.
    seebees committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6d592f8 View commit details
    Browse the repository at this point in the history
  2. update tests

    seebees committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4dc6b3b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    a59e91e View commit details
    Browse the repository at this point in the history