From: Thanh Ha Date: Wed, 14 Nov 2018 06:51:56 +0000 (+0800) Subject: Remove unused odl-openstack-install macro X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F77759%2F1;p=releng%2Fbuilder.git Remove unused odl-openstack-install macro Change-Id: I9e13a661e50da0d96acec98115dc04cda26692fb Signed-off-by: Thanh Ha --- diff --git a/jjb/odl-openstack-install.sh b/jjb/odl-openstack-install.sh deleted file mode 100644 index 6524ed5722..0000000000 --- a/jjb/odl-openstack-install.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 2017, 2018 The Linux Foundation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################## -# Installs the openstack cli to /tmp/v/openstack -echo "---> Install openstack cli into /tmp/v/openstack" - -virtualenv "/tmp/v/openstack" -# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 -source "/tmp/v/openstack/bin/activate" -pip install --upgrade "pip<10.0.0" setuptools -pip install --upgrade lftools[openstack] python-openstackclient python-heatclient -pip freeze diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index ba12e09997..8c1cb4973a 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -247,13 +247,6 @@ send-to: - recipients - -- builder: - # Installs the openstack cli into a virtualenv at /tmp/v/openstack - name: odl-openstack-install - builders: - - shell: !include-raw: odl-openstack-install.sh - - builder: name: odl-openstack-check-image-protection builders: