-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(kitchen): fix tests with a minimal coverage
- Loading branch information
Showing
1 changed file
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,26 +23,26 @@ packages: | |
pkgs: | ||
- wget | ||
- git | ||
pips: | ||
required: | ||
pkgs: | ||
# Pillar parameters have precedence so, if you add a package here, you | ||
# should also add the python pip package you want. Otherwise, the formula | ||
# will take care of getting it if needed. | ||
- libpython2.7-dev | ||
- python-pip | ||
wanted: | ||
- dxpy | ||
- attrs | ||
unwanted: | ||
- campbel | ||
- reverse_geocode | ||
- indy-crypto | ||
config: | ||
global: | ||
timeout: 120 | ||
default-timeout: 120 | ||
# proxy: http://proxy.example.com:3128 | ||
# pips: | ||
# required: | ||
# pkgs: | ||
# # Pillar parameters have precedence so, if you add a package here, you | ||
# # should also add the python pip package you want. Otherwise, the formula | ||
# # will take care of getting it if needed. | ||
# - libpython2.7-dev | ||
# - python-pip | ||
# wanted: | ||
# - dxpy | ||
# - attrs | ||
# unwanted: | ||
# - campbel | ||
# - reverse_geocode | ||
# - indy-crypto | ||
# config: | ||
# global: | ||
# timeout: 120 | ||
# default-timeout: 120 | ||
# # proxy: http://proxy.example.com:3128 | ||
|
||
gems: | ||
wanted: | ||
|
@@ -69,31 +69,31 @@ packages: | |
- github.com/golang/example/hello | ||
- github.com/golang/example/outyet | ||
|
||
npms: | ||
dir: /home/kitchen/npms # The target directory in which to install the package, or None for global installation | ||
user: kitchen # The user to run NPM with (and to assign to `dir`) | ||
group: kitchen # The group to assign to `dir` | ||
mode: 0755 # The permissions to assign to `dir` | ||
# registry: None # The NPM registry from which to install the package | ||
# env: None # A list of environment variables to be set prior to execution | ||
# force_reinstall: False # Install the package even if it is already installed | ||
required: | ||
states: | ||
- node.pkg | ||
wanted: | ||
# Valid formats: | ||
# | ||
# @google-cloud/bigquery@^0.9.6 | ||
# @foobar | ||
# [email protected] | ||
# coffee-script | ||
# You need to quote the package if it starts with '@' | ||
- '@davidodio/[email protected]' | ||
- hello-world-npm | ||
- sax | ||
- [email protected] | ||
unwanted: | ||
- gist | ||
# npms: | ||
# dir: /home/kitchen/npms # The target directory in which to install the package, or None for global installation | ||
# user: kitchen # The user to run NPM with (and to assign to `dir`) | ||
# group: kitchen # The group to assign to `dir` | ||
# mode: 0755 # The permissions to assign to `dir` | ||
# # registry: None # The NPM registry from which to install the package | ||
# # env: None # A list of environment variables to be set prior to execution | ||
# # force_reinstall: False # Install the package even if it is already installed | ||
# required: | ||
# states: | ||
# - node.pkg | ||
# wanted: | ||
# # Valid formats: | ||
# # | ||
# # @google-cloud/bigquery@^0.9.6 | ||
# # @foobar | ||
# # [email protected] | ||
# # coffee-script | ||
# # You need to quote the package if it starts with '@' | ||
# - '@davidodio/[email protected]' | ||
# - hello-world-npm | ||
# - sax | ||
# - [email protected] | ||
# unwanted: | ||
# - gist | ||
|
||
archives: | ||
wanted: | ||
|