From fb9cc9a65e9be3ec99601de907545ba700e752e0 Mon Sep 17 00:00:00 2001 From: Ahmad Mahmoudi Date: Wed, 17 Jun 2020 15:45:38 +0000 Subject: [PATCH] (fix) - updated to pip3 Updated to pip to pip3 to address zuul gate issue. Set the ensure_global_symlinks to true for zuul-jobs to set symlink for tox path." Change-Id: I1b0634ef18328bccc4d6929072f53db779d70ef1 --- .zuul.yaml | 1 + tools/gate/roles/build-images/tasks/airship-shipyard.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8bb2dd2d..9675be18 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -18,6 +18,7 @@ vars: rtd_webhook_id: '38576' rtd_project_name: 'airship-shipyard' + ensure_global_symlinks: true check: jobs: - openstack-tox-pep8 diff --git a/tools/gate/roles/build-images/tasks/airship-shipyard.yaml b/tools/gate/roles/build-images/tasks/airship-shipyard.yaml index b654f114..f2b9099a 100644 --- a/tools/gate/roles/build-images/tasks/airship-shipyard.yaml +++ b/tools/gate/roles/build-images/tasks/airship-shipyard.yaml @@ -69,7 +69,7 @@ allow_unauthenticated: True with_items: - docker-ce - - python-pip + - python3-pip # NOTE(SamYaple): Allow all connections from containers to host so the # containers can access the http server for git and wheels - iptables: