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