You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mm...@apache.org on 2021/03/05 21:48:31 UTC

[geode-native] branch develop updated: GEODE-8949: Disable Merge until CI green

This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 540e858  GEODE-8949: Disable Merge until CI green
540e858 is described below

commit 540e858f0cfbd2803d1c8b0f2dbccb5ee494699d
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Fri Mar 5 13:47:55 2021 -0800

    GEODE-8949: Disable Merge until CI green
---
 ci/.asf.yaml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/ci/.asf.yaml b/ci/.asf.yaml
new file mode 100644
index 0000000..5bcd60f
--- /dev/null
+++ b/ci/.asf.yaml
@@ -0,0 +1,65 @@
+#
+# 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.
+
+github:
+  description: "Apache Geode Native"
+  homepage: https://geode.apache.org/
+  labels:
+    - geode
+    - datagrid
+    - apache
+  features:
+    # To enable wiki for documentation
+    wiki: false
+    # To enable issue management
+    issues: false
+    # To enable projects for project management boards
+    projects: true
+
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:  true
+    # enable rebase button:
+    rebase:  true
+
+  protected_branches:
+    develop:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass
+        contexts:
+        - concourse-ci/build-rhel-7-debug
+        - concourse-ci/build-rhel-8-debug
+        - concourse-ci/build-ubuntu-16.04-debug
+        - concourse-ci/build-ubuntu-18.04-debug
+        - concourse-ci/build-ubuntu-20.04-debug
+        - concourse-ci/build-windows-2016-vs-2017-debug
+        # - concourse-ci/build-windows-2019-vs-2019-debug
+        - concourse-ci/clang-format
+        - concourse-ci/clang-tidy
+        - concourse-ci/rat-check
+        - LGTM analysis: C#
+        - LGTM analysis: JavaScript
+        - LGTM analysis: C/C++
+
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
+
+      required_signatures: false
+
+notifications:
+    commits: commits@geode.apache.org
+    issues: issues@geode.apache.org
+    pullrequests: notifications@geode.apache.org
+    jira_options: link label comment