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

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new e02ee42b1930 Revert "[SPARK-47067][INFRA] Add Daily Apple Silicon 
Github Action Job (Java/Scala)"
e02ee42b1930 is described below

commit e02ee42b1930e9e57359a27a927d71468dffe678
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Sat Feb 17 17:30:50 2024 +0900

    Revert "[SPARK-47067][INFRA] Add Daily Apple Silicon Github Action Job 
(Java/Scala)"
    
    This reverts commit 964545aa88e9fd5b033871cbeae8d40f1a4ced91.
---
 .github/workflows/build_apple_silicon.yml | 47 -------------------------------
 1 file changed, 47 deletions(-)

diff --git a/.github/workflows/build_apple_silicon.yml 
b/.github/workflows/build_apple_silicon.yml
deleted file mode 100644
index 52a906af3f04..000000000000
--- a/.github/workflows/build_apple_silicon.yml
+++ /dev/null
@@ -1,47 +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: "Build / Apple Silicon (master, JDK 21)"
-
-on:
-  schedule:
-    - cron: '0 20 * * *'
-
-jobs:
-  run-build:
-    permissions:
-      packages: write
-    name: Run
-    uses: ./.github/workflows/build_and_test.yml
-    runs-on: macos-14
-    if: github.repository == 'apache/spark'
-    with:
-      java: 21
-      branch: master
-      hadoop: hadoop3
-      envs: >-
-        {
-          "SKIP_MIMA": "true",
-          "SKIP_UNIDOC": "true",
-          "DEDICATED_JVM_SBT_TESTS": 
"org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormatV1Suite,org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormatV2Suite,org.apache.spark.sql.execution.datasources.orc.OrcSourceV1Suite,org.apache.spark.sql.execution.datasources.orc.OrcSourceV2Suite"
-        }
-      jobs: >-
-        {
-          "build": "true"
-        }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to