From 89b898fb9437ac1bc281fb7716bddcec1b3c8c7a Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Tue, 2 Apr 2024 10:19:18 +0200 Subject: [PATCH 1/2] Add .licenserc.yaml --- .licenserc.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .licenserc.yaml diff --git a/.licenserc.yaml b/.licenserc.yaml new file mode 100644 index 0000000..ef7164e --- /dev/null +++ b/.licenserc.yaml @@ -0,0 +1,23 @@ +header: + license: + spdx-id: Apache-2.0 + copyright-owner: Canonical Ltd. + content: | + Copyright [year] [owner] + See LICENSE file for licensing details. + paths: + - '**' + paths-ignore: + - '.github/**' + - '**/*.json' + - '**/*.md' + - '**/*.txt' + - '.jujuignore' + - '.gitignore' + - '.licenserc.yaml' + - 'CODEOWNERS' + - 'LICENSE' + - 'trivy.yaml' + - 'pyproject.toml' + - 'zap_rules.tsv' + comment: on-failure From 9870acbddb0345fa02118d33737e35dd07cdc511 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Tue, 2 Apr 2024 14:45:11 +0200 Subject: [PATCH 2/2] Use 2.9/edge juju-channel --- .github/workflows/integration_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 2f4fe63..953a5ff 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -8,6 +8,8 @@ jobs: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main secrets: inherit with: + # Use edge due to https://bugs.launchpad.net/juju/+bug/2058506 (will be fixed in 2.9.48) + juju-channel: 2.9/edge 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'"