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 <nia@redhat.com>
block-downstream: false
block-upstream: false
retry-count: 3
+ workspace: /home/jenkins-build/build/workspace/{name}/ceph
properties:
- build-discarder:
days-to-keep: 15
branches:
- '{ceph_branch}'
browser: auto
- basedir: "ceph"
timeout: 20
skip-tag: true
shallow-clone: true
- ../../../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