From e2ffafd66c8f8e8b9a01de42fb7f7821eafb3ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Siwek?= Date: Thu, 4 Jan 2024 23:22:20 +0100 Subject: [PATCH] try bootstrap constraints --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 66701ce..62f6c6c 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -70,7 +70,7 @@ jobs: juju-channel: "3.1/stable" provider: microk8s channel: 1.28-strict/stable - bootstrap-options: "--constraints mem=1G" + bootstrap-constraints: "mem=1G" microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" - name: Run integration tests