@@ -37,35 +37,35 @@ jobs:
3737 fail-fast : false
3838 matrix :
3939 modules :
40- # - ":presto-tests -P presto-tests-execution-memory"
41- # - ":presto-tests -P presto-tests-general"
42- # - ":presto-tests -P ci-only-distributed-non-hash-gen"
43- # - ":presto-tests -P ci-only-tpch-distributed-queries"
44- # - ":presto-tests -P ci-only-local-queries"
45- # - ":presto-tests -P ci-only-distributed-queries"
46- # - ":presto-tests -P ci-only-aggregation-queries"
47- # - ":presto-tests -P ci-only-plan-determinism"
48- # - ":presto-tests -P ci-only-resource-manager"
49- # - ":presto-accumulo"
50- # - ":presto-cassandra -P test-cassandra-integration-smoke-test"
51- # - ":presto-hive"
40+ - " :presto-tests -P presto-tests-execution-memory"
41+ - " :presto-tests -P presto-tests-general"
42+ - " :presto-tests -P ci-only-distributed-non-hash-gen"
43+ - " :presto-tests -P ci-only-tpch-distributed-queries"
44+ - " :presto-tests -P ci-only-local-queries"
45+ - " :presto-tests -P ci-only-distributed-queries"
46+ - " :presto-tests -P ci-only-aggregation-queries"
47+ - " :presto-tests -P ci-only-plan-determinism"
48+ - " :presto-tests -P ci-only-resource-manager"
49+ - " :presto-accumulo"
50+ - " :presto-cassandra -P test-cassandra-integration-smoke-test"
51+ - " :presto-hive"
5252 - " :presto-hive -P test-hive-materialized-queries"
5353 - " :presto-hive -P test-hive-materialized-aggregations"
5454 - " :presto-hive -P test-hive-recoverable-execution"
5555 - " :presto-hive -P test-hive-pushdown-filter-queries-basic"
5656 - " :presto-hive -P test-hive-pushdown-filter-queries-advanced"
5757 - " :presto-hive -P test-hive-repartitioning"
5858 - " :presto-hive -P test-hive-parquet"
59- # - ":presto-main"
60- # - ":presto-mongodb -P test-mongo-distributed-queries"
61- # - ":presto-redis -P test-redis-integration-smoke-test"
62- # - ":presto-elasticsearch"
63- # - ":presto-orc"
64- # - ":presto-thrift-connector"
65- # - ":presto-spark-base -P presto-spark-tests-smoke"
66- # - ":presto-spark-base -P presto-spark-tests-all-queries"
67- # - ":presto-spark-base -P presto-spark-tests-spill-queries"
68- # - ":presto-iceberg"
59+ - " :presto-main"
60+ - " :presto-mongodb -P test-mongo-distributed-queries"
61+ - " :presto-redis -P test-redis-integration-smoke-test"
62+ - " :presto-elasticsearch"
63+ - " :presto-orc"
64+ - " :presto-thrift-connector"
65+ - " :presto-spark-base -P presto-spark-tests-smoke"
66+ - " :presto-spark-base -P presto-spark-tests-all-queries"
67+ - " :presto-spark-base -P presto-spark-tests-spill-queries"
68+ - " :presto-iceberg"
6969 timeout-minutes : 80
7070 concurrency :
7171 group : ${{ github.workflow }}-test-${{ matrix.modules }}-${{ github.event.pull_request.number }}
0 commit comments