diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index f7ea0a7ec..1f8148ea9 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -11,6 +11,12 @@ jobs: extra-arguments: -x --localstack-address 172.17.0.1 pre-run-script: localstack-installation.sh trivy-image-config: "trivy.yaml" - juju-channel: 3.4/stable - channel: 1.28-strict/stable - modules: '["test_charm", "test_nginx", "test_s3", "test_scaling", "test_matrix_auth"]' + extra-arguments: | + --kube-config=~/.kube/config + modules: '["test_charm", "test_nginx", "test_s3", "test_scaling"]' + channel: 1.34-classic/stable + juju-channel: 3.6/stable + self-hosted-runner: true + self-hosted-runner-label: "xlarge" + use-canonical-k8s: true + provider: 'k8s'