7171 matrix :
7272 include :
7373 - { java-version: 25.0.2, cache: 'true', cleanup-node: true }
74- - { java-version: 26, cache: 'restore', cleanup-node: true }
74+ - { java-version: 26-ea , cache: 'restore', cleanup-node: true }
7575 - { java-version: 27-ea, cache: 'restore', cleanup-node: true }
7676 timeout-minutes : 45
7777 steps :
@@ -486,7 +486,6 @@ jobs:
486486 - { modules: plugin/trino-druid }
487487 - { modules: plugin/trino-duckdb }
488488 - { modules: plugin/trino-elasticsearch }
489- - { modules: plugin/trino-exchange-filesystem, profile: cloud-tests }
490489 - { modules: plugin/trino-exasol }
491490 - { modules: plugin/trino-google-sheets }
492491 - { modules: plugin/trino-hive }
@@ -561,7 +560,6 @@ jobs:
561560 && ! (contains(matrix.modules, 'trino-redshift') && contains(matrix.profile, 'cloud-tests'))
562561 && ! (contains(matrix.modules, 'trino-redshift') && contains(matrix.profile, 'fte-tests'))
563562 && ! (contains(matrix.modules, 'trino-snowflake') && contains(matrix.profile, 'cloud-tests'))
564- && ! (contains(matrix.modules, 'trino-exchange-filesystem') && contains(matrix.profile, 'cloud-tests'))
565563 && ! (contains(matrix.modules, 'trino-filesystem-azure') && contains(matrix.profile, 'cloud-tests'))
566564 && ! (contains(matrix.modules, 'trino-filesystem-gcs') && contains(matrix.profile, 'cloud-tests'))
567565 && ! (contains(matrix.modules, 'trino-filesystem-s3') && contains(matrix.profile, 'cloud-tests'))
@@ -572,18 +570,6 @@ jobs:
572570 if : contains(matrix.modules, 'trino-hdfs')
573571 run : |
574572 $MAVEN test ${MAVEN_TEST} -pl :trino-hdfs -P test-isolated-jvm-suites
575- - name : FileSystem Exchange Storage Cloud Tests
576- id : tests-filesystem-exchange
577- env :
578- ABFS_FLAT_ACCOUNT : ${{ vars.AZURE_ABFS_FLAT_ACCOUNT }}
579- ABFS_FLAT_ACCESS_KEY : ${{ secrets.AZURE_ABFS_FLAT_ACCESS_KEY }}
580- ABFS_HIERARCHICAL_ACCOUNT : ${{ vars.AZURE_ABFS_HIERARCHICAL_ACCOUNT }}
581- ABFS_HIERARCHICAL_ACCESS_KEY : ${{ secrets.AZURE_ABFS_HIERARCHICAL_ACCESS_KEY }}
582- if : >-
583- contains(matrix.modules, 'trino-exchange-filesystem') && contains(matrix.profile, 'cloud-tests') &&
584- (env.CI_SKIP_SECRETS_PRESENCE_CHECKS != '' || env.ABFS_FLAT_ACCESS_KEY != '' || env.ABFS_HIERARCHICAL_ACCESS_KEY != '')
585- run : |
586- $MAVEN test ${MAVEN_TEST} -pl ${{ matrix.modules }} ${{ format('-P {0}', matrix.profile) }}
587573 - name : S3 FileSystem Cloud Tests
588574 id : tests-s3
589575 env :
@@ -803,7 +789,6 @@ jobs:
803789 || steps.tests-hdfs-isolated.outcome == 'failure'
804790 || steps.tests-s3.outcome == 'failure'
805791 || steps.tests-azure.outcome == 'failure'
806- || steps.tests-filesystem-exchange.outcome == 'failure'
807792 || steps.tests-gcs.outcome == 'failure'
808793 || steps.tests-delta.outcome == 'failure'
809794 || steps.tests-bq.outcome == 'failure'
0 commit comments