From c6272ee940edc3be1eef8c0205ace9d292e22df0 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 7 Aug 2023 13:15:58 -0400 Subject: [PATCH] github: require quincy job to pass in mergify config After adding the reef job, it was noticed that there was no quincy job. Apparently we (probably me) forgot to add it at the time we added quincy to our CI matrix, so we're adding it now. Signed-off-by: John Mulligan --- .github/mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index f0e2d326c..aa6c1ce62 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -18,6 +18,7 @@ queue_rules: - check-success=test-suite (nautilus) - check-success=test-suite (octopus) - check-success=test-suite (pacific) + - check-success=test-suite (quincy) - check-success=test-suite (reef) pull_request_rules: @@ -42,6 +43,7 @@ pull_request_rules: - status-success=test-suite (nautilus) - status-success=test-suite (octopus) - status-success=test-suite (pacific) + - status-success=test-suite (quincy) - status-success=test-suite (reef) - or: - and: