Skip to content

Charm release automation is broken #131

Description

@alexdlukens

Bug Description

Automated charm builds/releases to edge channel are currently broken. It appears that only a single charm is being uploaded per-CI run. The amd64 charm has not been released since 2025-10-08. E.g. see juju info for different architectures:

<alexlukens@laptop>~$ juju info jenkins-agent --arch amd64 | tail -n10
subordinate: false
relations:
  provides:
    agent: jenkins_agent_v0
  requires: {}
channels: |
  latest/stable:     92  2025-10-08  (92)  11MB  ubuntu@24.04
  latest/candidate:  ^
  latest/beta:       ^
  latest/edge:       92  2025-10-08  (92)  11MB  ubuntu@24.04

<alexlukens@laptop>~$ juju info jenkins-agent --arch s390x | tail -n10
subordinate: false
relations:
  provides:
    agent: jenkins_agent_v0
  requires: {}
channels: |
  latest/stable:     94  2025-10-08  (94)  13MB  ubuntu@24.04
  latest/candidate:  ^
  latest/beta:       ^
  latest/edge:       109  2026-01-13  (109)  5MB  ubuntu@24.04


<alexlukens@laptop>~$ juju info jenkins-agent --arch ppc64el | tail -n10
subordinate: false
relations:
  provides:
    agent: jenkins_agent_v0
  requires: {}
channels: |
  latest/stable:     91  2025-10-08  (91)  11MB  ubuntu@24.04
  latest/candidate:  ^
  latest/beta:       ^
  latest/edge:       116  2026-02-11  (116)  4MB  ubuntu@24.04

Impact

Medium (functionality degraded, workaround exists)

Impact Rationale

No response

To Reproduce

N/A

Environment

N/A

Relevant log output

N/A

Additional context

Discussed on Mattermost in Platform Engineering channel: https://chat.canonical.com/canonical/pl/szg9akc3yj8j5pgh71xg95jqww

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions