Fix octavia-amphora-image-build periodic job

The octavia-amphora-image-build periodic job fails with

  The task includes an option with an undefined variable. The error was:
  'amphora_os' is undefined

This issue was introduced in Ic1ec002062f91b7d3a43669e86380a2ffbdd7b18

We must keep the definition of the amphora_os and amphora_os_release
variables in the parent octavia-amphora-image-build job.

Change-Id: I51d2c011f123e7d8b90b5cea9ba875052d7837a3
This commit is contained in:
Gregory Thiemonge 2023-04-07 07:53:15 +02:00
parent cad146f1bb
commit cd1646cec4
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@
required-projects:
- openstack/octavia
- openstack/octavia-lib
vars:
amphora_os: ubuntu
amphora_os_release: jammy
- job:
name: octavia-amphora-image-build-live-focal