This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch internal-main in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit ca0b65e8bacea86e457027a51003afd27535ea4c Author: geyanggang <[email protected]> AuthorDate: Fri Feb 6 16:57:09 2026 +0800 [#108]feat (bigquery-catalog): Skip catalog-jdbc-bigquery tests in Spark integration workflow. --- .github/workflows/spark-integration-test-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spark-integration-test-action.yml b/.github/workflows/spark-integration-test-action.yml index c175600d18..772bf38ad8 100644 --- a/.github/workflows/spark-integration-test-action.yml +++ b/.github/workflows/spark-integration-test-action.yml @@ -25,7 +25,7 @@ jobs: SparkIT: name: JDK${{ inputs.java-version }}-${{ inputs.test-mode }}-Scala${{ inputs.scala-version }} runs-on: [self-hosted, linux, arm64, amazon, xlarge] - timeout-minutes: 60 + timeout-minutes: 90 env: PLATFORM: ${{ inputs.architecture }} steps: @@ -73,4 +73,4 @@ jobs: spark-connector/v3.4/spark/build/spark-3.4-integration-test.log spark-connector/v3.5/spark/build/spark-3.5-integration-test.log distribution/package/logs/*.out - distribution/package/logs/*.log \ No newline at end of file + distribution/package/logs/*.log
