Skip to content

Commit aeec6d2

Browse files
authored
Merge pull request #624 from fog/actions-to-arc
Migrate the Integration tests to new ARC runners
2 parents 4b3c638 + f4d9922 commit aeec6d2

8 files changed

+8
-8
lines changed

.github/workflows/integration-compute-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
test-compute:
28-
runs-on: self-hosted
28+
runs-on: fog-arc-runner
2929
strategy:
3030
matrix:
3131
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-compute-instance_groups.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
test:
28-
runs-on: self-hosted
28+
runs-on: fog-arc-runner
2929
strategy:
3030
matrix:
3131
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-compute-loadbalancing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
test:
28-
runs-on: self-hosted
28+
runs-on: fog-arc-runner
2929
strategy:
3030
matrix:
3131
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-compute-networking.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
test:
28-
runs-on: self-hosted
28+
runs-on: fog-arc-runner
2929
strategy:
3030
matrix:
3131
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-monitoring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
test:
29-
runs-on: self-hosted
29+
runs-on: fog-arc-runner
3030
strategy:
3131
matrix:
3232
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-pubsub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
test:
29-
runs-on: self-hosted
29+
runs-on: fog-arc-runner
3030
strategy:
3131
matrix:
3232
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-sql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
test:
29-
runs-on: self-hosted
29+
runs-on: fog-arc-runner
3030
strategy:
3131
matrix:
3232
ruby-version: [ '3.0', '3.1', '3.2' ]

.github/workflows/integration-storage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
test:
30-
runs-on: self-hosted
30+
runs-on: fog-arc-runner
3131
strategy:
3232
matrix:
3333
ruby-version: [ '3.0', '3.1', '3.2' ]

0 commit comments

Comments
 (0)