
This is an import of the infrastructure to make Jammy packages Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/840788 Change-Id: Ie66d3b1e39ef9fa714b1dabdb7eb61cc43538587
26 lines
595 B
Diff
26 lines
595 B
Diff
From: Benjamin Kaduk <kaduk@mit.edu>
|
|
Date: Sat, 12 Mar 2022 20:57:11 -0800
|
|
Subject: Disable rx/perf test
|
|
|
|
It hardcodes a port number on which to run the testing service,
|
|
which may conflict with some buildd services and result in failing
|
|
autotests.
|
|
|
|
Change-Id: I608c6a1a876e6a1e7309bc621b6ed60e1b63b97a
|
|
---
|
|
tests/TESTS | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/TESTS b/tests/TESTS
|
|
index 07277e1..90fe0ff 100644
|
|
--- a/tests/TESTS
|
|
+++ b/tests/TESTS
|
|
@@ -16,7 +16,6 @@ opr/uuid
|
|
ptserver/pt_util
|
|
ptserver/pts-man
|
|
rx/event
|
|
-rx/perf
|
|
volser/vos-man
|
|
bucoord/backup-man
|
|
kauth/kas-man
|