From 9b86212d6cdf083d486e544d2ca32b775f18b389 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Tue, 28 Dec 2021 11:13:47 +0530 Subject: [PATCH] ceph-dashboard-cephadm-e2e-job: update workspace path In the nightly runs we saw that the ceph_cluster.yml file which we used to deploy kcli plans is not up-to-date with the master one. It cause problems in the nightlies. We've narrowed down the problem is with the basedir and and also with the path difference in the dependency script and the location of ceph. So changing the workspace path to workspace/ceph. Signed-off-by: Nizamudeen A --- .../config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph-dashboard-cephadm-e2e-nightly/config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml b/ceph-dashboard-cephadm-e2e-nightly/config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml index b7dd8850c..45dba1cbf 100644 --- a/ceph-dashboard-cephadm-e2e-nightly/config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml +++ b/ceph-dashboard-cephadm-e2e-nightly/config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml @@ -18,6 +18,7 @@ block-downstream: false block-upstream: false retry-count: 3 + workspace: /home/jenkins-build/build/workspace/{name}/ceph properties: - build-discarder: days-to-keep: 15 @@ -41,7 +42,6 @@ branches: - '{ceph_branch}' browser: auto - basedir: "ceph" timeout: 20 skip-tag: true shallow-clone: true @@ -53,7 +53,6 @@ - ../../../scripts/dashboard/install-e2e-test-deps.sh - ../../../scripts/dashboard/install-cephadm-e2e-deps.sh - shell: | - cd ceph export CYPRESS_ARGS="--record --key $CYPRESS_RECORD_KEY --tag $JOB_NAME" COMMIT_INFO_MESSAGE="$JOB_NAME" timeout 7200 ./src/pybind/mgr/dashboard/ci/cephadm/run-cephadm-e2e-tests.sh -- 2.47.3