From f76340634471d52b8a4cdc003fea1dea3c17f68b Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 11 Jul 2024 08:18:36 +0200 Subject: [PATCH] use gh hosted runners --- .github/workflows/integration_test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index b83d8da81..bf851138e 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -20,8 +20,6 @@ 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 integration-tests: name: Integration test with juju 3.1 uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main