From: Kefu Chai Date: Tue, 14 Apr 2020 05:20:55 +0000 (+0800) Subject: ceph-perf-pull-requests: reference runtime variables using $name X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7ef795f6ca7335ccdce2e796fe48eb1caebcfbbd;p=ceph-build.git ceph-perf-pull-requests: reference runtime variables using $name they are not template variables, and jjb will error out when trying to substituting them. 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 31cceab1..cdc07495 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 @@ -147,17 +147,17 @@ src_dir: "ceph-master" osd-flavor: '{osd-flavor}' # ideally cbt-results should be persited across jobs, so the test result can be reused - archive_basedir: "${WORKSPACE}/cbt-results" + archive_basedir: "$WORKSPACE/cbt-results" - run-cbt: src_dir: "ceph-pr" osd-flavor: '{osd-flavor}' # use the basedir of git checkout, so it can be wiped - archive_basedir: "${WORKSPACE}/ceph-pr" + archive_basedir: "$WORKSPACE/ceph-pr" - compare-cbt-results: src_dir_master: "ceph-master" - archive_master: "${WORKSPACE}/cbt-results" + archive_master: "$WORKSPACE/cbt-results" src_dir_pr: "ceph-pr" - archive_pr: "${WORKSPACE}/ceph-pr" + archive_pr: "$WORKSPACE/ceph-pr" publishers: - postbuildscript: