Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ansi_sql_mode_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: ANSI SQL mode test
on:
push:
branches:
- master
- branch-3.3

jobs:
ansi_sql_test:
Expand Down
32 changes: 9 additions & 23 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,6 @@ on:
push:
branches:
- '**'
- '!branch-*.*'
schedule:
# master, Hadoop 2
- cron: '0 1 * * *'
# master
- cron: '0 4 * * *'
# branch-3.2
- cron: '0 7 * * *'
# PySpark coverage for master branch
- cron: '0 10 * * *'
# Java 11
- cron: '0 13 * * *'
# Java 17
- cron: '0 16 * * *'
workflow_call:
inputs:
ansi_enabled:
Expand Down Expand Up @@ -96,7 +82,7 @@ jobs:
echo '::set-output name=hadoop::hadoop3'
else
echo '::set-output name=java::8'
echo '::set-output name=branch::master' # Default branch to run on. CHANGE here when a branch is cut out.
echo '::set-output name=branch::branch-3.3' # Default branch to run on. CHANGE here when a branch is cut out.
echo '::set-output name=type::regular'
echo '::set-output name=envs::{"SPARK_ANSI_SQL_MODE": "${{ inputs.ansi_enabled }}"}'
echo '::set-output name=hadoop::hadoop3'
Expand All @@ -115,7 +101,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -325,7 +311,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -413,7 +399,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -477,7 +463,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -590,7 +576,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -639,7 +625,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -687,7 +673,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down Expand Up @@ -786,7 +772,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: master
ref: branch-3.3
- name: Sync the current branch with the latest in Apache Spark
if: github.repository != 'apache/spark'
run: |
Expand Down