aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-16 11:49:27 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-16 12:03:32 +0000
commitf7cb5b090240492782149071fa937b827a40831a (patch)
tree18c44c49084a0a365caba8813e37b3db338262e2
parent688e1d52878dc4a7aebe816c4ef57774dc10d582 (diff)
some tools are only for running system tests
* valgrind is for development and unit tests also
-rw-r--r--dist/vespa.spec27
1 files changed, 26 insertions, 1 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index e2894d3a388..097be19689a 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -228,7 +228,7 @@ BuildRequires: perl-Net-INET6Glue
%endif
BuildRequires: perl-Pod-Usage
BuildRequires: perl-URI
-Requires: valgrind
+BuildRequires: valgrind
Requires: xxhash
Requires: xxhash-libs >= 0.8.0
Requires: gdb
@@ -463,6 +463,18 @@ Requires: %{name}-base-libs = %{version}-%{release}
Vespa - The open big data serving engine - tools
+%package systemtest-tools
+
+Summary: Vespa - The open big data serving engine - tools for system tests
+
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-base-libs = %{version}-%{release}
+Requires: valgrind
+
+%description systemtest-tools
+
+Vespa - The open big data serving engine - tools for system tests
+
%package ann-benchmark
Summary: Vespa - The open big data serving engine - ann-benchmark
@@ -638,6 +650,7 @@ fi
%exclude %{_prefix}/bin/vespa-destination
%exclude %{_prefix}/bin/vespa-document-statistics
%exclude %{_prefix}/bin/vespa-fbench
+%exclude %{_prefix}/bin/vespa-fbench-result-filter.pl
%exclude %{_prefix}/bin/vespa-feed-client
%exclude %{_prefix}/bin/vespa-feeder
%exclude %{_prefix}/bin/vespa-get
@@ -647,6 +660,8 @@ fi
%exclude %{_prefix}/bin/vespa-stat
%exclude %{_prefix}/bin/vespa-security-env
%exclude %{_prefix}/bin/vespa-summary-benchmark
+%exclude %{_prefix}/bin/vespa-tensor-conformance
+%exclude %{_prefix}/bin/vespa-tensor-instructions-benchmark
%exclude %{_prefix}/bin/vespa-visit
%exclude %{_prefix}/bin/vespa-visit-target
%dir %{_prefix}/conf
@@ -905,6 +920,16 @@ fi
%dir %{_prefix}/lib/jars
%{_prefix}/lib/jars/vespaclient-java-jar-with-dependencies.jar
+%files systemtest-tools
+%if %{_defattr_is_vespa_vespa}
+%defattr(-,%{_vespa_user},%{_vespa_group},-)
+%endif
+%dir %{_prefix}
+%dir %{_prefix}/bin
+%{_prefix}/bin/vespa-fbench-result-filter.pl
+%{_prefix}/bin/vespa-tensor-conformance
+%{_prefix}/bin/vespa-tensor-instructions-benchmark
+
%files ann-benchmark
%if %{_defattr_is_vespa_vespa}
%defattr(-,%{_vespa_user},%{_vespa_group},-)