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/06/14 22:29:59 UTC

[geode-dotnet-core-client] 04/05: Remove C++ source checks

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

mmartell pushed a commit to branch GEODE-9356-create-ci
in repository https://gitbox.apache.org/repos/asf/geode-dotnet-core-client.git

commit 6b6ac029cffff5f77e723951cdcf7b5f5d68b40e
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Sun Jun 13 15:55:10 2021 -0700

    Remove C++ source checks
---
 ci/pipeline.yml | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/ci/pipeline.yml b/ci/pipeline.yml
index b4a94ef..bd73f64 100644
--- a/ci/pipeline.yml
+++ b/ci/pipeline.yml
@@ -627,45 +627,11 @@ jobs:
   - in_parallel:
       fail_fast: true
       steps:
-      - get: clang-tools-image
       - get: version
       - get: source
         on_success:
           in_parallel:
             steps:
-            - try:
-                attempts: 5
-                get_params:
-                  skip_download: true
-                params:
-                  context: clang-format
-                  description: null
-                  path: source
-                  status: pending
-                put: pr-status-pending
-                resource: source
-            - try:
-                attempts: 5
-                get_params:
-                  skip_download: true
-                params:
-                  context: clang-tidy
-                  description: null
-                  path: source
-                  status: pending
-                put: pr-status-pending
-                resource: source
-            - try:
-                attempts: 5
-                get_params:
-                  skip_download: true
-                params:
-                  context: rat-check
-                  description: null
-                  path: source
-                  status: pending
-                put: pr-status-pending
-                resource: source
         trigger: true
         version: every
       - do: