Skip to content

Commit

Permalink
Merge pull request #2924 from gophercloud/bp-v1-6747962
Browse files Browse the repository at this point in the history
[v1] build(deps): bump EmilienM/devstack-action from 0.11 to 0.14
  • Loading branch information
EmilienM committed Feb 15, 2024
2 parents 195d9f6 + ac7c64d commit 53ee602
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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -42,7 +42,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -63,7 +63,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -40,7 +40,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -27,7 +27,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- 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 53ee602

Please sign in to comment.