From 2d020174573794d0e631d3665fc49b402c7f8c91 Mon Sep 17 00:00:00 2001 From: Sijie Guo Date: Tue, 4 Feb 2020 18:08:43 -0800 Subject: [PATCH] Switch to use github actions hosted under pulsar-test-infra (#6221) *Motivation* Remove any personal hosted github actions --- .github/workflows/ci-cpp.yaml | 3 +-- .github/workflows/ci-go-functions-style.yaml | 3 +-- .github/workflows/ci-go-functions-test.yaml | 3 +-- .../workflows/ci-integration-backwards-compatibility.yaml | 3 +-- .github/workflows/ci-integration-cli.yaml | 3 +-- .github/workflows/ci-integration-function-state.yaml | 3 +-- .github/workflows/ci-integration-messaging.yaml | 3 +-- .github/workflows/ci-integration-process.yaml | 3 +-- .github/workflows/ci-integration-schema.yaml | 3 +-- .github/workflows/ci-integration-sql.yaml | 3 +-- .github/workflows/ci-integration-standalone.yaml | 3 +-- .github/workflows/ci-integration-thread.yaml | 3 +-- .github/workflows/ci-integration-tiered-filesystem.yaml | 3 +-- .github/workflows/ci-integration-tiered-jcloud.yaml | 3 +-- .github/workflows/ci-license.yaml | 5 ++--- .github/workflows/ci-unit-adaptors.yml | 5 ++--- .github/workflows/ci-unit-broker-sasl.yml | 5 ++--- .github/workflows/ci-unit-broker.yml | 5 ++--- .github/workflows/ci-unit-flaky.yaml | 5 ++--- .github/workflows/ci-unit-proxy.yaml | 5 ++--- .github/workflows/ci-unit.yaml | 5 ++--- 21 files changed, 28 insertions(+), 49 deletions(-) diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml index 6507d1a3cedaa..d339b7106e947 100644 --- a/.github/workflows/ci-cpp.yaml +++ b/.github/workflows/ci-cpp.yaml @@ -37,8 +37,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-go-functions-style.yaml b/.github/workflows/ci-go-functions-style.yaml index 2ba0393e8117e..93269c47d3125 100644 --- a/.github/workflows/ci-go-functions-style.yaml +++ b/.github/workflows/ci-go-functions-style.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-go-functions-test.yaml b/.github/workflows/ci-go-functions-test.yaml index c8dd75871db38..5609ad706aee5 100644 --- a/.github/workflows/ci-go-functions-test.yaml +++ b/.github/workflows/ci-go-functions-test.yaml @@ -39,8 +39,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-backwards-compatibility.yaml b/.github/workflows/ci-integration-backwards-compatibility.yaml index 0ee1974a50a55..aa827897ea07b 100644 --- a/.github/workflows/ci-integration-backwards-compatibility.yaml +++ b/.github/workflows/ci-integration-backwards-compatibility.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-cli.yaml b/.github/workflows/ci-integration-cli.yaml index 2b5aac413c1ba..f12f8f341f092 100644 --- a/.github/workflows/ci-integration-cli.yaml +++ b/.github/workflows/ci-integration-cli.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-function-state.yaml b/.github/workflows/ci-integration-function-state.yaml index b368fa2271d46..548beecf9fbac 100644 --- a/.github/workflows/ci-integration-function-state.yaml +++ b/.github/workflows/ci-integration-function-state.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-messaging.yaml b/.github/workflows/ci-integration-messaging.yaml index 78bf16eb39c85..795ce5b8143fd 100644 --- a/.github/workflows/ci-integration-messaging.yaml +++ b/.github/workflows/ci-integration-messaging.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-process.yaml b/.github/workflows/ci-integration-process.yaml index 32900c360fe20..09ce922b75c24 100644 --- a/.github/workflows/ci-integration-process.yaml +++ b/.github/workflows/ci-integration-process.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-schema.yaml b/.github/workflows/ci-integration-schema.yaml index 58b93d1b7d926..0b73ddbea4686 100644 --- a/.github/workflows/ci-integration-schema.yaml +++ b/.github/workflows/ci-integration-schema.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-sql.yaml b/.github/workflows/ci-integration-sql.yaml index 348fb383c116e..9fe12b68c8fa3 100644 --- a/.github/workflows/ci-integration-sql.yaml +++ b/.github/workflows/ci-integration-sql.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-standalone.yaml b/.github/workflows/ci-integration-standalone.yaml index d6e581376451f..0347f1e53e049 100644 --- a/.github/workflows/ci-integration-standalone.yaml +++ b/.github/workflows/ci-integration-standalone.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-thread.yaml b/.github/workflows/ci-integration-thread.yaml index 5050f943f85ec..f650c553b54ca 100644 --- a/.github/workflows/ci-integration-thread.yaml +++ b/.github/workflows/ci-integration-thread.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-tiered-filesystem.yaml b/.github/workflows/ci-integration-tiered-filesystem.yaml index ac05434c84223..01b86c4a7d168 100644 --- a/.github/workflows/ci-integration-tiered-filesystem.yaml +++ b/.github/workflows/ci-integration-tiered-filesystem.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-integration-tiered-jcloud.yaml b/.github/workflows/ci-integration-tiered-jcloud.yaml index f32770d191b36..f06f1eec4f26c 100644 --- a/.github/workflows/ci-integration-tiered-jcloud.yaml +++ b/.github/workflows/ci-integration-tiered-jcloud.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml diff --git a/.github/workflows/ci-license.yaml b/.github/workflows/ci-license.yaml index 8084afff4467f..f8d331e604cbb 100644 --- a/.github/workflows/ci-license.yaml +++ b/.github/workflows/ci-license.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -49,7 +48,7 @@ jobs: # license check fails with 3.6.2 so we have to downgrade - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1 diff --git a/.github/workflows/ci-unit-adaptors.yml b/.github/workflows/ci-unit-adaptors.yml index 9999c17818be5..b43d6a1784390 100644 --- a/.github/workflows/ci-unit-adaptors.yml +++ b/.github/workflows/ci-unit-adaptors.yml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -48,7 +47,7 @@ jobs: java-version: 1.8 - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1 diff --git a/.github/workflows/ci-unit-broker-sasl.yml b/.github/workflows/ci-unit-broker-sasl.yml index c2a976e03003b..a2aaf21372774 100644 --- a/.github/workflows/ci-unit-broker-sasl.yml +++ b/.github/workflows/ci-unit-broker-sasl.yml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -48,7 +47,7 @@ jobs: java-version: 1.8 - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1 diff --git a/.github/workflows/ci-unit-broker.yml b/.github/workflows/ci-unit-broker.yml index 361dde5456566..5aefa3d9ac7d0 100644 --- a/.github/workflows/ci-unit-broker.yml +++ b/.github/workflows/ci-unit-broker.yml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -48,7 +47,7 @@ jobs: java-version: 1.8 - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1 diff --git a/.github/workflows/ci-unit-flaky.yaml b/.github/workflows/ci-unit-flaky.yaml index ca08756fc753c..76ce7e84fcba4 100644 --- a/.github/workflows/ci-unit-flaky.yaml +++ b/.github/workflows/ci-unit-flaky.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -48,7 +47,7 @@ jobs: java-version: 1.8 - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1 diff --git a/.github/workflows/ci-unit-proxy.yaml b/.github/workflows/ci-unit-proxy.yaml index 4f36224e991a4..8b4d08ec628fa 100644 --- a/.github/workflows/ci-unit-proxy.yaml +++ b/.github/workflows/ci-unit-proxy.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -48,7 +47,7 @@ jobs: java-version: 1.8 - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1 diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml index e154ec813fbd2..f79b78528c38a 100644 --- a/.github/workflows/ci-unit.yaml +++ b/.github/workflows/ci-unit.yaml @@ -36,8 +36,7 @@ jobs: - name: Check if this pull request only changes documentation id: docs - # TODO: move this action to an apache repo - uses: sijie/pulsar-github-actions/diff-only@master + uses: apache/pulsar-test-infra/diff-only@master with: args: site2 .github deployment .asf.yaml @@ -48,7 +47,7 @@ jobs: java-version: 1.8 - name: Set up Maven - uses: aahmed-se/setup-maven@v3 + uses: apache/pulsar-test-infra/setup-maven@master if: steps.docs.outputs.changed_only == 'no' with: maven-version: 3.6.1