Skip to content

Commit

Permalink
qa: tighten generic filters for optional PMDAs
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Apr 16, 2024
1 parent 05de809 commit 815efd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/359
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ _filter()
-e '/^apache\..*: Try again./d' \
-e '/^oracle\..*: Try again./d' \
-e '/^nginx\..*: Try again./d' \
-e '/^uwsgi\..*: Try again./d' \
-e '/^zswap\..*: Try again./d' \
-e '/Container not found/d' \
-e '/^postgresql/d' \
Expand Down
1 change: 1 addition & 0 deletions qa/common.filter
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ _filter_optional_pmda_instances()
-e '/inst \[120 or "nvidia"]/d' \
-e '/inst \[122 or "jbd2"]/d' \
-e '/inst \[123 or "rpm"]/d' \
-e '/inst \[125 or "zswap"]/d' \
-e '/inst \[127 or "perfevent"]/d' \
-e '/inst \[129 or "dm"]/d' \
-e '/inst \[139 or "openbsd"]/d' \
Expand Down

0 comments on commit 815efd0

Please sign in to comment.