From 47d53fd68afad2a12d0685db733505d06b7c9f87 Mon Sep 17 00:00:00 2001 From: charlie4284 Date: Fri, 5 Jul 2024 20:08:47 +0800 Subject: [PATCH] debug --- .github/workflows/integration_test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 3a02ab114..549bb10f4 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -20,6 +20,9 @@ jobs: provider: lxd test-tox-env: integration-juju2.9 modules: '["test_charm_base_image", "test_charm_fork_repo", "test_charm_no_runner", "test_charm_scheduled_events", "test_charm_lxd_runner", "test_charm_runner", "test_charm_metrics_success", "test_charm_metrics_failure", "test_self_hosted_runner", "test_charm_with_proxy", "test_charm_with_juju_storage", "test_debug_ssh", "test_charm_upgrade"]' + self-hosted-runner: true + self-hosted-runner-label: xlarge,X64 + tmate-debug: true integration-tests: name: Integration test with juju 3.1 uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main @@ -42,4 +45,4 @@ jobs: modules: '["test_charm_metrics_failure", "test_charm_metrics_success", "test_charm_fork_repo", "test_charm_runner", "test_e2e"]' 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: stg-private-endpoint \ No newline at end of file + self-hosted-runner-label: stg-private-endpoint