Skip to content

Add Type Hints as specified in is-charms-contributing-guide #29

Add Type Hints as specified in is-charms-contributing-guide

Add Type Hints as specified in is-charms-contributing-guide #29

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=indico

Check failure on line 11 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: 11, Col: 24): Invalid input, chaos-app-label is not defined in the referenced workflow. .github/workflows/integration_test.yaml (Line: 12, Col: 22): Invalid input, chaos-enabled is not defined in the referenced workflow.
chaos-enabled: false
chaos-experiments: pod-delete
load-test-enabled: false
load-test-run-args: "-e LOAD_TEST_HOST=localhost"
zap-before-command: "curl -H \"Host: indico.local\" http://localhost/bootstrap --data-raw 'csrf_token=00000000-0000-0000-0000-000000000000&first_name=admin&last_name=admin&email=admin%40admin.com&username=admin&password=lunarlobster&confirm_password=lunarlobster&affiliation=Canonical'"
zap-enabled: true
zap-cmd-options: '-T 60 -z "-addoninstall jython" --hook "/zap/wrk/tests/zap/hook.py"'
zap-target: localhost
zap-target-port: 80
zap-rules-file-name: "zap_rules.tsv"
trivy-fs-enabled: true
trivy-image-config: "trivy.yaml"