sous-chefs / java

Development repository for the java cookbook
https://supermarket.chef.io/cookbooks/java
Apache License 2.0
386 stars 637 forks source link

Update builds to be parallel #572

Closed PowerSchill closed 4 years ago

PowerSchill commented 4 years ago

:speaking_head: Foreword

Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.

:ghost: Brief Description

As part of our build process we should build each possible operating system separately

  1. Ensure you have dokken setup and working:
    1. dokken: aliased to KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen
  2. run dokken list, you should see a list of builds with dokken as the provider
  3. download: https://github.com/sous-chefs/repo-management/blob/master/scripts/circleci_maker.rb and make this executable
  4. run: dokken list -j | ./circleci_maker.rb > .circleci/config.yml

Issue sprouted from sous-chefs/meta/issues/112. If not applicable then issue should be closed.

duncaan commented 4 years ago

Resolved with https://github.com/sous-chefs/java/pull/575