fixed #295 Squashed commit of the following: commit 4c8fbd3c1a14f4b01294aa07b1d603e1d0ded44a Author: fwang12 <fwang12@ebay.com> Date: Mon Jan 18 00:34:11 2021 +0800 Add licenses for some yml files
81 lines
2.0 KiB
YAML
81 lines
2.0 KiB
YAML
# 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.
|
|
|
|
codecov:
|
|
token: 6c25f14f-ec5c-40d2-b2e2-482013acca13
|
|
|
|
flags:
|
|
kyuubi-common:
|
|
paths:
|
|
- kyuubi-common
|
|
carryforward: true
|
|
kyuubi-ha:
|
|
paths:
|
|
- kyuubi-ha
|
|
carryforward: true
|
|
kyuubi-main:
|
|
paths:
|
|
- kyuubi-main
|
|
carryforward: true
|
|
kyuubi-spark-sql-engine:
|
|
paths:
|
|
- externals/kyuubi-spark-sql-engine
|
|
aggregate:
|
|
paths:
|
|
- dev/kyuubi-codecov
|
|
carryforward: true
|
|
|
|
# To see status checks based on flags
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
flags:
|
|
- kyuubi-common
|
|
- kyuubi-ha
|
|
- kyuubi-main
|
|
- kyuubi-spark-sql-engine
|
|
kyuubi-common:
|
|
target: auto
|
|
flags:
|
|
- kyuubi-common
|
|
kyuubi-ha:
|
|
target: auto
|
|
flags:
|
|
- kyuubi-ha
|
|
kyuubi-main:
|
|
target: auto
|
|
flags:
|
|
- kyuubi-main
|
|
kyuubi-spark-sql-engine:
|
|
target: auto
|
|
flags:
|
|
- kyuubi-spark-sql-engine
|
|
aggregate:
|
|
target: auto
|
|
flags:
|
|
- aggregate
|
|
|
|
comment:
|
|
layout: "reach, diff, flags, files"
|
|
behavior: default
|
|
require_changes: false
|
|
require_base: no
|
|
require_head: yes
|
|
branches:
|
|
- "master"
|
|
show_carryforward_flags: false
|