Skip to content

Add worker node clustering #122

Add worker node clustering

Add worker node clustering #122

name: Integration tests
on:
pull_request:
jobs:
build-all-charms:
strategy:
matrix:
path:
- "./charms/worker/k8s/"
- "./charms/worker/"
uses: ./.github/workflows/build-charm.yaml
with:
working-directory: ${{ matrix.path }}
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
needs: [build-all-charms]
secrets: inherit
with:
provider: lxd
juju-channel: 3.3/stable
chaos-enabled: false

Check failure on line 23 in .github/workflows/integration_test.yaml

View workflow run for this annotation

GitHub Actions / Integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration_test.yaml (Line: 23, Col: 22): Invalid input, chaos-enabled is not defined in the referenced workflow.
load-test-enabled: false
zap-enabled: false
trivy-fs-enabled: true
trivy-image-config: "trivy.yaml"