From 3e0947c8d1bb3ea181d2b43f562ed354cd907f89 Mon Sep 17 00:00:00 2001 From: Yanks Yoon Date: Mon, 15 Jul 2024 07:30:34 +0000 Subject: [PATCH] debug: disable all other tests --- .github/workflows/integration_test.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 761635ac2..5d4ea9a32 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -8,28 +8,6 @@ concurrency: cancel-in-progress: true jobs: - # test option values defined at test/conftest.py are passed on via repository secret - # INTEGRATION_TEST_ARGS to operator-workflows automatically. - integration-tests-juju2: - name: Integration test with juju 2.9 - uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main - secrets: inherit - with: - juju-channel: 2.9/stable - pre-run-script: scripts/pre-integration-test.sh - 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"]' - integration-tests: - name: Integration test with juju 3.1 - uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main - secrets: inherit - with: - juju-channel: 3.1/stable - pre-run-script: scripts/pre-integration-test.sh - provider: lxd - test-tox-env: integration-juju3.1 - 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"]' openstack-integration-tests-private-endpoint: name: Integration test using private-endpoint uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main