mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: update release upgrade test versions
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
ebaa83c985
commit
66d68a8fdb
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
TEST_SUFFIX=$(date +%s | base64 | head -c 15)
|
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
|
if [ "$TEST_ARCH" == "386" ]; then
|
||||||
TEST_OPTS="GOARCH=386 PASSES='build unit integration_e2e'"
|
TEST_OPTS="GOARCH=386 PASSES='build unit integration_e2e'"
|
||||||
fi
|
fi
|
||||||
|
4
test
4
test
@ -246,13 +246,13 @@ function grpcproxy_pass {
|
|||||||
function release_pass {
|
function release_pass {
|
||||||
rm -f ./bin/etcd-last-release
|
rm -f ./bin/etcd-last-release
|
||||||
# to grab latest patch release; bump this up for every minor 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
|
if [ -n "$MANUAL_VER" ]; then
|
||||||
# in case, we need to test against different version
|
# in case, we need to test against different version
|
||||||
UPGRADE_VER=$MANUAL_VER
|
UPGRADE_VER=$MANUAL_VER
|
||||||
fi
|
fi
|
||||||
if [[ -z ${UPGRADE_VER} ]]; then
|
if [[ -z ${UPGRADE_VER} ]]; then
|
||||||
UPGRADE_VER="v3.2.0"
|
UPGRADE_VER="v3.3.0"
|
||||||
echo "fallback to" ${UPGRADE_VER}
|
echo "fallback to" ${UPGRADE_VER}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user