You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/02/08 02:23:51 UTC

[pulsar] branch master updated (f99e3a9 -> 7ffe932)

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

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


    from f99e3a9  fix flaky testTransactionMetaStoreAssignAndFailover (#9506)
     add 7ffe932  Fixes canceling of duplicate workflow runs (#9503)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-build-macos.yaml              |   5 -
 .../workflows/ci-cancel-duplicate-workflows.yaml   | 189 +++++++++++++++++++++
 .github/workflows/ci-cpp.yaml                      |   5 -
 .github/workflows/ci-go-functions-style.yaml       |   5 -
 .github/workflows/ci-go-functions-test.yaml        |   5 -
 .../ci-integration-backwards-compatibility.yaml    |   5 -
 .github/workflows/ci-integration-cli.yaml          |   5 -
 .../workflows/ci-integration-function-state.yaml   |   5 -
 .github/workflows/ci-integration-messaging.yaml    |   5 -
 .github/workflows/ci-integration-process.yaml      |   5 -
 .github/workflows/ci-integration-schema.yaml       |   5 -
 .github/workflows/ci-integration-sql.yaml          |   5 -
 .github/workflows/ci-integration-standalone.yaml   |   5 -
 .github/workflows/ci-integration-thread.yaml       |   5 -
 .../ci-integration-tiered-filesystem.yaml          |   5 -
 .../workflows/ci-integration-tiered-jcloud.yaml    |   5 -
 .github/workflows/ci-integration-transaction.yaml  |   5 -
 .github/workflows/ci-license.yaml                  |   5 -
 .github/workflows/ci-pulsar-website-build.yaml     |   5 -
 .github/workflows/ci-shade-test.yaml               |   5 -
 .github/workflows/ci-unit-broker-broker-gp1.yaml   |   5 -
 .github/workflows/ci-unit-broker-broker-gp2.yaml   |   5 -
 .github/workflows/ci-unit-broker-client-api.yaml   |   5 -
 .github/workflows/ci-unit-broker-client-impl.yaml  |   5 -
 .github/workflows/ci-unit-broker-other.yaml        |   5 -
 .github/workflows/ci-unit-proxy.yaml               |   5 -
 .github/workflows/ci-unit.yaml                     |   5 -
 27 files changed, 189 insertions(+), 130 deletions(-)
 create mode 100644 .github/workflows/ci-cancel-duplicate-workflows.yaml