From ae8cff1c6de5d34f3cb59e0d8fee3654bb6d284a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 17 Nov 2022 12:11:42 +0100 Subject: [PATCH] increase staged roll-out of 25 to 100% Signed-off-by: Arthur Schiwon --- config/config.php | 2 +- tests/integration/features/stable.feature | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/config/config.php b/config/config.php index 13db9cfc..63fddb0f 100755 --- a/config/config.php +++ b/config/config.php @@ -125,7 +125,7 @@ ], ], '24.0.7' => [ - '30' => [ + '100' => [ 'latest' => '25.0.1', 'internalVersion' => '25.0.1.1', 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-25.0.1.zip', diff --git a/tests/integration/features/stable.feature b/tests/integration/features/stable.feature index 5fb034ec..d507dfc7 100644 --- a/tests/integration/features/stable.feature +++ b/tests/integration/features/stable.feature @@ -892,7 +892,7 @@ Feature: Testing the update scenario of stable releases Given There is a release with channel "stable" And The received version is "24.0.7.1" And The received PHP version is "8.0.0" - And the installation mtime is "11" + And the installation mtime is "91" When The request is sent Then The response is non-empty And Update to version "25.0.1.1" is available @@ -908,11 +908,3 @@ Feature: Testing the update scenario of stable releases wdEGUgjkWJRHIyK8UX/5XccUETH2C82l0cwTVILWMvieBPGtRH8matFpxeJW0jzX 4wgr7yW+fOGMm4OFpbQR5A== """ - - Scenario: Staying on latest Nextcloud 24 (staged rollout) - Given There is a release with channel "stable" - And The received version is "24.0.7.1" - And The received PHP version is "8.0.0" - And the installation mtime is "33" - When The request is sent - Then The response is empty