We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99bfaa commit 7365ebbCopy full SHA for 7365ebb
1 file changed
.circleci/continue_config.yml
@@ -289,13 +289,13 @@ workflows:
289
parameters:
290
engine:
291
- duckdb
292
- - postgres
293
- - mysql
294
- - mssql
295
- - trino
296
- - spark
297
- - clickhouse
298
- - risingwave
+ #- postgres
+ #- mysql
+ #- mssql
+ #- trino
+ #- spark
+ #- clickhouse
+ #- risingwave
299
- engine_tests_cloud:
300
name: cloud_engine_<< matrix.engine >>
301
context:
@@ -305,14 +305,14 @@ workflows:
305
matrix:
306
307
308
- - snowflake
309
- - databricks
+ #- snowflake
+ #- databricks
310
- redshift
311
- - bigquery
312
- - clickhouse-cloud
313
- - athena
314
- - fabric
315
- - gcp-postgres
+ #- bigquery
+ #- clickhouse-cloud
+ #- athena
+ #- fabric
+ #- gcp-postgres
316
filters:
317
branches:
318
only:
0 commit comments