diff --git a/.drone-pandaria.yml b/.drone-pandaria.yml index acaefc487..d40253efa 100644 --- a/.drone-pandaria.yml +++ b/.drone-pandaria.yml @@ -20,7 +20,7 @@ steps: path: /var/run/docker.sock - name: integration-test - image: rancher/rancher:v2.8-head + image: rancher/rancher:v2.7-head privileged: true commands: - zypper -n install helm @@ -91,7 +91,7 @@ steps: path: /var/run/docker.sock - name: integration-test - image: rancher/rancher:v2.8-head + image: rancher/rancher:v2.7-head privileged: true commands: - zypper -n install helm diff --git a/scripts/integration-test b/scripts/integration-test index c04b8046e..eb740f3d5 100755 --- a/scripts/integration-test +++ b/scripts/integration-test @@ -5,9 +5,9 @@ export CATTLE_DEV_MODE=yes export CATTLE_SERVER_URL="https://$(ip route get 8.8.8.8 | awk '{print $7}'):443" export CATTLE_BOOTSTRAP_PASSWORD="admin" export CATTLE_FEATURES="harvester=false" -export CATTLE_CHART_DEFAULT_BRANCH="dev-v2.8" -export CATTLE_SYSTEM_CHART_DEFAULT_BRANCH="dev-v2.8" -export CATTLE_RANCHER_WEBHOOK_VERSION="103.0.0+up0.4.0-rc3" +#export CATTLE_CHART_DEFAULT_BRANCH="dev-v2.8" +#export CATTLE_SYSTEM_CHART_DEFAULT_BRANCH="dev-v2.8" +#export CATTLE_RANCHER_WEBHOOK_VERSION="103.0.0+up0.4.0-rc3" cd $(dirname $0)/../