You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rx...@apache.org on 2020/10/30 03:26:48 UTC

[pulsar] branch branch-2.6 updated: fix ci yaml (#8411)

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

rxl pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new bd91b44  fix ci yaml (#8411)
bd91b44 is described below

commit bd91b44412aaa89435e6e598b29e1c93a77ea42d
Author: xiaolong ran <rx...@apache.org>
AuthorDate: Fri Oct 30 11:06:10 2020 +0800

    fix ci yaml (#8411)
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
    
    ### Motivation
    
    
    The current branch-2.6 ci does not work normally, we need to do the following repairs to ensure that it can work normally
    
    ### Modifications
    
    Replace
    
    ```
            uses: apache/pulsar-test-infra/diff-only@master
            with:
              args: site2 .github deployment .asf.yaml .ci ct.yaml
    ```
    
    with
    
    ```
    run: echo "::set-output name=changed_only::no"
    ```
---
 .github/workflows/ci-cpp.yaml                                 | 4 +---
 .github/workflows/ci-go-functions-style.yaml                  | 4 +---
 .github/workflows/ci-go-functions-test.yaml                   | 4 +---
 .github/workflows/ci-integration-backwards-compatibility.yaml | 4 +---
 .github/workflows/ci-integration-cli.yaml                     | 4 +---
 .github/workflows/ci-integration-function-state.yaml          | 4 +---
 .github/workflows/ci-integration-messaging.yaml               | 4 +---
 .github/workflows/ci-integration-process.yaml                 | 4 +---
 .github/workflows/ci-integration-schema.yaml                  | 4 +---
 .github/workflows/ci-integration-sql.yaml                     | 4 +---
 .github/workflows/ci-integration-standalone.yaml              | 4 +---
 .github/workflows/ci-integration-thread.yaml                  | 4 +---
 .github/workflows/ci-integration-tiered-filesystem.yaml       | 4 +---
 .github/workflows/ci-integration-tiered-jcloud.yaml           | 4 +---
 .github/workflows/ci-unit-adaptors.yml                        | 4 +---
 .github/workflows/ci-unit-broker-broker.yml                   | 4 +---
 .github/workflows/ci-unit-broker-client.yml                   | 4 +---
 .github/workflows/ci-unit-broker-flaky.yml                    | 4 +---
 .github/workflows/ci-unit-broker-long-time.yml                | 4 +---
 .github/workflows/ci-unit-broker-others.yml                   | 4 +---
 .github/workflows/ci-unit-broker-publish-throttle.yml         | 4 +---
 .github/workflows/ci-unit-broker-sasl.yml                     | 4 +---
 .github/workflows/ci-unit-broker-transaction.yml              | 4 +---
 .github/workflows/ci-unit-broker.yml                          | 4 +---
 .github/workflows/ci-unit-flaky.yaml                          | 4 +---
 .github/workflows/ci-unit-proxy.yaml                          | 4 +---
 .github/workflows/ci-unit.yaml                                | 4 +---
 27 files changed, 27 insertions(+), 81 deletions(-)

diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml
index 85f7195..0106052 100644
--- a/.github/workflows/ci-cpp.yaml
+++ b/.github/workflows/ci-cpp.yaml
@@ -43,9 +43,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-go-functions-style.yaml b/.github/workflows/ci-go-functions-style.yaml
index 2145ac7..e62dc77 100644
--- a/.github/workflows/ci-go-functions-style.yaml
+++ b/.github/workflows/ci-go-functions-style.yaml
@@ -50,9 +50,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up Go
         uses: actions/setup-go@v2
diff --git a/.github/workflows/ci-go-functions-test.yaml b/.github/workflows/ci-go-functions-test.yaml
index 1ec904d..c72d396 100644
--- a/.github/workflows/ci-go-functions-test.yaml
+++ b/.github/workflows/ci-go-functions-test.yaml
@@ -51,9 +51,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up Go
         uses: actions/setup-go@v2
diff --git a/.github/workflows/ci-integration-backwards-compatibility.yaml b/.github/workflows/ci-integration-backwards-compatibility.yaml
index 3dadfbf..fff49cf 100644
--- a/.github/workflows/ci-integration-backwards-compatibility.yaml
+++ b/.github/workflows/ci-integration-backwards-compatibility.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         if: steps.docs.outputs.changed_only == 'no'
diff --git a/.github/workflows/ci-integration-cli.yaml b/.github/workflows/ci-integration-cli.yaml
index 7502f8e..df5fab6 100644
--- a/.github/workflows/ci-integration-cli.yaml
+++ b/.github/workflows/ci-integration-cli.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-function-state.yaml b/.github/workflows/ci-integration-function-state.yaml
index c114e86..fdc5ff2 100644
--- a/.github/workflows/ci-integration-function-state.yaml
+++ b/.github/workflows/ci-integration-function-state.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-messaging.yaml b/.github/workflows/ci-integration-messaging.yaml
index 3583c47..40aa323 100644
--- a/.github/workflows/ci-integration-messaging.yaml
+++ b/.github/workflows/ci-integration-messaging.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-process.yaml b/.github/workflows/ci-integration-process.yaml
index bf67f12..aa5967b 100644
--- a/.github/workflows/ci-integration-process.yaml
+++ b/.github/workflows/ci-integration-process.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-schema.yaml b/.github/workflows/ci-integration-schema.yaml
index 42fa3d6..6dfd7b5 100644
--- a/.github/workflows/ci-integration-schema.yaml
+++ b/.github/workflows/ci-integration-schema.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-sql.yaml b/.github/workflows/ci-integration-sql.yaml
index 85803c5..489bd77 100644
--- a/.github/workflows/ci-integration-sql.yaml
+++ b/.github/workflows/ci-integration-sql.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-standalone.yaml b/.github/workflows/ci-integration-standalone.yaml
index 4693b48..1b4f238 100644
--- a/.github/workflows/ci-integration-standalone.yaml
+++ b/.github/workflows/ci-integration-standalone.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-thread.yaml b/.github/workflows/ci-integration-thread.yaml
index f166893..2d7b7c9 100644
--- a/.github/workflows/ci-integration-thread.yaml
+++ b/.github/workflows/ci-integration-thread.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-tiered-filesystem.yaml b/.github/workflows/ci-integration-tiered-filesystem.yaml
index ae46890..070c70c 100644
--- a/.github/workflows/ci-integration-tiered-filesystem.yaml
+++ b/.github/workflows/ci-integration-tiered-filesystem.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-integration-tiered-jcloud.yaml b/.github/workflows/ci-integration-tiered-jcloud.yaml
index d2ef27b..bc70a50 100644
--- a/.github/workflows/ci-integration-tiered-jcloud.yaml
+++ b/.github/workflows/ci-integration-tiered-jcloud.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-adaptors.yml b/.github/workflows/ci-unit-adaptors.yml
index 9fe71f2..518e2d2 100644
--- a/.github/workflows/ci-unit-adaptors.yml
+++ b/.github/workflows/ci-unit-adaptors.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-broker.yml b/.github/workflows/ci-unit-broker-broker.yml
index e9ce4fb..6436ad7 100644
--- a/.github/workflows/ci-unit-broker-broker.yml
+++ b/.github/workflows/ci-unit-broker-broker.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-client.yml b/.github/workflows/ci-unit-broker-client.yml
index 497e3b9..e83f708 100644
--- a/.github/workflows/ci-unit-broker-client.yml
+++ b/.github/workflows/ci-unit-broker-client.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-flaky.yml b/.github/workflows/ci-unit-broker-flaky.yml
index 8c7cd81..3137902 100644
--- a/.github/workflows/ci-unit-broker-flaky.yml
+++ b/.github/workflows/ci-unit-broker-flaky.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-long-time.yml b/.github/workflows/ci-unit-broker-long-time.yml
index 63217fc..a1ba300 100644
--- a/.github/workflows/ci-unit-broker-long-time.yml
+++ b/.github/workflows/ci-unit-broker-long-time.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-others.yml b/.github/workflows/ci-unit-broker-others.yml
index d0c10ab..5a66a13 100644
--- a/.github/workflows/ci-unit-broker-others.yml
+++ b/.github/workflows/ci-unit-broker-others.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-publish-throttle.yml b/.github/workflows/ci-unit-broker-publish-throttle.yml
index 76a9495..5fd8ad4 100644
--- a/.github/workflows/ci-unit-broker-publish-throttle.yml
+++ b/.github/workflows/ci-unit-broker-publish-throttle.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-sasl.yml b/.github/workflows/ci-unit-broker-sasl.yml
index 0d395a4..09b262d 100644
--- a/.github/workflows/ci-unit-broker-sasl.yml
+++ b/.github/workflows/ci-unit-broker-sasl.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker-transaction.yml b/.github/workflows/ci-unit-broker-transaction.yml
index 2586783..36f895e 100644
--- a/.github/workflows/ci-unit-broker-transaction.yml
+++ b/.github/workflows/ci-unit-broker-transaction.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-broker.yml b/.github/workflows/ci-unit-broker.yml
index 7f5e16e..19710c4 100644
--- a/.github/workflows/ci-unit-broker.yml
+++ b/.github/workflows/ci-unit-broker.yml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-flaky.yaml b/.github/workflows/ci-unit-flaky.yaml
index 31220f8..ac28f8f 100644
--- a/.github/workflows/ci-unit-flaky.yaml
+++ b/.github/workflows/ci-unit-flaky.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit-proxy.yaml b/.github/workflows/ci-unit-proxy.yaml
index cd60b51..754885c 100644
--- a/.github/workflows/ci-unit-proxy.yaml
+++ b/.github/workflows/ci-unit-proxy.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index e08435b..975c3fb 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -42,9 +42,7 @@ jobs:
 
       - name: Check if this pull request only changes documentation
         id:   docs
-        uses: apache/pulsar-test-infra/diff-only@master
-        with:
-          args: site2 .github deployment .asf.yaml .ci ct.yaml
+        run: echo "::set-output name=changed_only::no"
 
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1