Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: upgrade test-nearform_intel-ubuntu1604-x64-2 #3122

Merged
merged 2 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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