Skip to content

Commit

Permalink
only show tripleo gate failures
Browse files Browse the repository at this point in the history
Change-Id: Ibb9b88535c65fba5c0bdf7ee76d6775d942ae288
  • Loading branch information
weshayutin committed Jun 3, 2021
1 parent 51010ab commit 6c23507
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@
"key":"result",
"operator":"!=",
"value":"NODE_FAILURE"
},
{
"condition":"AND",
"key":"job_name",
"operator":"=~",
"value":"/tripleo.*/"
}
]
}
Expand Down Expand Up @@ -600,6 +606,12 @@
"key":"result",
"operator":"!=",
"value":"NODE_FAILURE"
},
{
"condition":"AND",
"key":"job_name",
"operator":"=~",
"value":"/tripleo.*/"
}
]
}
Expand Down

0 comments on commit 6c23507

Please sign in to comment.