aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-02-08 15:32:31 -0500
committerJim Hahn <jrh3@att.com>2021-02-08 15:33:40 -0500
commit1598960654c88ef7f304181ca43e38cfd016ad1c (patch)
treec8f87563239a27d9ee91dcb6c8dbeb76591ffffa
parent63d65925bd109a3e0c11d49e5b60c947f45468bd (diff)
Upgrade mariadb version in CSITs
OOM has moved to mariaDB 10.5.8, so upgraded the version in the CSITs to match. Issue-ID: POLICY-3005 Change-Id: Ia4473f8c17510a2491e442689dfa99c55166fb08 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--csit/get-branch-mariadb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/get-branch-mariadb.sh b/csit/get-branch-mariadb.sh
index f5d10a38..46af8f83 100644
--- a/csit/get-branch-mariadb.sh
+++ b/csit/get-branch-mariadb.sh
@@ -16,7 +16,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END======================================================
-export POLICY_MARIADB_VER=10.2.25
+export POLICY_MARIADB_VER=10.5.8
export NEXUS_URL=https://nexus.onap.org/content/repositories/snapshots
GIT_TOP=$(git rev-parse --show-toplevel)