Skip to content

Update charm libraries #2203

Update charm libraries

Update charm libraries #2203

name: Integration tests
on:
pull_request:
schedule:
- cron: "0 15 * * SAT"
permissions:
contents: read
packages: write
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
permissions:
contents: read
packages: write
with:
channel: 1.33-classic/stable
extra-arguments: |
--kube-config=~/.kube/config
juju-channel: 3/stable
pre-run-script: |
-c "chmod +x tests/integration/pre_run_script.sh
./tests/integration/pre_run_script.sh"
trivy-fs-enabled: true
trivy-image-config: "trivy.yaml"
self-hosted-runner: true
self-hosted-runner-label: "xlarge"
tmate-timeout: 20
use-canonical-k8s: true
provider: 'k8s'
with-uv: true
allure-report:
if: ${{ !cancelled() && github.event_name == 'schedule' }}
needs:
- integration-tests
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main