mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Skip integration tests in release
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
# help: Run Python based integration tests
|
# help: Run Python based integration tests
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
if [ "$INTEGRATION_TESTS" = 0 ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
source $(dirname $0)/version
|
source $(dirname $0)/version
|
||||||
|
|
||||||
cd $(dirname $0)/../tests/integration
|
cd $(dirname $0)/../tests/integration
|
||||||
|
@@ -4,5 +4,6 @@ set -e
|
|||||||
source $(dirname $0)/version
|
source $(dirname $0)/version
|
||||||
export REPO_VERSION=$VERSION
|
export REPO_VERSION=$VERSION
|
||||||
export COMPRESS=lzma
|
export COMPRESS=lzma
|
||||||
|
export INTEGRATION_TESTS=0
|
||||||
|
|
||||||
exec $(dirname $0)/ci
|
exec $(dirname $0)/ci
|
||||||
|
Reference in New Issue
Block a user