From f4d9922aba9d494c2680ba4b4fcf76f7bcbe7e7f Mon Sep 17 00:00:00 2001 From: Artem Yakimenko Date: Sat, 6 Apr 2024 13:08:12 +1100 Subject: [PATCH] Migrate the Integration tests to new ARC runners --- .github/workflows/integration-compute-core.yml | 2 +- .github/workflows/integration-compute-instance_groups.yml | 2 +- .github/workflows/integration-compute-loadbalancing.yml | 2 +- .github/workflows/integration-compute-networking.yml | 2 +- .github/workflows/integration-monitoring.yml | 2 +- .github/workflows/integration-pubsub.yml | 2 +- .github/workflows/integration-sql.yml | 2 +- .github/workflows/integration-storage.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration-compute-core.yml b/.github/workflows/integration-compute-core.yml index 6a08950a4..246119825 100644 --- a/.github/workflows/integration-compute-core.yml +++ b/.github/workflows/integration-compute-core.yml @@ -25,7 +25,7 @@ on: jobs: test-compute: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-compute-instance_groups.yml b/.github/workflows/integration-compute-instance_groups.yml index 01a42c96a..b1e933ca8 100644 --- a/.github/workflows/integration-compute-instance_groups.yml +++ b/.github/workflows/integration-compute-instance_groups.yml @@ -25,7 +25,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-compute-loadbalancing.yml b/.github/workflows/integration-compute-loadbalancing.yml index 0a709d001..f2da2ea7e 100644 --- a/.github/workflows/integration-compute-loadbalancing.yml +++ b/.github/workflows/integration-compute-loadbalancing.yml @@ -25,7 +25,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-compute-networking.yml b/.github/workflows/integration-compute-networking.yml index 22254150a..31f880f63 100644 --- a/.github/workflows/integration-compute-networking.yml +++ b/.github/workflows/integration-compute-networking.yml @@ -25,7 +25,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-monitoring.yml b/.github/workflows/integration-monitoring.yml index 39a9861f9..878512c4e 100644 --- a/.github/workflows/integration-monitoring.yml +++ b/.github/workflows/integration-monitoring.yml @@ -26,7 +26,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-pubsub.yml b/.github/workflows/integration-pubsub.yml index 589d802eb..a9539952b 100644 --- a/.github/workflows/integration-pubsub.yml +++ b/.github/workflows/integration-pubsub.yml @@ -26,7 +26,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-sql.yml b/.github/workflows/integration-sql.yml index bc6aee626..46f25c871 100644 --- a/.github/workflows/integration-sql.yml +++ b/.github/workflows/integration-sql.yml @@ -26,7 +26,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ] diff --git a/.github/workflows/integration-storage.yml b/.github/workflows/integration-storage.yml index ab0537476..70e598df8 100644 --- a/.github/workflows/integration-storage.yml +++ b/.github/workflows/integration-storage.yml @@ -27,7 +27,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: fog-arc-runner strategy: matrix: ruby-version: [ '3.0', '3.1', '3.2' ]