Skip to content

Commit 58a9fda

Browse files
committed
test changes
1 parent aacc108 commit 58a9fda

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
name: Pull request
88
'on':
9-
pull_request:
9+
push:
1010
jobs:
1111
# Detect which files have changed and use this to run jobs conditionally.
1212
# Note that we can't use the workflow-level paths attribute since this
@@ -127,22 +127,22 @@ jobs:
127127
secrets: inherit
128128
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
129129

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' }}
146146

147147
all-in-one-ubuntu-noble-ovn:
148148
name: aio (Ubuntu Noble OVN)

0 commit comments

Comments
 (0)