This is an automated email from the ASF dual-hosted git repository.
yao 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 dff0d10d7acd [SPARK-46434][INFRA] Remove `build_branch33.yml`
dff0d10d7acd is described below
commit dff0d10d7acd7e767c6900499d8342c3d9d2777b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Dec 18 09:51:14 2023 +0800
[SPARK-46434][INFRA] Remove `build_branch33.yml`
### What changes were proposed in this pull request?
This PR aims to remove the daily CI on `branch-3.3`.
### Why are the changes needed?
`branch-3.3` reached the End-Of-Life.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44389 from dongjoon-hyun/SPARK-46434.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
.github/workflows/build_branch33.yml | 51 ------------------------------------
1 file changed, 51 deletions(-)
diff --git a/.github/workflows/build_branch33.yml
b/.github/workflows/build_branch33.yml
deleted file mode 100644
index fc6ce7028fc9..000000000000
--- a/.github/workflows/build_branch33.yml
+++ /dev/null
@@ -1,51 +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 (branch-3.3, Scala 2.13, Hadoop 3, JDK 8)"
-
-on:
- schedule:
- - cron: '0 7 * * *'
-
-jobs:
- run-build:
- permissions:
- packages: write
- name: Run
- uses: ./.github/workflows/build_and_test.yml
- if: github.repository == 'apache/spark'
- with:
- java: 8
- branch: branch-3.3
- hadoop: hadoop3
- envs: >-
- {
- "SCALA_PROFILE": "scala2.13",
- "PYTHON_TO_TEST": "",
- "ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
- }
- jobs: >-
- {
- "build": "true",
- "pyspark": "true",
- "sparkr": "true",
- "tpcds-1g": "true",
- "docker-integration-tests": "true",
- "lint" : "true"
- }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]