Merge ~mertkirpici/charm-kubernetes-service-checks:bseng/553 into charm-kubernetes-service-checks:master

Proposed by Mert Kirpici
Status: Merged
Approved by: Eric Chen
Approved revision: a743fd629cfa6bf843fb3b088690950d60cdf59f
Merged at revision: 62cf49a8f52a35801affbbff8c8d37be1a8b2e7d
Proposed branch: ~mertkirpici/charm-kubernetes-service-checks:bseng/553
Merge into: charm-kubernetes-service-checks:master
Diff against target: 58 lines (+2/-8)
4 files modified
charmcraft.yaml (+0/-4)
dev/null (+0/-1)
tests/functional/tests/tests.yaml (+0/-1)
tox.ini (+2/-2)
Reviewer Review Type Date Requested Status
Erhan Sunar (community) Approve
🤖 prod-jenkaas-bootstack (community) continuous-integration Approve
BootStack Reviewers Pending
Review via email: mp+433627@code.launchpad.net

Commit message

Drop bionic support

Description of the change

During bionic functests, the kubernetes-master charm is erroring due to the issue:
https://bugs.launchpad.net/charm-kubernetes-master/+bug/1991957

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
Erhan Sunar (esunar) :
review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 62cf49a8f52a35801affbbff8c8d37be1a8b2e7d

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charmcraft.yaml b/charmcraft.yaml
2index 900390b..7a54960 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -18,7 +18,3 @@ bases:
6 channel: "20.04"
7 architectures:
8 - amd64
9- - name: ubuntu
10- channel: "18.04"
11- architectures:
12- - amd64
13diff --git a/tests/functional/tests/bundles/bionic.yaml b/tests/functional/tests/bundles/bionic.yaml
14deleted file mode 120000
15index f81f6ff..0000000
16--- a/tests/functional/tests/bundles/bionic.yaml
17+++ /dev/null
18@@ -1 +0,0 @@
19-base.yaml
20\ No newline at end of file
21diff --git a/tests/functional/tests/bundles/overlays/bionic.yaml.j2 b/tests/functional/tests/bundles/overlays/bionic.yaml.j2
22deleted file mode 100644
23index 65b2826..0000000
24--- a/tests/functional/tests/bundles/overlays/bionic.yaml.j2
25+++ /dev/null
26@@ -1 +0,0 @@
27-series: bionic
28diff --git a/tests/functional/tests/tests.yaml b/tests/functional/tests/tests.yaml
29index fae8fb8..b6b72ea 100644
30--- a/tests/functional/tests/tests.yaml
31+++ b/tests/functional/tests/tests.yaml
32@@ -30,6 +30,5 @@ target_deploy_status:
33 gate_bundles:
34 - jammy
35 - focal
36- - bionic
37 smoke_bundles:
38 - focal
39diff --git a/tox.ini b/tox.ini
40index 4dc1420..8599e68 100644
41--- a/tox.ini
42+++ b/tox.ini
43@@ -41,7 +41,7 @@ commands =
44 black --check --exclude "/(\.eggs|\.git|\.tox|\.venv|\.build|dist|charmhelpers|mod)/" .
45 deps =
46 black
47- flake8
48+ flake8<6.0.0 # https://github.com/PyCQA/flake8-import-order/issues/189
49 flake8-docstrings
50 flake8-import-order
51 pep8-naming
52@@ -76,5 +76,5 @@ deps = -r{toxinidir}/tests/unit/requirements.txt
53
54 [testenv:func]
55 changedir = {toxinidir}/tests/functional
56-commands = functest-run-suite {posargs}
57+commands = functest-run-suite --keep-faulty-model {posargs}
58 deps = -r{toxinidir}/tests/functional/requirements.txt

Subscribers

People subscribed via source and target branches

to all changes: