From 673fca0e0f7dc70727b930e19a2a7a2628294711 Mon Sep 17 00:00:00 2001 From: Stanislav Egorov Date: Mon, 26 Oct 2020 20:57:03 -0700 Subject: [PATCH] Cleaning: clusterctl clusterctl script has been removed in airshipctl commit 8307148482a1f661f14cd8e4de3e3a8ae300a203 Change-Id: Ibf9589791b406c71a37257b13339e13b6bff04e4 --- tools/deployment/02_install_clusterctl.sh | 20 -------------------- zuul.d/jobs.yaml | 1 - 2 files changed, 21 deletions(-) delete mode 100755 tools/deployment/02_install_clusterctl.sh diff --git a/tools/deployment/02_install_clusterctl.sh b/tools/deployment/02_install_clusterctl.sh deleted file mode 100755 index 1a9d51ebd..000000000 --- a/tools/deployment/02_install_clusterctl.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -ex - -: ${AIRSHIPCTL_PROJECT:="../airshipctl"} - -cd ${AIRSHIPCTL_PROJECT} -./tools/deployment/02_install_clusterctl.sh diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 111fece29..0f45b42d4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -64,7 +64,6 @@ site_name: test-site gate_scripts: - ./tools/deployment/01_install_kubectl.sh - - ./tools/deployment/02_install_clusterctl.sh - ./tools/deployment/22_test_configs.sh - ./tools/deployment/24_build_ephemeral_iso.sh - ./tools/deployment/25_deploy_ephemeral_node.sh