Skip to content

Commit

Permalink
Force python version on ubuntu 18.04
Browse files Browse the repository at this point in the history
Diskimage-builder now requires at least python 3.8.

openstack/diskimage-builder@fe0e532
  • Loading branch information
mandre committed Jun 14, 2022
1 parent 3ce7b72 commit 893635a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
- name: "ussuri"
openstack_version: "stable/ussuri"
ubuntu_version: "18.04"
devstack_conf_overrides: |
PYTHON3_VERSION=3.8
- name: "train"
openstack_version: "stable/train"
ubuntu_version: "18.04"
devstack_conf_overrides: |
PYTHON3_VERSION=3.8
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Octavia and run loadbalancer acceptance tests
steps:
Expand Down

0 comments on commit 893635a

Please sign in to comment.