From: Kefu Chai Date: Wed, 1 Apr 2020 13:46:59 +0000 (+0800) Subject: ceph-perf-pull-requests: install cbt dependencies for el8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1543%2Fhead;p=ceph-build.git 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 --- 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 68408e02..c70e6029 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