From: Laura Paduano Date: Mon, 8 Oct 2018 12:48:05 +0000 (+0200) Subject: ceph-dashboard-pull-requests: Need to cd to the dashboard dir before executing the... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f652bbf41f04b04a23e1ec49e07ffc4874632910;p=ceph-build.git ceph-dashboard-pull-requests: Need to cd to the dashboard dir before executing the e2e script Signed-off-by: Laura Paduano --- diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 3c5822a7a..5d2b23c9d 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -57,4 +57,4 @@ - shell: !include-raw: - ../../setup/setup - - shell: "timeout 7200 ./src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh" + - shell: "cd src/pybind/mgr/dashboard; timeout 7200 ./run-frontend-e2e-tests.sh"