File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : with-defaults
1
2
on :
2
- - pull_request
3
- - push
3
+ pull_request :
4
+ push :
5
+ schedule :
6
+ - cron : ' 0 8 * * 0'
4
7
5
8
jobs :
6
9
with_defaults :
@@ -11,15 +14,22 @@ jobs:
11
14
openstack_version : ["master"]
12
15
ubuntu_version : ["22.04"]
13
16
include :
17
+ - name : " master"
18
+ openstack_version : " master"
19
+ ubuntu_version : " 22.04"
20
+ additional_services : " openstack-cli-server"
21
+ - name : " dalmatian"
22
+ openstack_version : " stable/2024.2"
23
+ ubuntu_version : " 22.04"
24
+ additional_services : " openstack-cli-server"
25
+ - name : " caracal"
26
+ openstack_version : " stable/2024.1"
27
+ ubuntu_version : " 22.04"
28
+ additional_services : " "
14
29
- name : " bobcat"
15
30
openstack_version : " stable/2023.2"
16
31
ubuntu_version : " 22.04"
17
- - name : " antelope"
18
- openstack_version : " stable/2023.1"
19
- ubuntu_version : " 22.04"
20
- - name : " zed"
21
- openstack_version : " stable/zed"
22
- ubuntu_version : " 20.04"
32
+ additional_services : " "
23
33
runs-on : ubuntu-${{ matrix.ubuntu_version }}
24
34
name : A job to deploy devstack with defaults
25
35
steps :
29
39
uses : ./
30
40
with :
31
41
branch : ${{ matrix.openstack_version }}
42
+ enabled_services : ' ${{ matrix.additional_services }}'
32
43
- name : Upload logs artifacts on failure
33
44
if : failure()
34
45
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments