From 71eadd2a9d6c05595c05c5e7f10f4fd3c3f7ea48 Mon Sep 17 00:00:00 2001 From: Jadon Naas Date: Mon, 17 Jun 2024 18:56:04 -0400 Subject: [PATCH] Pin charmcraft to 2.x/stable for CI Using charmcraft 3.x causes charm builds to fail due to a bug in charmcraft 3.x. Pin charmcraft to 2.x/stable for ZOSCI testing. Pinning to 2.x/stable is what we are doing for other OpenStack charms at this time. Closes-Bug: 2069658 Change-Id: Id13e05ddf3ba99ffd76804f0a8244d310c123444 --- osci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osci.yaml b/osci.yaml index 5468c05..71ef221 100644 --- a/osci.yaml +++ b/osci.yaml @@ -16,7 +16,7 @@ needs_charm_build: true charm_build_name: vault build_type: charmcraft - charmcraft_channel: latest/edge + charmcraft_channel: 2.x/stable - job: name: jammy-mysql8