This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git


The following commit(s) were added to refs/heads/main by this push:
     new 6cc0ada  [SPARK-53765] Remove Daily `integration-test-linux` GitHub 
Action job
6cc0ada is described below

commit 6cc0ada12d731cf39636647168984908591b07eb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 30 12:12:24 2025 -0700

    [SPARK-53765] Remove Daily `integration-test-linux` GitHub Action job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove the daily `integration-test-linux` GitHub Action job.
    
    ### Why are the changes needed?
    
    This is superseded by the following test coverage. So, we can remove it 
safely.
    - #228
    - #236
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review because this is a removal of test coverage.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #248 from dongjoon-hyun/SPARK-53765.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/integration_test_linux.yml | 45 ----------------------------
 1 file changed, 45 deletions(-)

diff --git a/.github/workflows/integration_test_linux.yml 
b/.github/workflows/integration_test_linux.yml
deleted file mode 100644
index 8769371..0000000
--- a/.github/workflows/integration_test_linux.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-name: Integration Test (linux)
-
-on:
-  schedule:
-    - cron: '0 0 * * *'
-  workflow_dispatch:
-
-jobs:
-  integration-test-linux:
-    runs-on: ubuntu-latest
-    env:
-      SPARK_REMOTE: "sc://localhost:15003"
-    services:
-      spark:
-        image: apache/spark:4.0.0
-        env:
-          SPARK_NO_DAEMONIZE: 1
-        ports:
-          - 15003:15002
-        options: --entrypoint /opt/spark/sbin/start-connect-server.sh
-    steps:
-    - uses: actions/checkout@v5
-    - name: Build
-      run: |
-        docker run swift:6.1 uname -a
-        docker run --add-host=host.docker.internal:host-gateway -v $PWD:/spark 
-w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swift:6.1 swift 
test --no-parallel -c release


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to