From b7c0c0f8cecc93868dd6bff3381f6bc37c48ad0e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 24 Apr 2020 14:45:50 -0500 Subject: [PATCH] The package is libjemalloc1 When we install packages on ubuntu, we should use their actual package names rather than incorrect or otherwise fictional package names. Also, fix the hostname in the test job - because when we don't do that, we don't run all of the roles, and thus we don't catch these things. Change-Id: I18e676ef0fe343513db4c8ad7e340ee45092c0a3 --- .zuul.yaml | 2 +- playbooks/roles/zuul-executor/tasks/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 83a4a8d819..c87834b33a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1588,7 +1588,7 @@ label: ubuntu-bionic - name: zm01.openstack.org label: ubuntu-xenial - - name: zl01.openstack.org + - name: ze01.openstack.org label: ubuntu-xenial - name: zuul01.openstack.org label: ubuntu-xenial diff --git a/playbooks/roles/zuul-executor/tasks/main.yaml b/playbooks/roles/zuul-executor/tasks/main.yaml index 72a1e85c0c..932603e1df 100644 --- a/playbooks/roles/zuul-executor/tasks/main.yaml +++ b/playbooks/roles/zuul-executor/tasks/main.yaml @@ -25,7 +25,7 @@ name: '{{ item }}' state: present loop: - - jemalloc1 + - libjemalloc1 - bubblewrap - skopeo - socat