Remove unused contrib/ci files
Files located in contrib/ci/multi_backend are unused. So, remove it. Change-Id: Ibe9cb2321936c3dcecbb61bc23a7c5c6d9e90bd4
This commit is contained in:
parent
e1fe73d2d9
commit
9d6ae07585
@ -1,17 +0,0 @@
|
|||||||
#!/bin/bash -xe
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
# This script is executed inside post_test_hook function in devstack gate.
|
|
||||||
|
|
||||||
source $BASE/new/manila/contrib/ci/post_test_hook.sh $1
|
|
@ -1,18 +0,0 @@
|
|||||||
#!/bin/bash -xe
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
# This script is executed inside pre_test_hook function in devstack gate.
|
|
||||||
|
|
||||||
# Call common pre_test_hook
|
|
||||||
source $BASE/new/manila/contrib/ci/pre_test_hook.sh
|
|
2
tox.ini
2
tox.ini
@ -22,8 +22,6 @@ commands =
|
|||||||
bashate tools/enable-pre-commit-hook.sh \
|
bashate tools/enable-pre-commit-hook.sh \
|
||||||
contrib/ci/pre_test_hook.sh \
|
contrib/ci/pre_test_hook.sh \
|
||||||
contrib/ci/post_test_hook.sh \
|
contrib/ci/post_test_hook.sh \
|
||||||
contrib/ci/multi_backend/pre_test_hook.sh \
|
|
||||||
contrib/ci/multi_backend/post_test_hook.sh \
|
|
||||||
devstack/plugin.sh \
|
devstack/plugin.sh \
|
||||||
run_tests.sh
|
run_tests.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user