sous-chefs / openvpn

Development repository for the openvpn cookbook
https://supermarket.chef.io/cookbooks/openvpn
Apache License 2.0
98 stars 160 forks source link

Update builds to be parallel #159

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.

tas50 commented 4 years ago

Closing this since we're using Github Actions now