]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: install cbt dependencies for el8 1543/head
authorKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 13:46:59 +0000 (21:46 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 13:47:29 +0000 (21:47 +0800)
since all "performance" slaves are now el8, we need to update the
dependencies for cbt accordingly

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index 68408e0281f715d15da4458407e444f55f124f7d..c70e6029ba9873b8c0019d0d456c4217fd32d730 100644 (file)
           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