Skip to content

Commit fe3aea0

Browse files
committed
testo
1 parent d8a18b3 commit fe3aea0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 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
@@ -158,7 +158,7 @@ jobs:
158158
secrets: inherit
159159
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

163163
all-in-one-upgrade-ubuntu-jammy-ovs:
164164
name: aio upgrade (Ubuntu Jammy OVS)

etc/kayobe/stackhpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
141141

142142
# Kolla source repository.
143143
stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla"
144-
stackhpc_kolla_source_version: stackhpc/16.6.0.8
144+
stackhpc_kolla_source_version: fix-ipaddr
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)