This is an automated email from the ASF dual-hosted git repository. jiangmaolin pushed a commit to branch dev-5.5.1 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 5e59650e5467671a2e7a2d63d0a0a5f5509ac1f8 Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Tue Oct 29 15:02:47 2024 +0800 Refactor : remove uesless databases in worklfow --- .github/workflows/nightly-e2e-operation.yml | 10 +--------- .github/workflows/nightly-e2e-sql.yml | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nightly-e2e-operation.yml b/.github/workflows/nightly-e2e-operation.yml index fe9d944323a..cb0c7cdb2ab 100644 --- a/.github/workflows/nightly-e2e-operation.yml +++ b/.github/workflows/nightly-e2e-operation.yml @@ -45,15 +45,7 @@ jobs: java-version: [ 11, 21 ] operation: [ transaction, pipeline, showprocesslist ] image: [ - { type: "it.docker.mysql.version", version: "mysql:5.7" }, - { type: "it.docker.mysql.version", version: "mysql:8.0" }, - { type: "it.docker.mariadb.version", version: "mariadb:11" }, - { type: "it.docker.postgresql.version", version: "postgres:11-alpine" }, - { type: "it.docker.postgresql.version", version: "postgres:12-alpine" }, - { type: "it.docker.postgresql.version", version: "postgres:13-alpine" }, - { type: "it.docker.postgresql.version", version: "postgres:14-alpine" }, - { type: "it.docker.opengauss.version", version: "enmotech/opengauss:2.1.0" }, - { type: "it.docker.opengauss.version", version: "enmotech/opengauss:3.0.0" } + { type: "it.docker.mysql.version", version: "mysql:5.7" } ] exclude: - operation: transaction diff --git a/.github/workflows/nightly-e2e-sql.yml b/.github/workflows/nightly-e2e-sql.yml index 43badd1b418..d5ef74bd2cd 100644 --- a/.github/workflows/nightly-e2e-sql.yml +++ b/.github/workflows/nightly-e2e-sql.yml @@ -60,7 +60,7 @@ jobs: matrix: adapter: [ proxy, jdbc ] mode: [ Standalone, Cluster ] - database: [ MySQL, PostgreSQL, openGauss ] + database: [ MySQL ] # Fix me #25051 #scenario: [ dbtbl_with_readwrite_splitting, dbtbl_with_readwrite_splitting_and_encrypt, sharding_and_encrypt, encrypt_and_readwrite_splitting, encrypt_shadow, readwrite_splitting_and_shadow, sharding_and_shadow, sharding_encrypt_shadow, mask_encrypt, mask_sharding, mask_encrypt_sharding ] scenario: [ empty_rules, distsql_rdl, passthrough, db, tbl, encrypt, readwrite_splitting, shadow, mask, dbtbl_with_readwrite_splitting_and_encrypt, sharding_and_encrypt, encrypt_and_readwrite_splitting, encrypt_shadow, readwrite_splitting_and_shadow, sharding_and_shadow, sharding_encrypt_shadow, mask_encrypt, mask_sharding, mask_encrypt_sharding, db_tbl_sql_federation, empty_storage_units ]
