Skip to content

Commit 015f396

Browse files
authored
Merge pull request #3469 from kayrus/shorten-gha-job-names-v2
[v2] tests: shorten GH-A job names
2 parents 1124970 + df58d70 commit 015f396

21 files changed

+63
-51
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
language: [ 'go' ]
1818

1919
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@v4
22+
2023
- name: Setup Go
2124
uses: actions/setup-go@v5
2225
with:
23-
go-version: "1.22"
24-
25-
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
go-version-file: 'go.mod'
27+
cache: true
2728

2829
- name: Initialize CodeQL
2930
uses: github/codeql-action/init@v3

.github/workflows/functional-baremetal.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu_version: "22.04"
2626
additional_services: ""
2727
runs-on: ubuntu-${{ matrix.ubuntu_version }}
28-
name: Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
28+
name: Ironic on OpenStack ${{ matrix.name }}
2929
steps:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
@@ -73,7 +73,8 @@ jobs:
7373
- name: Checkout go
7474
uses: actions/setup-go@v5
7575
with:
76-
go-version: '^1.22'
76+
go-version-file: 'go.mod'
77+
cache: true
7778
- name: Run Gophercloud acceptance tests
7879
run: |
7980
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-basic.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ubuntu_version: "22.04"
2828
additional_services: ""
2929
runs-on: ubuntu-${{ matrix.ubuntu_version }}
30-
name: Deploy OpenStack ${{ matrix.name }} with defaults and run basic acceptance tests
30+
name: basic tests on OpenStack ${{ matrix.name }}
3131
steps:
3232
- name: Checkout Gophercloud
3333
uses: actions/checkout@v4
@@ -39,7 +39,8 @@ jobs:
3939
- name: Checkout go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: '^1.22'
42+
go-version-file: 'go.mod'
43+
cache: true
4344
- name: Run Gophercloud acceptance tests
4445
run: |
4546
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-blockstorage.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu_version: "22.04"
2626
additional_services: ""
2727
runs-on: ubuntu-${{ matrix.ubuntu_version }}
28-
name: Deploy OpenStack ${{ matrix.name }} with Cinder and run blockstorage acceptance tests
28+
name: Cinder on OpenStack ${{ matrix.name }}
2929
steps:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
@@ -39,7 +39,8 @@ jobs:
3939
- name: Checkout go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: '^1.22'
42+
go-version-file: 'go.mod'
43+
cache: true
4344
- name: Run Gophercloud acceptance tests
4445
run: |
4546
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-compute.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu_version: "22.04"
2626
additional_services: ""
2727
runs-on: ubuntu-${{ matrix.ubuntu_version }}
28-
name: Deploy OpenStack ${{ matrix.name }} with Nova and run compute acceptance tests
28+
name: Nova on OpenStack ${{ matrix.name }}
2929
steps:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
@@ -39,7 +39,8 @@ jobs:
3939
- name: Checkout go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: '^1.22'
42+
go-version-file: 'go.mod'
43+
cache: true
4344
- name: Run Gophercloud acceptance tests
4445
run: |
4546
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-containerinfra.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
MAGNUMCLIENT_BRANCH=stable/2024.1
4141
additional_services: ""
4242
runs-on: ubuntu-${{ matrix.ubuntu_version }}
43-
name: Deploy OpenStack ${{ matrix.name }} with Magnum and run containerinfra acceptance tests
43+
name: Magnum on OpenStack ${{ matrix.name }}
4444
steps:
4545
- name: Checkout Gophercloud
4646
uses: actions/checkout@v4
@@ -60,7 +60,8 @@ jobs:
6060
- name: Checkout go
6161
uses: actions/setup-go@v5
6262
with:
63-
go-version: '^1.22'
63+
go-version-file: 'go.mod'
64+
cache: true
6465
- name: Run Gophercloud acceptance tests
6566
run: |
6667
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-dns.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ubuntu_version: "22.04"
3232
additional_services: ""
3333
runs-on: ubuntu-${{ matrix.ubuntu_version }}
34-
name: Deploy OpenStack ${{ matrix.name }} with Designate and run dns acceptance tests
34+
name: Designate on OpenStack ${{ matrix.name }}
3535
steps:
3636
- name: Checkout Gophercloud
3737
uses: actions/checkout@v4
@@ -47,7 +47,8 @@ jobs:
4747
- name: Checkout go
4848
uses: actions/setup-go@v5
4949
with:
50-
go-version: '^1.22'
50+
go-version-file: 'go.mod'
51+
cache: true
5152
- name: Run Gophercloud acceptance tests
5253
run: |
5354
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ubuntu_version: "22.04"
3030
additional_services: ""
3131
runs-on: ubuntu-${{ matrix.ubuntu_version }}
32-
name: Deploy OpenStack ${{ matrix.name }} with enabled FWaaS_v2 and run networking acceptance tests
32+
name: FWaaS_v2 on OpenStack ${{ matrix.name }}
3333
steps:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
@@ -60,7 +60,8 @@ jobs:
6060
- name: Checkout go
6161
uses: actions/setup-go@v5
6262
with:
63-
go-version: '^1.22'
63+
go-version-file: 'go.mod'
64+
cache: true
6465
- name: Run Gophercloud acceptance tests
6566
run: |
6667
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-identity.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu_version: "22.04"
2626
additional_services: ""
2727
runs-on: ubuntu-${{ matrix.ubuntu_version }}
28-
name: Deploy OpenStack ${{ matrix.name }} with Keystone and run identity acceptance tests
28+
name: Keystone on OpenStack ${{ matrix.name }}
2929
steps:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
@@ -37,7 +37,8 @@ jobs:
3737
- name: Checkout go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: '^1.22'
40+
go-version-file: 'go.mod'
41+
cache: true
4142
- name: Run Gophercloud acceptance tests
4243
run: |
4344
source ${{ github.workspace }}/script/stackenv

.github/workflows/functional-image.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu_version: "22.04"
2626
additional_services: ""
2727
runs-on: ubuntu-${{ matrix.ubuntu_version }}
28-
name: Deploy OpenStack ${{ matrix.name }} with Glance and run image acceptance tests
28+
name: Glance on OpenStack ${{ matrix.name }}
2929
steps:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
@@ -37,7 +37,8 @@ jobs:
3737
- name: Checkout go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: '^1.22'
40+
go-version-file: 'go.mod'
41+
cache: true
4142
- name: Run Gophercloud acceptance tests
4243
run: |
4344
source ${{ github.workspace }}/script/stackenv

0 commit comments

Comments
 (0)