canonical / data-platform-workflows

Reusable GitHub Actions workflows used by the Data Platform team
Apache License 2.0
3 stars 9 forks source link

patch(integration_test_charm.yaml): Display status and logs from multiple models #194

Closed marceloneppel closed 1 month ago

marceloneppel commented 1 month ago

Issue

For integration tests like the one for async replication, it would be helpful to have status and logs from multiple models.

Solution

In .github/workflows/integration_test_charm.yaml:

In python/cli/data_platform_workflows_cli/convert_logsink_to_debug_log.py:

Fixes https://github.com/canonical/data-platform-workflows/issues/193.

marceloneppel commented 1 month ago

Superseded by https://github.com/canonical/data-platform-workflows/pull/195.