diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-06 06:32:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-06 06:35:37 +0200 |
commit | 075e4821dbbb6ac49b25161935a93b957fcd389a (patch) | |
tree | aebea7efcd8617f7749df878aa0bb114b1e962f0 /ansible | |
parent | 41d8a752c2c1d2dc2d6c7f9e465891ae725195ed (diff) |
Use alpine edge for py3-distlib only
Alpine 3.12 doesn't offer a version compatible with latest OpenStack
constraints. It may fix all issues when compiling Functest for arm [1].
[1] https://travis-ci.org/github/collivier/functest/jobs/715229717
Change-Id: I7f55cafff2c7a34909440c5ca1d1f641194761c9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index e7e3d102b..2c8307972 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,7 +10,7 @@ - repo: _ dport: container: alpine - tag: edge + tag: '3.12' steps: - name: build opnfv/functest-core containers: |