mirror of
https://github.com/rancher/os.git
synced 2025-07-07 11:58:38 +00:00
commit
6b47d33df2
@ -44,7 +44,7 @@ ARG VBOX_MODULES_URL_amd64=https://github.com/rancher/os-vbox/releases/download/
|
|||||||
|
|
||||||
ARG OS_SERVICES_REPO=https://raw.githubusercontent.com/${OS_REPO}/os-services
|
ARG OS_SERVICES_REPO=https://raw.githubusercontent.com/${OS_REPO}/os-services
|
||||||
ARG IMAGE_NAME=${OS_REPO}/os
|
ARG IMAGE_NAME=${OS_REPO}/os
|
||||||
ARG DFS_IMAGE=${OS_REPO}/docker:v${DOCKER_VERSION}
|
ARG DFS_IMAGE=${OS_REPO}/docker:v${DOCKER_VERSION}-1
|
||||||
|
|
||||||
ARG OS_BASE_URL_amd64=https://github.com/rancher/os-base/releases/download/v2016.05-3/os-base_amd64.tar.xz
|
ARG OS_BASE_URL_amd64=https://github.com/rancher/os-base/releases/download/v2016.05-3/os-base_amd64.tar.xz
|
||||||
ARG OS_BASE_URL_arm64=https://github.com/rancher/os-base/releases/download/v2016.05-3/os-base_arm64.tar.xz
|
ARG OS_BASE_URL_arm64=https://github.com/rancher/os-base/releases/download/v2016.05-3/os-base_arm64.tar.xz
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user