From cc7493be7a07641a9a75c8186cd5edd96f6ed05c Mon Sep 17 00:00:00 2001 From: Mateo Florido Date: Tue, 2 Apr 2024 08:11:39 -0500 Subject: [PATCH] Parallel test runs --- .github/workflows/integration_test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index fc11ab0f..01c5e204 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -35,11 +35,14 @@ jobs: integration-tests: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main needs: [build-all-charms, extra-args] + strategy: + matrix: + suite: ["-k test_etcd", "-k test_k8s"] secrets: inherit with: provider: lxd juju-channel: 3.3/stable - extra-arguments: ${{needs.extra-args.outputs.args}} + extra-arguments: ${{needs.extra-args.outputs.args}} ${{ matrix.suite }} load-test-enabled: false zap-enabled: false trivy-fs-enabled: true