Skip to content

Commit d46b360

Browse files
committed
fixup! ansible: prepare jenkins-workspace machines for linting duty
1 parent 9f54652 commit d46b360

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

ansible/playbooks/jenkins/worker/create.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -68,36 +68,6 @@
6868
roles:
6969
- linux-perf
7070

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-
10171
# Ensure node is not installed anywhere but the linter servers
10272
- hosts:
10373
- test

0 commit comments

Comments
 (0)