Skip to content

Commit ceb3256

Browse files
committed
Use CI runners for integration tests
1 parent 420bb2d commit ceb3256

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
modules: '["test_charm_metrics_failure", "test_charm_metrics_success", "test_charm_fork_repo", "test_charm_fork_path_change", "test_charm_no_runner", "test_charm_runner", "test_debug_ssh", "test_charm_upgrade", "test_reactive", "test_jobmanager_prespawned", "test_jobmanager_reactive"]'
2424
extra-arguments: '-m openstack --log-format="%(asctime)s %(levelname)s %(message)s"'
2525
self-hosted-runner: true
26-
self-hosted-runner-label: stg-private-endpoint
26+
self-hosted-runner-label: self-hosted-linux-amd64-noble-pfe-ci
2727
openstack-integration-tests-cross-controller-private-endpoint:
2828
name: Cross controller integration test using private-endpoint
2929
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
@@ -36,7 +36,7 @@ jobs:
3636
modules: '["test_prometheus_metrics"]'
3737
extra-arguments: '-m openstack --log-format="%(asctime)s %(levelname)s %(message)s"'
3838
self-hosted-runner: true
39-
self-hosted-runner-label: stg-private-endpoint
39+
self-hosted-runner-label: self-hosted-linux-amd64-noble-pfe-ci
4040
allure-report:
4141
if: ${{ (success() || failure()) && github.event_name == 'schedule' }}
4242
needs:

0 commit comments

Comments
 (0)