Skip to content

Commit

Permalink
ci: a better way than commenting out external repos (canonical#1463)
Browse files Browse the repository at this point in the history
Proposing a fix to canonical#1461
deleting commented out repos
  • Loading branch information
dimaqq authored and tonyandrewmeyer committed Nov 27, 2024
1 parent 166292e commit 336b67a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
include:
- charm-repo: canonical/alertmanager-k8s-operator
commit: fe233592f9324a6cf4aa9dbc71577ee170cf9eb3 # rev138 2024-10-18T12:11:02Z
# Waiting for an upstream PR:
# https://github.com/canonical/prometheus-k8s-operator/pull/639
#- charm-repo: canonical/prometheus-k8s-operator
# commit: 7518ec8343941ca91248614fd8f2d50fdd9e068c # rev135 2024-09-06T12:10:02Z
- charm-repo: canonical/prometheus-k8s-operator
commit: 7518ec8343941ca91248614fd8f2d50fdd9e068c # rev135 2024-09-06T12:10:02Z
disabled: true # Waiting for an upstream PR: https://github.com/canonical/prometheus-k8s-operator/pull/639
- charm-repo: canonical/grafana-k8s-operator
commit: 07a52a65f272e115ab786f30cdb3b53be6b34bb7
steps:
Expand All @@ -39,7 +38,9 @@ jobs:
run: pip install tox~=4.2

- name: Run the charm's unit tests
if: !matrix.disabled
run: tox -vve unit

- name: Run the charm's static analysis checks
if: !matrix.disabled
run: tox -vve static-charm

0 comments on commit 336b67a

Please sign in to comment.