From: Kefu Chai Date: Tue, 6 Oct 2020 10:40:36 +0000 (+0800) Subject: ceph-perf-pull-requests: s/source/./ X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db52c6d39f92bc0996890a494898e5b08503adfc;p=ceph-build.git ceph-perf-pull-requests: s/source/./ turns out we have ubuntu test nodes labeled with "performance", and they use dash for "sh", and jenkins use "sh" for running the embedded scripts. let's avoid bashism, and use "." instead. this change is a follow-up of 4e0a8987c7d19004d33c153b107057f684b547de 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 e6f30b1a..96582837 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 @@ -85,7 +85,7 @@ archive_dir_master={archive-master}/$(git rev-parse --short HEAD) cd ${{WORKSPACE}}/{src-dir-pr} archive_dir_pr={archive-pr}/$(git rev-parse --short HEAD) - source ${{WORKSPACE}}/gh-venv/bin/activate + . ${{WORKSPACE}}/gh-venv/bin/activate ${{WORKSPACE}}/cbt/compare.py -v \ -a $archive_dir_pr \ -b $archive_dir_master \