File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions: read-all
2424jobs :
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 :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments