File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66
77name : Pull request
88' on ' :
9- pull_request :
9+ push :
1010jobs :
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)
Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
141141
142142# Kolla source repository.
143143stackhpc_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.
147147stackhpc_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
You can’t perform that action at this time.
0 commit comments