Skip to content

Commit

Permalink
PANDARIA: temporarily modifying integration tests and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacieChao committed Sep 8, 2023
1 parent 4017ef3 commit 4a8b36e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone-pandaria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions scripts/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -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)/../

Expand Down

0 comments on commit 4a8b36e

Please sign in to comment.