]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: s/source/./ 1678/head
authorKefu Chai <kchai@redhat.com>
Tue, 6 Oct 2020 10:40:36 +0000 (18:40 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 6 Oct 2020 10:41:59 +0000 (18:41 +0800)
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 <kchai@redhat.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index e6f30b1afce712326578b6f3600b307b7f33b3e0..96582837f54fdaa7c31fda8e1163125f0b050c99 100644 (file)
@@ -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         \