From 1006ea09de5ebf397a16667fbe1073be99a08f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Pe=C3=B1a?= Date: Fri, 6 Oct 2017 10:44:37 +0000 Subject: [PATCH] Revert "latest version of DLRN breaks CI" See https://bugs.launchpad.net/tripleo/+bug/1720458, the error in CI that triggered this was a genuine issue in the Mistral review and not a DLRN failure. This reverts commit c1fe7f84b9d3071adac12d8c2938d827408eb72f. Change-Id: Ie4421241698fa0c4a4ddb98af5cf865f6644ba89 --- roles/build-test-packages/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/build-test-packages/tasks/main.yml b/roles/build-test-packages/tasks/main.yml index 84a2bc742..7e5df3869 100644 --- a/roles/build-test-packages/tasks/main.yml +++ b/roles/build-test-packages/tasks/main.yml @@ -52,7 +52,7 @@ pip: name: dlrn virtualenv: "{{ build_repo_dir }}/dlrn-venv" - version: 0.4.0 + state: latest - name: copy the DLRN scripts in the virtualenv to the scripts dir shell: "/usr/bin/cp -Rv {{ build_repo_dir }}/dlrn-venv/share/dlrn/scripts {{ build_repo_dir }}/DLRN/"