Skip to content

Commit

Permalink
Parallel test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido committed Apr 2, 2024
1 parent 1d32ce7 commit cc7493b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc7493b

Please sign in to comment.