mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
ci(kitchen): fix tests with a minimal coverage
This commit is contained in:
parent
17b433126b
commit
288f893652
1 changed files with 45 additions and 45 deletions
|
@ -23,26 +23,26 @@ packages:
|
||||||
pkgs:
|
pkgs:
|
||||||
- wget
|
- wget
|
||||||
- git
|
- git
|
||||||
pips:
|
# pips:
|
||||||
required:
|
# required:
|
||||||
pkgs:
|
# pkgs:
|
||||||
# Pillar parameters have precedence so, if you add a package here, you
|
# # Pillar parameters have precedence so, if you add a package here, you
|
||||||
# should also add the python pip package you want. Otherwise, the formula
|
# # should also add the python pip package you want. Otherwise, the formula
|
||||||
# will take care of getting it if needed.
|
# # will take care of getting it if needed.
|
||||||
- libpython2.7-dev
|
# - libpython2.7-dev
|
||||||
- python-pip
|
# - python-pip
|
||||||
wanted:
|
# wanted:
|
||||||
- dxpy
|
# - dxpy
|
||||||
- attrs
|
# - attrs
|
||||||
unwanted:
|
# unwanted:
|
||||||
- campbel
|
# - campbel
|
||||||
- reverse_geocode
|
# - reverse_geocode
|
||||||
- indy-crypto
|
# - indy-crypto
|
||||||
config:
|
# config:
|
||||||
global:
|
# global:
|
||||||
timeout: 120
|
# timeout: 120
|
||||||
default-timeout: 120
|
# default-timeout: 120
|
||||||
# proxy: http://proxy.example.com:3128
|
# # proxy: http://proxy.example.com:3128
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
wanted:
|
wanted:
|
||||||
|
@ -69,31 +69,31 @@ packages:
|
||||||
- github.com/golang/example/hello
|
- github.com/golang/example/hello
|
||||||
- github.com/golang/example/outyet
|
- github.com/golang/example/outyet
|
||||||
|
|
||||||
npms:
|
# npms:
|
||||||
dir: /home/kitchen/npms # The target directory in which to install the package, or None for global installation
|
# 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`)
|
# user: kitchen # The user to run NPM with (and to assign to `dir`)
|
||||||
group: kitchen # The group to assign to `dir`
|
# group: kitchen # The group to assign to `dir`
|
||||||
mode: 0755 # The permissions to assign to `dir`
|
# mode: 0755 # The permissions to assign to `dir`
|
||||||
# registry: None # The NPM registry from which to install the package
|
# # registry: None # The NPM registry from which to install the package
|
||||||
# env: None # A list of environment variables to be set prior to execution
|
# # 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
|
# # force_reinstall: False # Install the package even if it is already installed
|
||||||
required:
|
# required:
|
||||||
states:
|
# states:
|
||||||
- node.pkg
|
# - node.pkg
|
||||||
wanted:
|
# wanted:
|
||||||
# Valid formats:
|
# # Valid formats:
|
||||||
#
|
# #
|
||||||
# @google-cloud/bigquery@^0.9.6
|
# # @google-cloud/bigquery@^0.9.6
|
||||||
# @foobar
|
# # @foobar
|
||||||
# buffer-equal-constant-time@1.0.1
|
# # buffer-equal-constant-time@1.0.1
|
||||||
# coffee-script
|
# # coffee-script
|
||||||
# You need to quote the package if it starts with '@'
|
# # You need to quote the package if it starts with '@'
|
||||||
- '@davidodio/hello@2.3.0'
|
# - '@davidodio/hello@2.3.0'
|
||||||
- hello-world-npm
|
# - hello-world-npm
|
||||||
- sax
|
# - sax
|
||||||
- coffee-script@1.0.1
|
# - coffee-script@1.0.1
|
||||||
unwanted:
|
# unwanted:
|
||||||
- gist
|
# - gist
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
wanted:
|
wanted:
|
||||||
|
|
Loading…
Add table
Reference in a new issue