Skip to content

Commit 211f785

Browse files
committed
Initial GHA for our purposes
1 parent 3d6e31a commit 211f785

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

.github/workflows/build_joom.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
20+
name: "Build Joom (Scala 2.13, Hadoop 3, JDK 8)"
21+
22+
on:
23+
workflow_dispatch:
24+
25+
jobs:
26+
run-build:
27+
permissions:
28+
packages: write
29+
name: Run
30+
uses: ./.github/workflows/build_and_test.yml
31+
with:
32+
java: 8
33+
hadoop: hadoop3
34+
envs: >-
35+
{
36+
"SCALA_PROFILE": "scala2.13",
37+
"PYTHON_TO_TEST": "",
38+
"ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
39+
}
40+
jobs: >-
41+
{
42+
"build": "true",
43+
"pyspark": "false",
44+
"sparkr": "false",
45+
"tpcds-1g": "false",
46+
"docker-integration-tests": "false",
47+
"lint" : "false"
48+
}

0 commit comments

Comments
 (0)