Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- distro: debian_11
base: debian
image: neutron
runs-on: macos-12
runs-on: vm-self-hosted
if: >-
( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
contents: write # for technote-space/create-pr-action to push code
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: macos-12
runs-on: vm-self-hosted
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
runs-on: macos-12
runs-on: vm-self-hosted
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
- uses: ./.github/actions/vagrant-setup
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/on-demand_noha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions: read-all
jobs:
check-noha-ubuntu:
name: Check No High Availability deployment on Ubuntu Focal Virtual Machines
runs-on: macos-12
runs-on: vm-self-hosted
if: >-
( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
env:
Expand All @@ -34,8 +34,6 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
- uses: ./.github/actions/vagrant-setup
- name: Install GNU tools
run: brew install iproute2mac
- name: Install Vagrant Reload plugin
run: vagrant plugin install vagrant-reload
- name: Deploy OpenStack Compute nodes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
runs-on: macos-12
runs-on: vm-self-hosted
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
- uses: ./.github/actions/vagrant-setup
Expand Down
2 changes: 1 addition & 1 deletion requirements/2024.1/debian_11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ importlib-resources==5.0.7
# via ansible-core
iso8601==2.1.0
# via oslo-utils
jinja2==3.1.4
jinja2==3.1.5
# via
# ansible-core
# kolla-ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements/2024.1/rocky_9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ importlib-resources==5.0.7
# via ansible-core
iso8601==2.1.0
# via oslo-utils
jinja2==3.1.4
jinja2==3.1.5
# via
# ansible-core
# kolla-ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements/2024.1/ubuntu_22.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ idna==3.10
# via requests
iso8601==2.1.0
# via oslo-utils
jinja2==3.1.4
jinja2==3.1.5
# via
# ansible-core
# kolla-ansible
Expand Down
Loading