Skip to content

Commit 6dd3224

Browse files
authored
chore(ci): Disable Vertica tests until vertica docker image will be available (#9910)
@see vertica/vertica-containers#64
1 parent 2b64bc1 commit 6dd3224

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/actions/smoke.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ echo "::group::MongoBI"
5757
yarn lerna run --concurrency 1 --stream --no-prefix smoke:mongobi
5858
echo "::endgroup::"
5959

60-
echo "::group::Vertica"
61-
yarn lerna run --concurrency 1 --stream --no-prefix smoke:vertica
62-
echo "::endgroup::"
60+
# Vertica tests are disabled because around 20.08.2025 someone
61+
# totally removed all vertica-ce docker repository from dockerhub.
62+
# @see https://github.com/vertica/vertica-containers/issues/64
63+
#echo "::group::Vertica"
64+
#yarn lerna run --concurrency 1 --stream --no-prefix smoke:vertica
65+
#echo "::endgroup::"
6366

6467
echo "::group::RBAC"
6568
yarn lerna run --concurrency 1 --stream --no-prefix smoke:rbac

.github/workflows/push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,14 @@ jobs:
397397
strategy:
398398
matrix:
399399
node-version: [22.x]
400+
# Vertica tests are disabled because around 20.08.2025 someone
401+
# totally removed all vertica-ce docker repository from dockerhub.
402+
# @see https://github.com/vertica/vertica-containers/issues/64
400403
db: [
401404
'athena', 'bigquery', 'snowflake', 'trino',
402405
'clickhouse', 'druid', 'elasticsearch', 'mssql', 'mysql', 'postgres', 'prestodb',
403-
'mysql-aurora-serverless', 'crate', 'mongobi', 'firebolt', 'dremio', 'vertica'
406+
'mysql-aurora-serverless', 'crate', 'mongobi', 'firebolt', 'dremio'
407+
# 'vertica'
404408
]
405409
use_tesseract_sql_planner: [ false ]
406410
include:

0 commit comments

Comments
 (0)