Skip to content

Commit

Permalink
ansible: install perf on jenkins playbook
Browse files Browse the repository at this point in the history
Install Linux perf on Ubuntu 16.04 machines through
jenkins/worker/create playbook.

Ref: nodejs#1274
  • Loading branch information
Matheus Marchini committed Jun 8, 2018
1 parent 259e913 commit 0a77993
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ansible/playbooks/jenkins/worker/create.yml
Expand Up @@ -54,4 +54,13 @@
- release-joyent-ubuntu1604_arm_cross-x64-1

roles:
- cross-compiler
- cross-compiler

#
# Install Linux perf on Ubuntu 16.04 servers
#

- hosts:
- test-*-ubuntu1604-x*
roles:
- linux-perf

0 comments on commit 0a77993

Please sign in to comment.