Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Integration tests

on:
pull_request:
schedule:
- cron: "0 15 * * SAT"


jobs:
integration-tests:

uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
uses:
canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit

with:
Expand All @@ -20,9 +23,9 @@ jobs:
charmcraft-channel: latest/edge
modules: '["test_app", "test_webhook_redelivery"]'
extra-arguments: --webhook-test-repository cbartz-org/gh-runner-test

allure-report:
if: always() && !cancelled()
if: ${{ !cancelled() && github.event_name == 'schedule' }}
needs:
- integration-tests
- integration-tests
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main
6 changes: 5 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ CVE-2025-22874
# Vulnerability in golang.org/x/oauth2/jws introduced by statsd-exporter.
CVE-2025-22868
# Vulnerability in go stdlib introduced by statsd-exporter.
CVE-2025-47907
CVE-2025-47907
CVE-2025-58183
CVE-2025-58186
CVE-2025-58187
CVE-2025-58188
Loading