From 09c475f20bc5209322b9aee59b2e4ed0533611fe Mon Sep 17 00:00:00 2001 From: Allon Moritz Date: Thu, 25 Jul 2024 15:07:47 +0200 Subject: [PATCH 1/3] Don't execute max system tests on pr commits --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.drone.yml b/.drone.yml index 41889d3c8472..3394d062934f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -259,6 +259,10 @@ steps: JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK: 1 commands: - bash tests/System/drone-system-run.sh "$(pwd)" cmysqlmax mysqli mysql + when: + event: + exclude: + - pull_request - name: phpmax-system-postgres depends_on: @@ -272,6 +276,10 @@ steps: JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK: 1 commands: - bash tests/System/drone-system-run.sh "$(pwd)" cpostgresmax pgsql postgres + when: + event: + exclude: + - pull_request - name: phpmin-system-mysql8 depends_on: @@ -285,6 +293,10 @@ steps: JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK: 1 commands: - bash tests/System/drone-system-run.sh "$(pwd)" cmysql8 mysqli mysql8 + when: + event: + exclude: + - pull_request - name: phpmax-system-mysql8 depends_on: @@ -298,6 +310,10 @@ steps: JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK: 1 commands: - bash tests/System/drone-system-run.sh "$(pwd)" cmysql8max mysqli mysql8 + when: + event: + exclude: + - pull_request - name: artifacts-system-tests image: joomlaprojects/docker-images:packager From 55e79ead2fd13114cef982008f702b00c4ff8ed8 Mon Sep 17 00:00:00 2001 From: Allon Moritz Date: Thu, 25 Jul 2024 15:14:51 +0200 Subject: [PATCH 2/3] Signature --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3394d062934f..fe2c25092cdf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -520,6 +520,6 @@ trigger: --- kind: signature -hmac: ccc71c7a0c6643aef1000b49a0125d4a9bf2bacedc3875c9106b31449e7f50f8 +hmac: adce90065c3f9e3450bc8fabcef10d7bd35c486160b292b33ce620500ec5a4ba ... From 0133fc90090fd67ff7930f354f87e43754cc2f6e Mon Sep 17 00:00:00 2001 From: Allon Moritz Date: Mon, 29 Jul 2024 16:03:10 +0200 Subject: [PATCH 3/3] Run php max on postgres --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index fe2c25092cdf..2f86e38f6f8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -246,6 +246,10 @@ steps: JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK: 1 commands: - bash tests/System/drone-system-run.sh "$(pwd)" cpostgres pgsql postgres + when: + event: + exclude: + - pull_request - name: phpmax-system-mysql depends_on: @@ -276,10 +280,6 @@ steps: JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK: 1 commands: - bash tests/System/drone-system-run.sh "$(pwd)" cpostgresmax pgsql postgres - when: - event: - exclude: - - pull_request - name: phpmin-system-mysql8 depends_on: @@ -520,6 +520,6 @@ trigger: --- kind: signature -hmac: adce90065c3f9e3450bc8fabcef10d7bd35c486160b292b33ce620500ec5a4ba +hmac: 0f965e69f4773b289498dd7e06d3031f9ad89038606a7ace3632766c47283045 ...