Skip to content

Commit c915a1c

Browse files
authored
Get the core addons for strict from the main addons branch (#3022)
1 parent 6f33fb3 commit c915a1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-scripts/set-env-variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export K8S_DQLITE_TAG="${K8S_DQLITE_TAG:-v1.0.4}"
5050
export KUBE_SNAP_ROOT="$(readlink -f .)"
5151

5252
export ADDONS_REPOS="
53-
core,${CORE_ADDONS_REPO:-https://github.com/canonical/microk8s-core-addons},${CORE_ADDONS_REPO_BRANCH:-strict}
53+
core,${CORE_ADDONS_REPO:-https://github.com/canonical/microk8s-core-addons},${CORE_ADDONS_REPO_BRANCH:-main}
5454
community,${COMMUNITY_ADDONS_REPO:-https://github.com/canonical/microk8s-addons},${COMMUNITY_ADDONS_REPO_BRANCH:-strict}
5555
"
5656
export ADDONS_REPOS_ENABLED="core"

tests/test-upgrade-path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pytest
22
import os
33
import time
4-
import requests
54
from utils import (
65
wait_for_installation,
76
run_until_success,

0 commit comments

Comments
 (0)