You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2019/12/09 08:23:27 UTC

[pulsar] branch master updated (03d9e1f -> 9aaf631)

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

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


    from 03d9e1f  [pulsar-server] add broker-configuration for relative dispatch throttling (#5804)
     add 9aaf631  Add github actions ci workflow (#5642)

No new revisions were added by this update.

Summary of changes:
 .../workflows/ci-cpp.yaml                          | 51 ++++++++++--------
 .../ci-integration-backwards-compatibility.yaml    | 55 ++++++++++----------
 .../workflows/ci-integration-cli.yaml              | 55 ++++++++++----------
 .../workflows/ci-integration-function-state.yaml   | 55 ++++++++++----------
 .../workflows/ci-integration-messaging.yaml        | 55 ++++++++++----------
 .../workflows/ci-integration-process.yaml          | 55 ++++++++++----------
 .../workflows/ci-integration-schema.yaml           | 55 ++++++++++----------
 .../workflows/ci-integration-sql.yaml              | 55 ++++++++++----------
 .../workflows/ci-integration-standalone.yaml       | 45 ++++++++--------
 .../workflows/ci-integration-thread.yaml           | 55 ++++++++++----------
 .../ci-integration-tiered-filesystem.yaml          | 55 ++++++++++----------
 .../workflows/ci-integration-tiered-jcloud.yaml    | 36 ++++++++++---
 .../workflows/ci-license.yaml                      | 45 +++++++++-------
 .github/workflows/ci-unit-flaky.yaml               | 60 ++++++++++++++++++++++
 .github/workflows/ci-unit.yaml                     | 60 ++++++++++++++++++++++
 15 files changed, 493 insertions(+), 299 deletions(-)
 copy pulsar-client-cpp/build-support/merge_archives.sh => .github/workflows/ci-cpp.yaml (50%)
 mode change 100755 => 100644
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-backwards-compatibility.yaml (51%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-cli.yaml (54%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-function-state.yaml (52%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-messaging.yaml (53%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-process.yaml (53%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-schema.yaml (53%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-sql.yaml (54%)
 copy docker-compose/standalone-dashboard/docker-compose.yml => .github/workflows/ci-integration-standalone.yaml (54%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-thread.yaml (53%)
 copy dashboard/conf/uwsgi.ini => .github/workflows/ci-integration-tiered-filesystem.yaml (52%)
 copy pulsar-client-cpp/test-conf/client-ssl.conf => .github/workflows/ci-integration-tiered-jcloud.yaml (54%)
 copy conf/presto/config.properties => .github/workflows/ci-license.yaml (57%)
 create mode 100644 .github/workflows/ci-unit-flaky.yaml
 create mode 100644 .github/workflows/ci-unit.yaml