21
21
outputs :
22
22
aio : ${{ steps.changes.outputs.aio }}
23
23
steps :
24
+ - name : GitHub Checkout
25
+ uses : actions/checkout@v3
26
+
24
27
- name : Check changed files
25
- uses : dorny/path -filter@v2
28
+ uses : dorny/paths -filter@v2
26
29
id : changes
27
30
with :
28
31
# Filters are defined in this file.
58
61
needs :
59
62
- check-changes
60
63
uses : ./.github/workflows/stackhpc-build-kayobe-image.yml
61
- if :
62
- - github.repository == 'stackhpc/stackhpc-kayobe-config'
63
- - needs.check-changes.outputs.aio == 'true'
64
+ if : needs.check-changes.outputs.aio == 'true'
64
65
65
66
all-in-one-centos-ovs :
66
67
name : aio (CentOS OVS)
72
73
neutron_plugin : ovs
73
74
OS_CLOUD : sms-lab-release
74
75
secrets : inherit
75
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
76
76
77
77
all-in-one-centos-ovn :
78
78
name : aio (CentOS OVN)
84
84
neutron_plugin : ovn
85
85
OS_CLOUD : sms-lab-release
86
86
secrets : inherit
87
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
88
87
89
88
all-in-one-rocky-ovs :
90
89
name : aio (Rocky OVS)
@@ -101,7 +100,6 @@ jobs:
101
100
vm_interface : ens3
102
101
OS_CLOUD : sms-lab-release
103
102
secrets : inherit
104
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
105
103
106
104
all-in-one-rocky-ovn :
107
105
name : aio (Rocky OVN)
@@ -118,7 +116,6 @@ jobs:
118
116
vm_interface : ens3
119
117
OS_CLOUD : sms-lab-release
120
118
secrets : inherit
121
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
122
119
123
120
all-in-one-ubuntu-ovs :
124
121
name : aio (Ubuntu OVS)
@@ -132,7 +129,6 @@ jobs:
132
129
vm_image : Ubuntu-20.04
133
130
OS_CLOUD : sms-lab-release
134
131
secrets : inherit
135
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
136
132
137
133
all-in-one-ubuntu-ovn :
138
134
name : aio (Ubuntu OVN)
@@ -146,4 +142,3 @@ jobs:
146
142
vm_image : Ubuntu-20.04
147
143
OS_CLOUD : sms-lab-release
148
144
secrets : inherit
149
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
0 commit comments