Skip to content

Commit

Permalink
Restores continue-on-error for Multus setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 19, 2024
1 parent a7687d1 commit 44be677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
uv tool install tox --with tox-uv
- name: Enable Multus addon
continue-on-error: true
run: |
sudo microk8s addons repo add community https://github.com/canonical/microk8s-community-addons --reference feat/strict-fix-multus
sudo microk8s enable multus
sudo microk8s kubectl -n kube-system rollout status daemonset/kube-multus-ds
sudo microk8s kubectl auth can-i create network-attachment-definitions
- name: Run integration tests
run: tox -vve integration
Expand Down

0 comments on commit 44be677

Please sign in to comment.