Skip to content

Commit

Permalink
ansible: upgrade test-nearform_intel-ubuntu1604-x64-2 (#3122)
Browse files Browse the repository at this point in the history
Update the second benchmark machine to Ubuntu 18.04.
  • Loading branch information
targos authored Dec 21, 2022
1 parent 96c3305 commit a684475
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 6 additions & 3 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,12 @@ hosts:
user: admin
remote_env:
PATH: /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
intel-ubuntu1804-x64-1: {ip: 92.51.196.114, build_test_v8: yes, is_benchmark: yes}
intel-ubuntu1604-x64-2: {ip: 92.51.196.115}

intel-ubuntu1804-x64-1:
ip: 92.51.196.114
build_test_v8: yes
is_benchmark: yes
intel-ubuntu1804-x64-2:
ip: 92.51.196.115

- osuosl:
# secret for -1 was compromised, do not use -1 name
Expand Down
5 changes: 2 additions & 3 deletions ansible/playbooks/jenkins/worker/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@
- jenkins-workspace

#
# Install Linux perf on Ubuntu 16.04 servers
# Install Linux perf on Ubuntu Intel servers
#

- hosts:
- test-*-ubuntu1604-x*
- test-*intel-ubuntu1804-x*
- test-*intel-ubuntu*-x*
roles:
- linux-perf

Expand Down

0 comments on commit a684475

Please sign in to comment.