From 70cca45824389e49d0000770ef3cb812e08e0c1a Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 20 Dec 2017 14:16:59 -0800 Subject: [PATCH] *: update release upgrade test versions Signed-off-by: Gyuho Lee --- .semaphore.sh | 2 +- test | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.semaphore.sh b/.semaphore.sh index f2fc11504..3e3295227 100755 --- a/.semaphore.sh +++ b/.semaphore.sh @@ -2,7 +2,7 @@ TEST_SUFFIX=$(date +%s | base64 | head -c 15) -TEST_OPTS="RELEASE_TEST=y INTEGRATION=y PASSES='build unit release integration_e2e functional' MANUAL_VER=v3.2.11" +TEST_OPTS="RELEASE_TEST=y INTEGRATION=y PASSES='build unit release integration_e2e functional' MANUAL_VER=v3.3.0-rc.0" if [ "$TEST_ARCH" == "386" ]; then TEST_OPTS="GOARCH=386 PASSES='build unit integration_e2e'" fi diff --git a/test b/test index 06019f27c..9c16bbc2e 100755 --- a/test +++ b/test @@ -246,13 +246,13 @@ function grpcproxy_pass { function release_pass { rm -f ./bin/etcd-last-release # to grab latest patch release; bump this up for every minor release - UPGRADE_VER=$(git tag -l --sort=-version:refname "v3.2.*" | head -1) + UPGRADE_VER=$(git tag -l --sort=-version:refname "v3.3.*" | head -1) if [ -n "$MANUAL_VER" ]; then # in case, we need to test against different version UPGRADE_VER=$MANUAL_VER fi if [[ -z ${UPGRADE_VER} ]]; then - UPGRADE_VER="v3.2.0" + UPGRADE_VER="v3.3.0" echo "fallback to" ${UPGRADE_VER} fi