From 8d8f7484e76472d853bb42472b4c7cbcc01aea59 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 1 Apr 2020 21:46:59 +0800 Subject: [PATCH] ceph-perf-pull-requests: install cbt dependencies for el8 since all "performance" slaves are now el8, we need to update the dependencies for cbt accordingly Signed-off-by: Kefu Chai --- .../config/definitions/ceph-perf-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml index 68408e028..c70e6029b 100644 --- a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml +++ b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml @@ -128,7 +128,7 @@ debian|ubuntu) sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y python3-yaml python3-lxml python3-prettytable;; centos|fedora|rhel) - sudo yum install -y python36-PyYAML python36-lxml python36-prettytable;; + sudo yum install -y python3-pyyaml python3-lxml python3-prettytable;; *) echo "unknown distro: $ID" exit 1 -- 2.47.3