Skip to content

Commit 1cfd52b

Browse files
committed
testo
1 parent d8a18b3 commit 1cfd52b

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

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

Lines changed: 68 additions & 68 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
@@ -90,22 +90,22 @@ jobs:
9090
secrets: inherit
9191
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
9292

93-
all-in-one-ubuntu-jammy-ovs:
94-
name: aio (Ubuntu Jammy OVS)
95-
needs:
96-
- check-changes
97-
- build-kayobe-image
98-
uses: ./.github/workflows/stackhpc-all-in-one.yml
99-
with:
100-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
101-
os_distribution: ubuntu
102-
os_release: jammy
103-
ssh_username: ubuntu
104-
neutron_plugin: ovs
105-
OS_CLOUD: openstack
106-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
107-
secrets: inherit
108-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
93+
# all-in-one-ubuntu-jammy-ovs:
94+
# name: aio (Ubuntu Jammy OVS)
95+
# needs:
96+
# - check-changes
97+
# - build-kayobe-image
98+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
99+
# with:
100+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
101+
# os_distribution: ubuntu
102+
# os_release: jammy
103+
# ssh_username: ubuntu
104+
# neutron_plugin: ovs
105+
# OS_CLOUD: openstack
106+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
107+
# secrets: inherit
108+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
109109

110110
all-in-one-ubuntu-jammy-ovn:
111111
name: aio (Ubuntu Jammy OVN)
@@ -141,57 +141,57 @@ jobs:
141141
secrets: inherit
142142
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
143143

144-
all-in-one-rocky-9-ovn:
145-
name: aio (Rocky 9 OVN)
146-
needs:
147-
- check-changes
148-
- build-kayobe-image
149-
uses: ./.github/workflows/stackhpc-all-in-one.yml
150-
with:
151-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
152-
os_distribution: rocky
153-
os_release: "9"
154-
ssh_username: cloud-user
155-
neutron_plugin: ovn
156-
OS_CLOUD: openstack
157-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
158-
secrets: inherit
159-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
144+
# all-in-one-rocky-9-ovn:
145+
# name: aio (Rocky 9 OVN)
146+
# needs:
147+
# - check-changes
148+
# - build-kayobe-image
149+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
150+
# with:
151+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
152+
# os_distribution: rocky
153+
# os_release: "9"
154+
# ssh_username: cloud-user
155+
# neutron_plugin: ovn
156+
# OS_CLOUD: openstack
157+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
158+
# secrets: inherit
159+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
160160

161-
# Test two upgrade scenarios: Ubuntu Jammy OVS and Rocky 9 OVN.
161+
# # Test two upgrade scenarios: Ubuntu Jammy OVS and Rocky 9 OVN.
162162

163-
all-in-one-upgrade-ubuntu-jammy-ovs:
164-
name: aio upgrade (Ubuntu Jammy OVS)
165-
needs:
166-
- check-changes
167-
- build-kayobe-image
168-
uses: ./.github/workflows/stackhpc-all-in-one.yml
169-
with:
170-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
171-
os_distribution: ubuntu
172-
os_release: jammy
173-
ssh_username: ubuntu
174-
neutron_plugin: ovs
175-
OS_CLOUD: openstack
176-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
177-
upgrade: true
178-
secrets: inherit
179-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
163+
# all-in-one-upgrade-ubuntu-jammy-ovs:
164+
# name: aio upgrade (Ubuntu Jammy OVS)
165+
# needs:
166+
# - check-changes
167+
# - build-kayobe-image
168+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
169+
# with:
170+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
171+
# os_distribution: ubuntu
172+
# os_release: jammy
173+
# ssh_username: ubuntu
174+
# neutron_plugin: ovs
175+
# OS_CLOUD: openstack
176+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
177+
# upgrade: true
178+
# secrets: inherit
179+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
180180

181-
all-in-one-upgrade-rocky-9-ovn:
182-
name: aio upgrade (Rocky 9 OVN)
183-
needs:
184-
- check-changes
185-
- build-kayobe-image
186-
uses: ./.github/workflows/stackhpc-all-in-one.yml
187-
with:
188-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
189-
os_distribution: rocky
190-
os_release: "9"
191-
ssh_username: cloud-user
192-
neutron_plugin: ovn
193-
OS_CLOUD: openstack
194-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
195-
upgrade: true
196-
secrets: inherit
197-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
181+
# all-in-one-upgrade-rocky-9-ovn:
182+
# name: aio upgrade (Rocky 9 OVN)
183+
# needs:
184+
# - check-changes
185+
# - build-kayobe-image
186+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
187+
# with:
188+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
189+
# os_distribution: rocky
190+
# os_release: "9"
191+
# ssh_username: cloud-user
192+
# neutron_plugin: ovn
193+
# OS_CLOUD: openstack
194+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
195+
# upgrade: true
196+
# secrets: inherit
197+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ stackhpc_kolla_source_version: stackhpc/16.6.0.8
145145

146146
# Kolla Ansible source repository.
147147
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
148-
stackhpc_kolla_ansible_source_version: stackhpc/16.7.0.14
148+
stackhpc_kolla_ansible_source_version: fix-ipaddr
149149

150150
###############################################################################
151151
# Container image registry

0 commit comments

Comments
 (0)