Skip to content

Commit f81b2f3

Browse files
Enable self-hosted runners
1 parent 6c23845 commit f81b2f3

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- distro: debian_11
6969
base: debian
7070
image: neutron
71-
runs-on: macos-12
71+
runs-on: vm-self-hosted
7272
if: >-
7373
( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
7474
steps:

.github/workflows/distros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write # for technote-space/create-pr-action to push code
2222
pull-requests: write # for technote-space/create-pr-action to create a PR
23-
runs-on: macos-12
23+
runs-on: vm-self-hosted
2424
steps:
2525
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
2626
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2

.github/workflows/on-demand_aio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
55-
runs-on: macos-12
55+
runs-on: vm-self-hosted
5656
steps:
5757
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
5858
- uses: ./.github/actions/vagrant-setup

.github/workflows/on-demand_noha.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions: read-all
2424
jobs:
2525
check-noha-ubuntu:
2626
name: Check No High Availability deployment on Ubuntu Focal Virtual Machines
27-
runs-on: macos-12
27+
runs-on: vm-self-hosted
2828
if: >-
2929
( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
3030
env:
@@ -34,8 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
3636
- uses: ./.github/actions/vagrant-setup
37-
- name: Install GNU tools
38-
run: brew install iproute2mac
3937
- name: Install Vagrant Reload plugin
4038
run: vagrant plugin install vagrant-reload
4139
- name: Deploy OpenStack Compute nodes

.github/workflows/scheduled_aio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
46-
runs-on: macos-12
46+
runs-on: vm-self-hosted
4747
steps:
4848
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
4949
- uses: ./.github/actions/vagrant-setup

0 commit comments

Comments
 (0)