From 1afe1d9f5e4f8ca14ecfa97de0fb7a98c27ac522 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 25 Jul 2023 18:19:31 +0000 Subject: [PATCH] Build/Test Tools: Restore automatically retrying failed E2E tests once. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This restores the GitHub Actions job responsible for automatically retrying a failed workflow once within the E2E testing workflow. [56198] disabled Slack notifications for this workflow because of the increased number of timeout errors occurring after recent changes until they could be further investigated. Even though the signal-to-noise ration was way too high, there’s still benefit in retrying the workflow once to see if the timeout can be resolved without human intervention. The one retry attempt will not result in any Slack notifications. Follow up to [56198]. See #58779. Built from https://develop.svn.wordpress.org/trunk@56308 git-svn-id: http://core.svn.wordpress.org/trunk@55820 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 1c5cb5b435..dbdbc5a5d6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56302'; +$wp_version = '6.4-alpha-56308'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.