File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
6
6
7
7
name : Pull request
8
8
' on ' :
9
- pull_request :
9
+ push :
10
10
jobs :
11
11
# Detect which files have changed and use this to run jobs conditionally.
12
12
# Note that we can't use the workflow-level paths attribute since this
@@ -127,22 +127,22 @@ jobs:
127
127
secrets : inherit
128
128
if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
129
129
130
- all-in-one-ubuntu-noble-ovs :
131
- name : aio (Ubuntu Noble OVS)
132
- needs :
133
- - check-changes
134
- - build-kayobe-image
135
- uses : ./.github/workflows/stackhpc-all-in-one.yml
136
- with :
137
- kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
138
- os_distribution : ubuntu
139
- os_release : noble
140
- ssh_username : ubuntu
141
- neutron_plugin : ovs
142
- OS_CLOUD : openstack
143
- if : ${{ needs.check-changes.outputs.aio == 'true' }}
144
- secrets : inherit
145
- if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
130
+ # all-in-one-ubuntu-noble-ovs:
131
+ # name: aio (Ubuntu Noble OVS)
132
+ # needs:
133
+ # - check-changes
134
+ # - build-kayobe-image
135
+ # uses: ./.github/workflows/stackhpc-all-in-one.yml
136
+ # with:
137
+ # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
138
+ # os_distribution: ubuntu
139
+ # os_release: noble
140
+ # ssh_username: ubuntu
141
+ # neutron_plugin: ovs
142
+ # OS_CLOUD: openstack
143
+ # if: ${{ needs.check-changes.outputs.aio == 'true' }}
144
+ # secrets: inherit
145
+ # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
146
146
147
147
all-in-one-ubuntu-noble-ovn :
148
148
name : aio (Ubuntu Noble OVN)
You can’t perform that action at this time.
0 commit comments