File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
ansible/playbooks/jenkins/worker Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 68
68
roles :
69
69
- linux-perf
70
70
71
- #
72
- # Set up linter servers
73
- #
74
-
75
- - hosts :
76
- - test-joyent-freebsd10-x64-2
77
- - test-rackspace-freebsd10-x64-1
78
-
79
- tasks :
80
- - name : install lint-related packages
81
- package :
82
- name : " {{ package }}"
83
- state : present
84
- loop_control :
85
- loop_var : package
86
- with_items : [ "node", "npm" ]
87
-
88
- - name : install core-validate-commit
89
- npm :
90
- name : " core-validate-commit"
91
- global : yes
92
- state : present
93
- production : yes
94
-
95
- - name : periodically update core-validate-commit
96
- cron :
97
- special_time : daily
98
- # ksh does different stdout/err routing
99
- job : " npm update -g core-validate-commit > & /dev/null"
100
-
101
71
# Ensure node is not installed anywhere but the linter servers
102
72
- hosts :
103
73
- test
You can’t perform that action at this time.
0 commit comments