Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Revert "RC5"
This reverts commit f451ce2.
  • Loading branch information
Yikun committed Sep 14, 2023
commit 997413e44da5a38fd2539f679b228c019ff04b84
2 changes: 2 additions & 0 deletions .github/workflows/build_3.3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- 'master'
paths:
- '3.3.0/**'
- '.github/workflows/build_3.3.0.yaml'
- '.github/workflows/main.yml'

jobs:
run-build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_3.3.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- 'master'
paths:
- '3.3.1/**'
- '.github/workflows/build_3.3.1.yaml'
- '.github/workflows/main.yml'

jobs:
run-build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_3.3.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- 'master'
paths:
- '3.3.2/**'
- '.github/workflows/build_3.3.2.yaml'
- '.github/workflows/main.yml'

jobs:
run-build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_3.3.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- 'master'
paths:
- '3.3.3/**'
- '.github/workflows/build_3.3.3.yaml'
- '.github/workflows/main.yml'

jobs:
run-build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_3.4.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- 'master'
paths:
- '3.4.0/**'
- '.github/workflows/build_3.4.0.yaml'
- '.github/workflows/main.yml'

jobs:
run-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
with:
fetch-depth: 0
repository: apache/spark
ref: v3.5.0-rc5
ref: v${{ inputs.spark }}
path: ${{ github.workspace }}/spark

- name: Test - Cherry pick commits
Expand Down
4 changes: 2 additions & 2 deletions 3.5.0/scala2.12-java11-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ RUN set -ex; \

# Install Apache Spark
# https://downloads.apache.org/spark/KEYS
ENV SPARK_TGZ_URL=https://dist.apache.org/repos/dist/dev/spark/v3.5.0-rc5-bin/spark-3.5.0-bin-hadoop3.tgz \
SPARK_TGZ_ASC_URL=https://dist.apache.org/repos/dist/dev/spark/v3.5.0-rc5-bin/spark-3.5.0-bin-hadoop3.tgz.asc \
ENV SPARK_TGZ_URL=https://archive.apache.org/dist/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz \
SPARK_TGZ_ASC_URL=https://archive.apache.org/dist/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz.asc \
GPG_KEY=FC3AE3A7EAA1BAC98770840E7E1ABCC53AAA2216

RUN set -ex; \
Expand Down