Skip to content

Commit

Permalink
Increases time for network config propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 19, 2024
1 parent 5aae648 commit 743d1d4
Show file tree
Hide file tree
Showing 5 changed files with 4,484 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
microk8s-addons: "hostpath-storage dns metallb:10.0.0.2-10.0.0.10"

- 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
1 change: 1 addition & 0 deletions terraform/integration_tests.auto.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sdcore_model_name = "sdcore"
Loading

0 comments on commit 743d1d4

Please sign in to comment.