Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Ieri <[email protected]>
  • Loading branch information
rgildein and aieri authored Nov 18, 2024
1 parent 292d245 commit 97b6dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- 'tox -e func -- -v --base [email protected] --keep-models'
juju-channel: ["3.4/stable"]
exclude:
# NOTE(rgildein): The grafana-agent does not support [email protected] on arm64.
# NOTE(rgildein): The grafana-agent does not support [email protected] on arm64. See #347
- test-command: 'tox -e func -- -v --base [email protected] --keep-models'
runs-on: [Ubuntu_ARM64_4C_16G_01]
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/bundle.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ applications:
grafana-agent:
charm: grafana-agent
{% if base == '[email protected]' %}
channel: latest/candidate # Note(rgildein): Right now, grafana-agent is not support for Noble on latest/stable.
channel: latest/candidate # Note(rgildein): Right now, grafana-agent is not support for Noble on latest/stable. See #348
{% else %}
channel: latest/stable
{% endif %}
Expand Down

0 comments on commit 97b6dfb

Please sign in to comment.