Skip to content

Commit

Permalink
ci: fixes to several weekly spread tests (#2032)
Browse files Browse the repository at this point in the history
This doesn't resolve all the issues, but it's a start.
  • Loading branch information
lengau authored Dec 19, 2024
1 parent 1ad02d8 commit 29cb07f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spread-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
paths:
- .github/workflows/spread-large.yaml
- tests/spread/charms/**
- tests/spread/smoketests/parallel-build/*
- tests/spread/smoketests/remote-build/*

# Only ever run one of this test at a time.
concurrency:
Expand Down
3 changes: 2 additions & 1 deletion tests/spread/charms/k8s-operator/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ environment:
CHARM/kafka: https://github.com/canonical/kafka-k8s-operator
CHARM/loki: https://github.com/canonical/loki-k8s-operator
CHARM/mattermost: https://git.launchpad.net/charm-k8s-mattermost
CHARM/mongodb: https://github.com/canonical/mongodb-k8s-operator
# Uses tox, needs a different workflow right now.
# CHARM/mongodb: https://github.com/canonical/mongodb-k8s-operator
# Uses tox, needs a different workflow right now.
# CHARM/mysql: https://github.com/canonical/mysql-k8s-operator
CHARM/pgbouncer: https://github.com/canonical/pgbouncer-k8s-operator
Expand Down
3 changes: 2 additions & 1 deletion tests/spread/charms/reactive/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ execute: |
cd charm
charmcraft pack --verbose
rm ~/*.charm
mv *.charm ~/
juju deploy ~/20.04-amd64.charm
juju deploy ~/*.charm

0 comments on commit 29cb07f

Please sign in to comment.