From a3f9583a822b0922135e96643714e0a7eb955baa Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Mon, 20 Feb 2023 15:27:00 +0100 Subject: [PATCH] common/config: Remove unused pieces Signed-off-by: Michal Berger Change-Id: Ie762e0ba64cb3626031dc0f14e3ee949557ce263 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16880 Tested-by: SPDK CI Jenkins Reviewed-by: Pawel Piatek Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- test/common/config/pkgdep/git | 4 ---- test/common/config/vm_setup.conf | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 test/common/config/vm_setup.conf diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index ba3daad01..e348e0959 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -426,8 +426,6 @@ BPFTRACE_VERSION=${BPFTRACE_VERSION:-36414d9} VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-patch1-noreq} VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v7.0.0} -: ${GIT_REPO_DPDK=https://github.com/spdk/dpdk.git} -export GIT_REPO_DPDK : ${GIT_REPO_ROCKSDB=https://review.spdk.io/spdk/rocksdb} export GIT_REPO_ROCKSDB : ${GIT_REPO_FIO=https://github.com/axboe/fio.git} @@ -440,8 +438,6 @@ export GIT_REPO_QEMU export GIT_REPO_QEMU_VFIO : ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi} export GIT_REPO_LIBISCSI -: ${GIT_REPO_INTEL_IPSEC_MB=https://github.com/spdk/intel-ipsec-mb.git} -export GIT_REPO_INTEL_IPSEC_MB : ${DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/761891/QAT.L.4.20.0-00001.tar.gz} export DRIVER_LOCATION_QAT : ${GIT_REPO_GIT=https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz} diff --git a/test/common/config/vm_setup.conf b/test/common/config/vm_setup.conf deleted file mode 100644 index 8827cdb12..000000000 --- a/test/common/config/vm_setup.conf +++ /dev/null @@ -1,10 +0,0 @@ -# This configuration file is provided for reference purposes. -GIT_REPO_SPDK=https://review.spdk.io/gerrit/spdk/spdk -GIT_REPO_DPDK=https://github.com/spdk/dpdk.git -GIT_REPO_OPEN_ISCSI=https://github.com/open-iscsi/open-iscsi -GIT_REPO_ROCKSDB=https://review.gerrithub.io/spdk/rocksdb -GIT_REPO_FIO=http://git.kernel.dk/fio.git -GIT_REPO_FLAMEGRAPH=https://github.com/brendangregg/FlameGraph.git -GIT_REPO_QEMU=https://github.com/spdk/qemu -GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi -DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/729932/QAT.L.4.18.0-00008.tar.gz