]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: reference runtime variables using $name
authorKefu Chai <kchai@redhat.com>
Tue, 14 Apr 2020 05:20:55 +0000 (13:20 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 14 Apr 2020 05:32:13 +0000 (13:32 +0800)
they are not template variables, and jjb will error out when trying to
substituting them.

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

index 31cceab1d1aba928b47b6c60df171ecbc9848c66..cdc07495f65e8ae45ddff6612ad84fdcce4b96ac 100644 (file)
           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: