[
https://issues.apache.org/jira/browse/HIVE-26816?focusedWorklogId=832145&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832145
]
ASF GitHub Bot logged work on HIVE-26816:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Dec/22 18:22
Start Date: 08/Dec/22 18:22
Worklog Time Spent: 10m
Work Description: ayushtkn commented on code in PR #3841:
URL: https://github.com/apache/hive/pull/3841#discussion_r1043683282
##########
Jenkinsfile:
##########
@@ -0,0 +1,219 @@
+/*
+ * 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.
+ */
+
+properties([
+ // max 5 build/branch/day
+ rateLimitBuilds(throttle: [count: 5, durationName: 'day', userBoost:
true]),
+ // do not run multiple testruns on the same branch
+ disableConcurrentBuilds(),
+ parameters([
+ string(name: 'SPLIT', defaultValue: '20', description: 'Number of
buckets to split tests into.'),
Review Comment:
The number of tests in master will be way more than what are present in
branch-3, so shouldn't be very much required here
Issue Time Tracking
-------------------
Worklog Id: (was: 832145)
Time Spent: 0.5h (was: 20m)
> Add Jenkins file for branch-3
> -----------------------------
>
> Key: HIVE-26816
> URL: https://issues.apache.org/jira/browse/HIVE-26816
> Project: Hive
> Issue Type: Sub-task
> Reporter: Aman Raj
> Assignee: Aman Raj
> Priority: Blocker
> Labels: hive-3.2.0-must, pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We should add Jenkinsfile for branch-3 so that people can file PR against it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)