File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 64
64
with :
65
65
if : ${{ needs.check-changes.outputs.aio == 'true' }}
66
66
67
+ test :
68
+ runs-on : ubuntu-20.04
69
+ needs :
70
+ - check-changes
71
+ - build-kayobe-image
72
+ if : always()
73
+ steps :
74
+ - run : echo '${{ needs.build-kayobe-image }}'
75
+ - run : echo '${{ needs.build-kayobe-image.result }}'
76
+ - run : echo '${{ needs.build-kayobe-image.outputs }}'
77
+
67
78
all-in-one-centos-ovs :
68
79
name : aio (CentOS OVS)
69
80
needs :
76
87
OS_CLOUD : sms-lab-release
77
88
if : ${{ needs.check-changes.outputs.aio == 'true' }}
78
89
secrets : inherit
79
- if : always()
90
+ if : ${{ ! failure() }}
80
91
81
92
all-in-one-centos-ovn :
82
93
name : aio (CentOS OVN)
90
101
OS_CLOUD : sms-lab-release
91
102
if : ${{ needs.check-changes.outputs.aio == 'true' }}
92
103
secrets : inherit
93
- if : always ()
104
+ if : success ()
94
105
95
106
all-in-one-rocky-ovs :
96
107
name : aio (Rocky OVS)
You can’t perform that action at this time.
0 commit comments