From 926be8a4758dca4ef232da08b2795ecfa29f4c2c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Dec 2024 10:07:42 +0200 Subject: Add more test scenarios for GitHub CI --- INSTALL-GITHUB-DEV | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'INSTALL-GITHUB-DEV') diff --git a/INSTALL-GITHUB-DEV b/INSTALL-GITHUB-DEV index c28ce06..dfcbfe7 100644 --- a/INSTALL-GITHUB-DEV +++ b/INSTALL-GITHUB-DEV @@ -128,11 +128,15 @@ aspects but can't redeliver webhooks. - Branch push (BP). - - Success (also observe check run state transitions). - - Failure (also observe check run state transitions). + - Success (observe check runs state transitions). Test with 2 build configs. + - Failure (observe check runs state transitions). + - Push new commit to branch. - Re-requested check suite. - - Re-requested check run. + - Re-requested check run (observe check run state transitions). + - Re-requested check run but tenant archived. - Cancel previous check suite on forced push. + - Head commit shared with another BP. + - Cancel previous check suite on forced push with shared previous commit. - Pull request (PR). @@ -140,6 +144,7 @@ aspects but can't redeliver webhooks. - Success. - Failure. + - Push new commit to head. - Re-requested check suite. - Re-requested check run. - Head shared with BP. @@ -149,6 +154,7 @@ aspects but can't redeliver webhooks. - Success. - Failure. + - Push new commit to head. - Re-requested check suite. - Re-requested check run. - Head shared with another remote PR. -- cgit v1.1