From: Sebastian Wagner Date: Tue, 5 May 2020 12:50:14 +0000 (+0200) Subject: qa/workunits/cephadm: test grafana adoption X-Git-Tag: v16.1.0~2389^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34903%2Fhead;p=ceph.git qa/workunits/cephadm: test grafana adoption now includes https://github.com/ceph/cephadm-adoption-corpus/commit/af85d49307e1652cd0007bf3074030bf0a63c9b7 Fixes: https://github.com/ceph/cephadm-adoption-corpus/pull/3 Signed-off-by: Sebastian Wagner --- diff --git a/qa/workunits/cephadm/test_adoption.sh b/qa/workunits/cephadm/test_adoption.sh index 83e11a40ace6..f18c36ee30cb 100755 --- a/qa/workunits/cephadm/test_adoption.sh +++ b/qa/workunits/cephadm/test_adoption.sh @@ -3,7 +3,7 @@ SCRIPT_NAME=$(basename ${BASH_SOURCE[0]}) SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" CEPHADM_SRC_DIR=${SCRIPT_DIR}/../../../src/cephadm -CORPUS_COMMIT=50c5dd734638939facd1ed32295ce59c9a5986b4 +CORPUS_COMMIT=97996ce562731a7260ab9d90649af3ff4b5fff3f [ -z "$SUDO" ] && SUDO=sudo if [ -z "$CEPHADM" ]; then