From 8805e9aa9dd1571ed765915042e0796b4095983b Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 7 Nov 2019 01:29:32 +0100 Subject: [PATCH] Install python-pip for the integration test --- .taskcluster.yml | 6 +++--- infra/data-pipeline.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 7933cf47..b370be65 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -432,13 +432,13 @@ tasks: command: - "/bin/bash" - "-lcx" - - "git clone --quiet ${repository} && + - "apt-get -qq update && + apt-get -qq install -y python-pip redis-server && + git clone --quiet ${repository} && cd bugbug && git -c advice.detachedHead=false checkout ${head_rev} && pip install --disable-pip-version-check --quiet --no-cache-dir . && pip install --disable-pip-version-check --quiet --no-cache-dir -r test-requirements.txt && - apt-get -qq update && - apt-get -qq install -y redis-server && python -c 'import os; print(os.environ.keys())' && bash ./scripts/integration_test.sh" cache: diff --git a/infra/data-pipeline.yml b/infra/data-pipeline.yml index 5ffe0a4f..02a20c4a 100644 --- a/infra/data-pipeline.yml +++ b/infra/data-pipeline.yml @@ -742,13 +742,13 @@ tasks: command: - "/bin/bash" - "-lcx" - - "git clone --quiet https://github.com/mozilla/bugbug && + - "apt-get -qq update && + apt-get -qq install -y python-pip redis-server && + git clone --quiet https://github.com/mozilla/bugbug && cd bugbug && git checkout ${version} && pip install --quiet . && pip install --quiet -r test-requirements.txt && - apt-get -qq update && - apt-get -qq install -y redis-server && python -c 'import os; print(os.environ.keys())' && bash ./scripts/integration_test.sh" cache: