mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
203 stars 32 forks source link

Add memory constraints #5

Open mserranom opened 6 years ago

mserranom commented 6 years ago

As in:

options:
  size: 2x  # all steps in this repo get 8GB memory

pipelines:
  default:
    - step:
        size: 2x  # or configure at step level
        script:
          - ...

More informatio in Pipelines stocking stuffers: test reporting, Docker run and large builds