Add pip-and-virtualenv to arm64 images

These images were forgtten in 7602343b6a
so they don't have virtualenv/pip pre-installed any more.  Put it back
while we work on fixing deployment without these tools

Change-Id: If0763623f4e0dd700162f5dda9b198f3bf785d2c
Story: #2007386
This commit is contained in:
Ian Wienand 2020-03-16 11:07:52 +11:00
parent d7d371fc37
commit a125803e2f
1 changed files with 12 additions and 0 deletions

View File

@ -78,6 +78,9 @@ diskimages:
- growroot
- infra-package-needs
- journal-to-console
# NOTE(ianw) 2020-02-17 : we are working to move this into job
# configuration
- pip-and-virtualenv
release: xenial
env-vars:
TMPDIR: /opt/dib_tmp
@ -103,6 +106,9 @@ diskimages:
- growroot
- infra-package-needs
- journal-to-console
# NOTE(ianw) 2020-02-17 : we are working to move this into job
# configuration
- pip-and-virtualenv
release: bionic
env-vars:
TMPDIR: /opt/dib_tmp
@ -129,6 +135,9 @@ diskimages:
- growroot
- infra-package-needs
- journal-to-console
# NOTE(ianw) 2020-02-17 : we are working to move this into job
# configuration
- pip-and-virtualenv
release: buster
env-vars:
TMPDIR: /opt/dib_tmp
@ -152,6 +161,9 @@ diskimages:
- growroot
- infra-package-needs
- journal-to-console
# NOTE(ianw) 2020-02-17 : we are working to move this into job
# configuration
- pip-and-virtualenv
release: stretch
env-vars:
TMPDIR: /opt/dib_tmp