GithubHelp home page GithubHelp logo

isabella232 / orbs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sous-chefs-boneyard/orbs

0.0 0.0 0.0 50 KB

The source code for orbs published by Sous-Chefs https://circleci.com/orbs/registry

Home Page: https://supermarket.chef.io/cookbooks/orbs

Ruby 84.89% Shell 15.11%

orbs's Introduction

CircleCI Orb For Sous-chefs

This repository contains the Sous-Chefs orb

View Source

circleci orb source sous-chefs/kitchen@2

Usage

Include the orb and give it a namespace, in this case kitchen

Then use the orb in a workflow.

Orbs can be used with semantic version pins - see CircleCI documentation

Usage

The sous-chef standard for running platform tests is kitchen/dokken-single for every platform and each test should require lint_and_unit to allow CircleCI to perform parallel builds.

To generate your circle yaml config utilize:

  1. Alias dokken 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: this script and make sure this is executable
  4. Run: dokken list -j | ./circleci_maker.rb > .circleci/config.yml
---
lint_and_unit: &lint_and_unit
  - delivery
  - danger
  - lint-yaml
  - lint-markdown

version: 2.1
orbs:
  kitchen: sous-chefs/kitchen@2

workflows:
  kitchen:
    jobs:
      # Lint and Unit Test
      - kitchen/yamllint:
          name: lint-yaml
      - kitchen/mdlint:
          name: lint-markdown
      - kitchen/danger:
          name: danger
          context: Danger
      - kitchen/delivery:
          name: delivery

      # Run multiple platforms at once
      - kitchen/dokken-single:
          name: default
          suite: default
          requires:
            *lint_and_unit

      # Run a single platform
      - kitchen/dokken-single:
          suite: default-centos-7
          name: default-centos-7
          requires:
            *lint_and_unit

orbs's People

Contributors

bmhughes avatar damacus avatar iamjatinchauhan avatar janstevens avatar johnroesler avatar josephholsten avatar powerschill avatar xorima avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.