From: Thanh Ha Date: Wed, 7 Nov 2018 19:15:53 +0000 (+0800) Subject: Rm openstack-install for lf-infra-pre-build X-Git-Tag: v0.27.0~11 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3b9dcb2903e5cdc7740f59e44e4d6faf4e099b51;p=releng%2Fglobal-jjb.git Rm openstack-install for lf-infra-pre-build lf-infra-pre-build is able to manage openstack client installs so remove the openstack-install script. No need to release note since no project should be using openstack-cron yet as in it's current state is incomplete. Change-Id: Ic6ee5ae0e5815d2730b3fa6154fd8e6d5b096844 Signed-off-by: Thanh Ha --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index da70ba3f..733def52 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -1280,9 +1280,9 @@ - timed: '{obj:cron}' builders: + - lf-infra-pre-build - inject: properties-content: OS_CLOUD={openstack-cloud} - - shell: !include-raw-escape: ../shell/openstack-install.sh - shell: !include-raw-escape: ../shell/openstack-protect-in-use-images.sh publishers: diff --git a/shell/openstack-install.sh b/shell/openstack-install.sh deleted file mode 100644 index a7e5099a..00000000 --- a/shell/openstack-install.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 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 -############################################################################## -# Install the openstack cli -echo "---> Install openstack cli" - -set -eux -o pipefail - -pip install --user --quiet --upgrade "pip<10.0.0" setuptools -pip install --user --quiet --upgrade python-openstackclient python-heatclient -pip freeze