This is an automated email from the ASF dual-hosted git repository.

jianglongtao pushed a commit to branch fix-33341
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 559da64bb3bab04aa5429ec64c715896df10d9d8
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Sep 5 14:24:13 2024 +0800

    Refactor : remove the rest database only keep mysql in operation E2E
---
 .github/workflows/workflow-dispatch-e2e-operation.yml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/workflows/workflow-dispatch-e2e-operation.yml 
b/.github/workflows/workflow-dispatch-e2e-operation.yml
index fcf5d5722de..786d026fc19 100644
--- a/.github/workflows/workflow-dispatch-e2e-operation.yml
+++ b/.github/workflows/workflow-dispatch-e2e-operation.yml
@@ -43,16 +43,7 @@ jobs:
       fail-fast: false
       matrix:
         operation: [ transaction, pipeline, showprocesslist ]
-        image: [ { type: "it.docker.mysql.version", version: 
"mysql:5.7,mysql:8.0" }, { type: "it.docker.postgresql.version", version: 
"postgres:10-alpine,postgres:11-alpine,postgres:12-alpine,postgres:13-alpine,postgres:14-alpine"
 }, { type: "it.docker.opengauss.version", version: 
"enmotech/opengauss:2.1.0,enmotech/opengauss:3.0.0" }, { type: 
"it.docker.mariadb.version", version: "mariadb:11" } ]
-        exclude:
-          - operation: transaction
-            image: { type: "it.docker.mariadb.version", version: "mariadb:11" }
-          - operation: showprocesslist
-            image: { type: "it.docker.postgresql.version", version: 
"postgres:10-alpine,postgres:11-alpine,postgres:12-alpine,postgres:13-alpine,postgres:14-alpine"
 }
-          - operation: showprocesslist
-            image: { type: "it.docker.opengauss.version", version: 
"enmotech/opengauss:2.1.0,enmotech/opengauss:3.0.0" }
-          - operation: showprocesslist
-            image: { type: "it.docker.mariadb.version", version: "mariadb:11" }
+        image: [ { type: "it.docker.mysql.version", version: 
"mysql:5.7,mysql:8.0" } ]
     timeout-minutes: 40
     steps:
       - name: Checkout Project

Reply via email to