Skip to content

Commit

Permalink
Merge pull request #624 from fog/actions-to-arc
Browse files Browse the repository at this point in the history
Migrate the Integration tests to new ARC runners
  • Loading branch information
Temikus authored Apr 6, 2024
2 parents 4b3c638 + f4d9922 commit aeec6d2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-instance_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-loadbalancing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-pubsub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down

0 comments on commit aeec6d2

Please sign in to comment.