This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 f91136a21d0 [SPARK-43845][INFRA] Setup Scala 2.12 Daily GitHub Action
Job
f91136a21d0 is described below
commit f91136a21d07398421af88d2206dc954ee69d30d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun May 28 20:08:41 2023 -0700
[SPARK-43845][INFRA] Setup Scala 2.12 Daily GitHub Action Job
### What changes were proposed in this pull request?
This PR aims to setup Scala 2.12 Daily GitHub Action Job by converting
Scala 2.13 Daily Job.
- Rename `build_scala213.yml` file to
`.github/workflows/build_scala212.yml`.
- Rename job name
```
-name: "Build (master, Scala 2.13, Hadoop 3, JDK 8)"
+name: "Build (master, Scala 2.12, Hadoop 3, JDK 8)"
```
- Switch SCALA_PROFILE from `scala2.13` to `scala2.12`.
### Why are the changes needed?
To keep the Scala 2.12 test coverage
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
This is a daily job. We need to check after merging.
Closes #41354 from dongjoon-hyun/SPARK-43845.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/{build_scala213.yml => build_scala212.yml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_scala213.yml
b/.github/workflows/build_scala212.yml
similarity index 93%
rename from .github/workflows/build_scala213.yml
rename to .github/workflows/build_scala212.yml
index cae0981ee1e..89d22db72f0 100644
--- a/.github/workflows/build_scala213.yml
+++ b/.github/workflows/build_scala212.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build (master, Scala 2.13, Hadoop 3, JDK 8)"
+name: "Build (master, Scala 2.12, Hadoop 3, JDK 8)"
on:
schedule:
@@ -36,7 +36,7 @@ jobs:
hadoop: hadoop3
envs: >-
{
- "SCALA_PROFILE": "scala2.13"
+ "SCALA_PROFILE": "scala2.12"
}
jobs: >-
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]