]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephadm: test grafana adoption 34903/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 5 May 2020 12:50:14 +0000 (14:50 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 5 May 2020 12:50:14 +0000 (14:50 +0200)
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 <sebastian.wagner@suse.com>
qa/workunits/cephadm/test_adoption.sh

index 83e11a40ace6409e683bd1bb8a97be8ba27438d3..f18c36ee30cb9aafe52dfc296edf51decab0ce94 100755 (executable)
@@ -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