Skip to content

Commit

Permalink
ci: fix kube-ovn installation in schedule e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jul 24, 2023
1 parent 424ec2f commit 303defc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/scheduled-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,16 +1360,13 @@ jobs:
sudo cp -r /root/.kube/ ~/.kube/
sudo chown -R $(id -un). ~/.kube/
- name: Install Kube-OVN
- name: Install Kube-OVN with VPC NAT gateway enabled
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
version=$(grep -E '^VERSION="v([0-9]+\.){2}[0-9]+"$' dist/images/install.sh | head -n1 | awk -F= '{print $2}' | tr -d '"')
docker pull kubeovn/kube-ovn:$version
docker pull kubeovn/vpc-nat-gateway:$version
VERSION=$version make kind-install
- name: Install vpc-nat-gw
run: make kind-install-vpc-nat-gw
VERSION=$version make kind-install-vpc-nat-gw
- name: Run E2E
run: make iptables-vpc-nat-gw-conformance-e2e
Expand Down

0 comments on commit 303defc

Please sign in to comment.