-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): Run tests in
testing
namespace and add logging (#253)
* fix(ci): Run tests in `testing` namespace and add logging * pass {posargs} Closes #252
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,12 +88,16 @@ jobs: | |
charmcraft-channel: 3.x/stable | ||
|
||
- run: | | ||
sg snap_microk8s -c "tox -e ${{ matrix.charm }}-integration" | ||
sg snap_microk8s -c "tox -e ${{ matrix.charm }}-integration -- -- --model testing" | ||
# Collect debug logs if failed | ||
- name: Dump Juju/k8s logs on failure | ||
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main | ||
if: always() | ||
if: failure() | ||
|
||
- name: Dump logs | ||
if: failure() | ||
uses: canonical/charming-actions/[email protected] | ||
|
||
test-bundle: | ||
name: Test the bundle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters