-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
708 additions
and
279 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
name: Manual test | ||
|
||
on: | ||
# TODO: Re-enable | ||
# pull_request: | ||
workflow_dispatch: | ||
pull_request: | ||
# workflow_dispatch: | ||
|
||
jobs: | ||
integration-tests-microstack: | ||
name: Integration test using microstack | ||
openstack-integration-tests-private-endpoint: | ||
name: Integration test using private-endpoint | ||
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main | ||
secrets: inherit | ||
with: | ||
juju-channel: 3.2/stable | ||
pre-run-script: scripts/setup-microstack.sh | ||
provider: microk8s | ||
channel: 1.26-strict/stable | ||
microk8s-addons: "dns ingress hostpath-storage" | ||
pre-run-script: scripts/setup-lxd.sh | ||
provider: lxd | ||
test-tox-env: integration-juju3.2 | ||
modules: '["test_openstack_runner"]' | ||
modules: '["test_e2e", "test_charm_runner"]' | ||
extra-arguments: "-m openstack --openstack-flavor-name=builder-cpu4-ram8-disk50 --http-proxy=http://squid.internal:3128 --https-proxy=http://squid.internal:3128 --no-proxy=keystone.ps6.canonical.com,glance.ps6.canonical.com,nova.ps6.canonical.com,neutron.ps6.canonical.com" | ||
self-hosted-runner: true | ||
self-hosted-runner-label: xlarge | ||
self-hosted-runner-label: stg-private-endpoint | ||
tmate-debug: true | ||
tmate-timeout: 2400 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Copyright 2024 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
|
||
# Script to setup LXD for testing | ||
|
||
juju bootstrap localhost lxd |
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
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
Oops, something went wrong.