Skip to content

Commit

Permalink
build(deps): bump EmilienM/devstack-action from 0.11 to 0.14
Browse files Browse the repository at this point in the history
Also start using the commit hash of the release, rather than the tag.
  • Loading branch information
pierreprinetti committed Feb 15, 2024
1 parent 6ebf64c commit c1089ff
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
if: matrix.ubuntu_version == '20.04'
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
enabled_services: 's-account,s-container,s-object,s-proxy'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-blockstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-clustering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-containerinfra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-fwaas_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-imageservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-keymanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-sharedfilesystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@c41f86d8df58b53c55f070207b6dfce656788cfd
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down

0 comments on commit c1089ff

Please sign in to comment.