We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa6a4e commit 44f4938Copy full SHA for 44f4938
.github/workflows/with-defaults.yml
@@ -20,18 +20,6 @@ jobs:
20
- name: "zed"
21
openstack_version: "stable/zed"
22
ubuntu_version: "20.04"
23
- - name: "yoga"
24
- openstack_version: "stable/yoga"
25
- ubuntu_version: "20.04"
26
- - name: "xena"
27
- openstack_version: "stable/xena"
28
29
- - name: "wallaby"
30
- openstack_version: "stable/wallaby"
31
32
- - name: "victoria"
33
- openstack_version: "stable/victoria"
34
35
runs-on: ubuntu-${{ matrix.ubuntu_version }}
36
name: A job to deploy devstack with defaults
37
steps:
0 commit comments