-
Notifications
You must be signed in to change notification settings - Fork 0
/
solano.yml
61 lines (60 loc) · 1.01 KB
/
solano.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
system:
debug:
execsrv: true
disable_openat: false
scheduler: 'RSwap'
ruby_version: "ruby-2.4.1"
timeout_hook: 900
bundler_version: "1.16.1"
golang:
golang_version: 1.8.1
java:
java_version: 'java-6-openjdk'
nodejs:
version: '9.8.0'
redis:
version: "2.6.16"
postgresql:
version: "9.1"
tool_config:
git:
version: "2.9.5"
coverage:
version: 2
enabled: true
hooks:
pre_setup: |
set -e
env
bundle show rails
mkdir -p $HOME/bin
ln -fs $HOME/.yarn/bin/yarn $HOME/bin/yarn
npm install
bundle exec rake assets:precompile
worker_setup: bundle exec rake tddium:db_hook
cache:
key_paths:
- Gemfile
- Gemfile.lock
- package.json
save_paths:
- HOME/bundle
- HOME/.gem
- REPO/node_modules
firefox:
version: '54.0.1'
phantomjs:
version: '2.1.1'
plan:
- default
profiles:
system:
test_pattern:
- spec/system/**_spec.rb
default:
coverage:
version: 2
enabled: true
ratchet: 60
test_pattern:
- spec/**_spec.rb