From 9819c497067743b0fc188cc2819f1fd6e2b77f4c Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 3 Apr 2019 17:05:04 +0200 Subject: [PATCH] enable e2e tests again, with python3 only --- .buildkite/pipeline.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 6a347ec002..c2e3c5ccc5 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -7,17 +7,17 @@ steps: - docker#v3.0.1: image: "node:10" -# - label: ":chains: End-to-End Tests" -# command: -# # TODO: Remove hacky chmod for BuildKite -# - "chmod +x ./scripts/ci/*.sh" -# - "chmod +x ./scripts/*" -# - "sudo apt-get install build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev" -# - "./scripts/ci/install-deps.sh" -# - "./scripts/ci/end-to-end-tests.sh" -# plugins: -# - docker#v3.0.1: -# image: "node:10" + - label: ":chains: End-to-End Tests" + command: + # TODO: Remove hacky chmod for BuildKite + - "chmod +x ./scripts/ci/*.sh" + - "chmod +x ./scripts/*" + - "sudo apt-get install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev" + - "./scripts/ci/install-deps.sh" + - "./scripts/ci/end-to-end-tests.sh" + plugins: + - docker#v3.0.1: + image: "node:10" - label: ":karma: Tests" agents: