Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun committed Nov 30, 2023
1 parent 88d7405 commit 86cf242
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/build_3.4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# 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 and Test (3.4.2)"

on:
pull_request:
branches:
- 'master'
paths:
- '3.4.2/**'

jobs:
run-build:
strategy:
matrix:
image-type: ["all", "python", "scala", "r"]
name: Run
secrets: inherit
uses: ./.github/workflows/main.yml
with:
spark: 3.4.2
scala: 2.12
java: 11
image-type: ${{ matrix.image-type }}
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
type: choice
options:
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
type: choice
options:
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.3
Expand Down
2 changes: 2 additions & 0 deletions tools/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"3.4.0": "CC68B3D16FE33A766705160BA7E57908C7A4E1B1",
# issuer "[email protected]"
"3.4.1": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
# issuer "[email protected]"
"3.4.2": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
# issuer "[email protected]"
"3.5.0": "FC3AE3A7EAA1BAC98770840E7E1ABCC53AAA2216"
}
Expand Down
28 changes: 28 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,34 @@
"3.5.0-scala2.12-java11-python3-r-ubuntu"
]
},
{
"path": "3.4.2/scala2.12-java11-python3-ubuntu",
"tags": [
"3.4.2-scala2.12-java11-python3-ubuntu",
"3.4.2-python3",
"3.4.2"
]
},
{
"path": "3.4.2/scala2.12-java11-r-ubuntu",
"tags": [
"3.4.2-scala2.12-java11-r-ubuntu",
"3.4.2-r"
]
},
{
"path": "3.4.2/scala2.12-java11-ubuntu",
"tags": [
"3.4.2-scala2.12-java11-ubuntu",
"3.4.2-scala"
]
},
{
"path": "3.4.2/scala2.12-java11-python3-r-ubuntu",
"tags": [
"3.4.2-scala2.12-java11-python3-r-ubuntu"
]
},
{
"path": "3.4.1/scala2.12-java11-python3-ubuntu",
"tags": [
Expand Down

0 comments on commit 86cf242

Please sign in to comment.