Add logging during setup process and ensure we're reacting to start hook #651
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration tests | |
on: | |
pull_request: | |
jobs: | |
integration-tests: | |
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main | |
secrets: inherit | |
with: | |
chaos-app-label: app.kubernetes.io/name=discourse-k8s | |
chaos-duration: 600 | |
chaos-enabled: false | |
chaos-experiments: pod-delete | |
chaos-status-duration: 300 | |
extra-arguments: --localstack-address 172.17.0.1 -m "not (requires_secrets)" | |
pre-run-script: localstack-installation.sh | |
trivy-image-config: "trivy.yaml" |