Skip to content

Commit

Permalink
MDEV-31050: Add view to LastNFailedBuilds factory
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 9, 2024
1 parent 5d9ec0e commit 01df937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@ def getTests(props):
config = {
"nm": {
"args": ("RelWithDebInfo", "-DWITH_EMBEDDED_SERVER=ON"),
"steps": ("nm", "ps", "emb", "emb-ps", "view"),
"steps": ("nm", "cursor", "ps", "emb", "emb-ps", "view"),
},
"debug": {
"args": ("Debug", "-DWITH_EMBEDDED_SERVER=ON"),
"steps": ("debug", "debug-ps", "debug-emb", "debug-emb-ps", "debug-view"),
"steps": ("debug", "debug-cursor", "debug-ps", "debug-emb", "debug-emb-ps", "debug-view"),
},
}

Expand Down

0 comments on commit 01df937

Please sign in to comment.