]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rgw: disable valgrind for tests that require py2/ubuntu 32278/head
authorSage Weil <sage@redhat.com>
Tue, 17 Dec 2019 16:52:37 +0000 (10:52 -0600)
committerSage Weil <sage@redhat.com>
Tue, 17 Dec 2019 18:26:15 +0000 (12:26 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
13 files changed:
qa/suites/rgw/hadoop-s3a/supported-distros/.qa [deleted symlink]
qa/suites/rgw/hadoop-s3a/supported-distros/centos_latest.yaml [deleted symlink]
qa/suites/rgw/multisite/tasks/test_multi.yaml
qa/suites/rgw/multisite/valgrind.yaml
qa/suites/rgw/tempest/distro/.qa [deleted symlink]
qa/suites/rgw/tempest/distro/supported-random-distro$ [deleted symlink]
qa/suites/rgw/tempest/distro/valgrind.yaml [deleted file]
qa/suites/rgw/tempest/tasks/rgw_tempest.yaml
qa/suites/rgw/tempest/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/verify/tasks/0-install.yaml
qa/suites/rgw/verify/tasks/swift.yaml
qa/suites/rgw/verify/validater/valgrind.yaml
qa/suites/rgw/website/overrides.yaml

diff --git a/qa/suites/rgw/hadoop-s3a/supported-distros/.qa b/qa/suites/rgw/hadoop-s3a/supported-distros/.qa
deleted file mode 120000 (symlink)
index fea2489..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../.qa
\ No newline at end of file
diff --git a/qa/suites/rgw/hadoop-s3a/supported-distros/centos_latest.yaml b/qa/suites/rgw/hadoop-s3a/supported-distros/centos_latest.yaml
deleted file mode 120000 (symlink)
index bd9854e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/supported/centos_latest.yaml
\ No newline at end of file
index 93a2eb2d3a52141357a133115088de489afb1703..2796d917e1058a0415c80bef694c0bc5f61235e8 100644 (file)
@@ -1,5 +1,7 @@
 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
-os_type: centos
+#os_type: centos
+# ubuntu and no valgrind until we migrate test to py3
+os_type: ubuntu
 
 tasks:
 - install:
@@ -8,16 +10,16 @@ tasks:
 - rgw:
     c1.client.0:
       port: 8000
-      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+#      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
     c1.client.1:
       port: 8001
-      valgrind: [--tool=memcheck, --max-threads=1024]
+#      valgrind: [--tool=memcheck, --max-threads=1024]
     c2.client.0:
       port: 8000
-      valgrind: [--tool=memcheck, --max-threads=1024]
+#      valgrind: [--tool=memcheck, --max-threads=1024]
     c2.client.1:
       port: 8001
-      valgrind: [--tool=memcheck, --max-threads=1024]
+#      valgrind: [--tool=memcheck, --max-threads=1024]
 - rgw-multisite:
 - rgw-multisite-tests:
     config:
index 99489951b4a9bca80796f424522716fa346f3053..d6686ef2a21225afeee6fc3224c2dcb1d29f06b0 100644 (file)
@@ -1,10 +1,12 @@
 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
-os_type: centos
+#os_type: centos
+# ubuntu and no valgrind until we migrate test to py3
+os_type: ubuntu
 
 overrides:
   install:
     ceph:
-      flavor: notcmalloc
+#      flavor: notcmalloc
   ceph:
     conf:
       global:
@@ -13,7 +15,7 @@ overrides:
         mon osd crush smoke test: false
       osd:
         osd fast shutdown: false
-    valgrind:
-      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
-      osd: [--tool=memcheck]
-      mds: [--tool=memcheck]
+#    valgrind:
+#      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
+#      osd: [--tool=memcheck]
+#      mds: [--tool=memcheck]
diff --git a/qa/suites/rgw/tempest/distro/.qa b/qa/suites/rgw/tempest/distro/.qa
deleted file mode 120000 (symlink)
index a23f7e0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../.qa
\ No newline at end of file
diff --git a/qa/suites/rgw/tempest/distro/supported-random-distro$ b/qa/suites/rgw/tempest/distro/supported-random-distro$
deleted file mode 120000 (symlink)
index 0862b44..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/supported-random-distro$
\ No newline at end of file
diff --git a/qa/suites/rgw/tempest/distro/valgrind.yaml b/qa/suites/rgw/tempest/distro/valgrind.yaml
deleted file mode 100644 (file)
index b66021b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-os_type: centos
-overrides:
-  rgw:
-    client.0:
-      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
index f0d9070cad8f811af7700e4412311bf521d220f1..ad2de4858b561d994c2e0d8489eaf9d382bfb3f1 100644 (file)
@@ -1,3 +1,6 @@
+# ubuntu for py2 until we move to py3
+os_type: ubuntu
+
 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
 tasks:
 - install:
diff --git a/qa/suites/rgw/tempest/ubuntu_latest.yaml b/qa/suites/rgw/tempest/ubuntu_latest.yaml
new file mode 120000 (symlink)
index 0000000..3a09f9a
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/supported/ubuntu_latest.yaml
\ No newline at end of file
index d623bbb3493f57106ec32adf869a9c6152d20189..f1955a384f50e3857ca416e884e1c4b8ec3c84e3 100644 (file)
@@ -1,14 +1,16 @@
 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
-os_type: centos
+#os_type: centos
+# ubuntu and no valgrind until we migrate test to py3
+os_type: ubuntu
 
 tasks:
 - install:
-    flavor: notcmalloc
+#    flavor: notcmalloc
 - ceph:
 - openssl_keys:
 - rgw:
     client.0:
-      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+#      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
 
 overrides:
   ceph:
index 45e2fc9cc30882bee3082e922ea8bd6325fc5f2d..ef9a4828e33da6eecabc29fab5e537732038e59a 100644 (file)
@@ -1,3 +1,6 @@
+# py2 for swift until we move to py3
+os_type: ubuntu
+
 tasks:
 - swift:
     client.0:
index 442bba879fa5a63eb6f944de2757625563ce8963..bb71c7714a30e8361aed80b18e74bcbcb03b19be 100644 (file)
@@ -1,10 +1,12 @@
 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
-os_type: centos
+#os_type: centos
+# ubuntu and no valgrind until we migrate test to py3
+os_type: ubuntu
 
 overrides:
   install:
     ceph:
-      flavor: notcmalloc
+#      flavor: notcmalloc
       #debuginfo: true
   ceph:
     conf:
@@ -14,9 +16,9 @@ overrides:
         mon osd crush smoke test: false
       osd:
         osd fast shutdown: false
-    valgrind:
-      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
-      osd: [--tool=memcheck]
-      mds: [--tool=memcheck]
-# https://tracker.ceph.com/issues/38621
-#      mgr: [--tool=memcheck]
+#    valgrind:
+#      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
+#      osd: [--tool=memcheck]
+#      mds: [--tool=memcheck]
+## https://tracker.ceph.com/issues/38621
+##      mgr: [--tool=memcheck]
index 001f29c497ac13403d297e1a16fb9594e5de68e0..aca286c1141bb6f6bfdb83cb51d9bc5c6c82751b 100644 (file)
@@ -1,9 +1,11 @@
 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
-os_type: centos
+#os_type: centos
+# ubuntu and no valgrind until we migrate test to py3
+os_type: ubuntu
 
 overrides:
   install:
-    flavor: notcmalloc
+#    flavor: notcmalloc
   ceph:
     conf:
       global:
@@ -21,8 +23,8 @@ overrides:
         rgw enable apis: s3website
     rgw:
       client.0:
-        valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+#        valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
       client.1:
-        valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+#        valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
   s3tests:
     calling-format: subdomain