From c99ed6156f8b8074eff40ba20478e2ff7af25a78 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 10 Oct 2024 17:58:11 +0000 Subject: [PATCH] Build/Test Tools: Temporarily ignore Slack failures. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When many workflows are initiated at the same time, there are often instances where the requests to Slack providing updates are rate limited. This usually happens when the Test Old Branches workflow runs and initiates testing for all workflows in branches that could potentially receive a security update. Even though everything was successful in the workflow except the message, the workflow run is marked as failed. The next time the same workflow runs for that branch, a “fixed” message will be sent to `#core` in Slack. The result is a burst of messages that is quite noisy and unnecessary. This temporarily adds `continue-on-error` to the jobs responsible for sending the messages until a better solution can be decided on. See #61701. Built from https://develop.svn.wordpress.org/trunk@59209 git-svn-id: http://core.svn.wordpress.org/trunk@58604 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 916d222dc3..43f65b830b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59208'; +$wp_version = '6.7-beta2-59209'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.