From 075e4821dbbb6ac49b25161935a93b957fcd389a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 6 Aug 2020 06:32:14 +0200 Subject: Use alpine edge for py3-distlib only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ansible/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') 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: -- cgit 1.2.3-korg