Skip to content
Draft
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
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
self-hosted-runner-label: pfe-ci
openstack-integration-tests-cross-controller-private-endpoint:
name: Cross controller integration test using private-endpoint
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@fix/deduplicate-artefacts
secrets: inherit
with:
juju-channel: 3.6/stable
Expand All @@ -67,7 +67,7 @@ jobs:
self-hosted-runner-label: pfe-ci
openstack-integration-tests-runner-bases:
name: Runner tests across bases
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@fix/deduplicate-artefacts
secrets: inherit
strategy:
matrix:
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
- openstack-integration-tests-private-endpoint
- openstack-integration-tests-cross-controller-private-endpoint
- openstack-integration-tests-runner-bases
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@fix/deduplicate-artefacts
3 changes: 2 additions & 1 deletion .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- main
- track/*
- test/multi-publish

jobs:
publish-to-edge:
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@fix/deduplicate-artefacts
secrets: inherit
Loading