Skip to content

Commit b334ffa

Browse files
committed
testo
1 parent d8a18b3 commit b334ffa

File tree

3 files changed

+4
-4
lines changed

3 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: 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/14.7.0.18
1+
kayobe@git+https://github.com/stackhpc/kayobe@fix-ipaddr
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)