Skip to content
Open
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/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
SWIFT_TEMPURL_KEY=secretkey
enabled_services: 'ir-api,ir-cond,s-account,s-container,s-object,s-proxy,q-svc,q-agt,q-dhcp,q-l3,q-meta,-cinder,-c-sch,-c-api,-c-vol,-c-bak,-ovn,-ovn-controller,-ovn-northd,-q-ovn-metadata-agent'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -46,7 +46,7 @@ jobs:
branch: ${{ matrix.openstack_version }}
enabled_services: 's-account,s-container,s-object,s-proxy'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -45,7 +45,7 @@ jobs:
CINDER_ISCSI_HELPER=tgtadm
enabled_services: 's-account,s-container,s-object,s-proxy,c-bak'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -46,7 +46,7 @@ jobs:
enable_plugin zaqar https://opendev.org/openstack/zaqar ${{ matrix.openstack_version }}
ZAQARCLIENT_BRANCH=${{ matrix.openstack_version }}
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -44,7 +44,7 @@ jobs:
conf_overrides: |
CINDER_ISCSI_HELPER=tgtadm
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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:
${{ matrix.devstack_conf_overrides }}
enabled_services: 'h-eng,h-api,h-api-cfn,h-api-cw'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -60,7 +60,7 @@ jobs:
${{ matrix.devstack_conf_overrides }}
enabled_services: 'designate,designate-central,designate-api,designate-worker,designate-producer,designate-mdns'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -42,7 +42,7 @@ jobs:
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -42,7 +42,7 @@ jobs:
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -45,7 +45,7 @@ jobs:
enable_plugin barbican https://opendev.org/openstack/barbican ${{ matrix.openstack_version }}
enabled_services: 'barbican-svc,barbican-retry,barbican-keystone-listener'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -46,7 +46,7 @@ jobs:
enable_plugin neutron https://opendev.org/openstack/neutron ${{ matrix.openstack_version }}
enabled_services: 'octavia,o-api,o-cw,o-hk,o-hm,o-da,neutron-qos'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -45,7 +45,7 @@ jobs:
enable_plugin zaqar https://opendev.org/openstack/zaqar ${{ matrix.openstack_version }}
ZAQARCLIENT_BRANCH=${{ matrix.openstack_version }}
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -69,7 +69,7 @@ jobs:
${{ matrix.devstack_conf_overrides }}
enabled_services: 'neutron-dns,neutron-qos,neutron-segments,neutron-trunk,neutron-uplink-status-propagation,neutron-network-segment-range,neutron-port-forwarding'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -46,7 +46,7 @@ jobs:
SWIFT_TEMPURL_KEY=secretkey
enabled_services: 's-account,s-container,s-object,s-proxy'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -45,7 +45,7 @@ jobs:
enable_plugin heat https://opendev.org/openstack/heat ${{ matrix.openstack_version }}
enabled_services: 'h-eng,h-api,h-api-cfn,h-api-cw'
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -42,7 +42,7 @@ jobs:
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
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 @@ -58,7 +58,7 @@ jobs:
MANILA_CONFIGURE_DEFAULT_TYPES=True
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE=false
- name: Checkout go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.15'
- name: Run Gophercloud acceptance tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gomod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1'
- run: if [ $(go mod tidy && git diff | wc -l) -gt 0 ]; then git diff && exit 1; fi
2 changes: 1 addition & 1 deletion .github/workflows/reauth-retests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down