You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/04/01 02:39:20 UTC

[pulsar] branch master updated: [CI] Remove required checks workaround from pulsar-ci.yaml (#14955)

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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cac202  [CI] Remove required checks workaround from pulsar-ci.yaml (#14955)
0cac202 is described below

commit 0cac20217de9978a75f4d2735ba8f8e258d340ba
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Fri Apr 1 05:37:00 2022 +0300

    [CI] Remove required checks workaround from pulsar-ci.yaml (#14955)
    
    - remove workaround from pulsar-ci.yaml which was needed to make
      the required checks pass
---
 .github/workflows/pulsar-ci.yaml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index 342648e..a3ec2a6 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -765,19 +765,3 @@ jobs:
       - name: Delete maven repository binaries from GitHub Actions Artifacts
         run: |
           gh-actions-artifact-client.js delete pulsar-maven-repository-binaries.tar.zst
-
-  # temporary workaround to make the required checks defined in .asf.yaml to pass
-  # these will be removed in later PRs once .asf.yaml has been edited
-  required-checks-workaround:
-    name: ${{ matrix.name }}
-    runs-on: ubuntu-20.04
-    strategy:
-      matrix:
-        name:
-          - CI - Integration - Function
-          - CI - Integration - Schema
-          - CI - System - Sql
-    steps:
-      - name: No-op step
-        run: |
-          echo "This is just to make the required checks to pass and will be removed in later PR to change .asf.yaml"