Skip to content
Snippets Groups Projects
Commit 870b3ee6 authored by Matt Miller's avatar Matt Miller
Browse files

Merge branch 'mattmi/add-chef-template' of...

Merge branch 'mattmi/add-chef-template' of gitlab.com:gitlab-com/gl-infra/common-ci-tasks into mattmi/add-chef-template
parents ef8f42da c3ffb150
No related branches found
No related tags found
No related merge requests found
Pipeline #23314989 passed
Loading
Loading
@@ -12,7 +12,7 @@ The common tasks performed by this template are:
 
## Required stages
 
```
```yaml
stages:
- prepare
- lint
Loading
Loading
@@ -22,7 +22,7 @@ stages:
```
 
You can override these using input variables, such as:
```
```yaml
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: master
file: templates/chef.yml
Loading
Loading
@@ -52,7 +52,7 @@ However, it is likely that you will want to override this in the event you have
 
An example overridden job that you may have in your repo's local `.gitlab-ci.yml` may look like:
 
```
```yaml
kitchen:
stage: integration
retry: 2
Loading
Loading
@@ -80,7 +80,7 @@ Note the comments in the KITCHEN_SUITE parallel matrix. These are to be used in
 
If a cookbook doesn't have kitchen tests, you can remove them from execution by changing the execution stage like:
 
```
```yaml
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: master
file: templates/chef.yml
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment