Skip to content

Fix/missing resolute in charm config validation #1302

Fix/missing resolute in charm config validation

Fix/missing resolute in charm config validation #1302

name: Integration tests
on:
pull_request:
schedule:
- cron: "0 15 * * SAT"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}
cancel-in-progress: true
jobs:
integration-tests:
uses:
canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 3.6/stable
provider: lxd
modules: '["test_charm", "test_upgrade"]'
self-hosted-runner: true
self-hosted-runner-arch: X64
self-hosted-runner-label: pfe-ci
builder-runner-label: X64
pre-run-script: |
-c "./tests/integration/aproxy_prerouting_workaround.sh"
allure-report:
if: ${{ !cancelled() && github.event_name == 'schedule' }}
needs:
- integration-tests
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main