From 8d8c3dcd164eabe118d449243b9cfb36e7075e98 Mon Sep 17 00:00:00 2001 From: nesrineabdmouleh Date: Tue, 15 Oct 2024 14:42:52 +0200 Subject: [PATCH 1/2] Delete jobs with issue --- .github/workflows/ui-test/nightly.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ui-test/nightly.json b/.github/workflows/ui-test/nightly.json index 120b89d03..8add82be8 100644 --- a/.github/workflows/ui-test/nightly.json +++ b/.github/workflows/ui-test/nightly.json @@ -4,18 +4,21 @@ "comment": "1.7.8.0 ~ 1.7.8.10 -> 1.7.8.11 PHP 7.1" }, { + "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", "PS_VERSION_START": "1.7.8.0", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online", "PHP_VERSION": "7.1" }, { + "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", "PS_VERSION_START": "1.7.8.1", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online", "PHP_VERSION": "7.1" }, { + "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", "PS_VERSION_START": "1.7.8.2", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online", From 4655b1dc248d8a3add86187ae106e6f8ebc69009 Mon Sep 17 00:00:00 2001 From: nesrineabdmouleh Date: Tue, 15 Oct 2024 14:48:06 +0200 Subject: [PATCH 2/2] Add some fixes --- .github/workflows/ui-test/nightly.json | 6 +++--- .github/workflows/ui-test/sanity.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ui-test/nightly.json b/.github/workflows/ui-test/nightly.json index 8add82be8..a2fc2c7b4 100644 --- a/.github/workflows/ui-test/nightly.json +++ b/.github/workflows/ui-test/nightly.json @@ -4,21 +4,21 @@ "comment": "1.7.8.0 ~ 1.7.8.10 -> 1.7.8.11 PHP 7.1" }, { - "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", + "comment": "https://github.com/PrestaShop/PrestaShop/issues/36958", "PS_VERSION_START": "1.7.8.0", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online", "PHP_VERSION": "7.1" }, { - "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", + "comment": "https://github.com/PrestaShop/PrestaShop/issues/36958", "PS_VERSION_START": "1.7.8.1", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online", "PHP_VERSION": "7.1" }, { - "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", + "comment": "https://github.com/PrestaShop/PrestaShop/issues/36958", "PS_VERSION_START": "1.7.8.2", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online", diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index 8af46b06b..c5e98ea7b 100644 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -4,7 +4,6 @@ "comment": "1.7.8.10 -> 1.7.8.11 PHP 7.1" }, { - "comment": "https://github.com/PrestaShop/PrestaShop/issues/36425", "PS_VERSION_START": "1.7.8.10", "PS_VERSION_END": "1.7.8.11", "UPGRADE_CHANNEL": "online",