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

nicoloboschi pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 8c148684fbc Use `safeRun` to log thread exception. (#17484)
     new 1a78e32a915 [improve][CI] Remove "Cancel duplicate workflows" workflow 
(#17490)
     new 7f1bb5f6b53 [improve][CI] Optimize "Pulsar Bot" workflow (#17491)
     new 0c0fbab8fdf [ci] Extract FLAKY tests suite to a dedicated workflow 
(#17542)
     new 6ce6c5b3c18 [improve][ci] Skip other tests when there are only 
cpp/python related changes (#16988)
     new 3f17dd6e497 [improve][CI] Replace test reporting with less verbose 
solution (#17319)
     new c615a188964 [ci] Reduce runners load for pulls that affect only doc or 
cpp changes (#17541)
     new da8bd62a63b [ci] Move more tests to the flaky suite (#17552)
     new c4b9ac77449 [ci] Skip run flaky tests suite for cpp-only or doc-only 
changes (#17551)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/merge-test-reports/action.yml      |  44 ---
 .github/changes-filter.yaml                        |   2 +
 .github/workflows/ci-build-macos.yaml              |  82 ------
 .../workflows/ci-cancel-duplicate-workflows.yaml   |  69 -----
 .github/workflows/ci-cpp-build-centos7.yaml        |  68 -----
 ...ci-cpp-build-windows.yaml => ci-cpp-build.yaml} | 135 +++++++--
 .github/workflows/ci-cpp-deb-pkg.yaml              |  97 -------
 .github/workflows/ci-cpp-rpm-pkg.yaml              |  97 -------
 .github/workflows/ci-go-functions-test.yaml        |  83 ------
 ...o-functions-style.yaml => ci-go-functions.yaml} |  46 +--
 .github/workflows/ci-pulsarbot.yaml                |  22 +-
 .github/workflows/ci-python-build-3.9-client.yaml  |  68 -----
 .github/workflows/pulsar-ci-flaky.yaml             | 139 +++++++++
 .github/workflows/pulsar-ci-test-report.yaml       |  39 ---
 .github/workflows/pulsar-ci.yaml                   | 313 +++++++++++++--------
 .../pulsar/broker/admin/PersistentTopicsTest.java  |   2 +-
 .../broker/namespace/NamespaceServiceTest.java     |   2 +-
 .../ResourceGroupUsageAggregationTest.java         |   1 +
 .../pulsar/broker/service/ServerCnxTest.java       |   2 +-
 ...roducerConsumerTestStreamingDispatcherTest.java |   2 +-
 .../client/api/SimpleProducerConsumerTest.java     |   2 +-
 21 files changed, 491 insertions(+), 824 deletions(-)
 delete mode 100644 .github/actions/merge-test-reports/action.yml
 delete mode 100644 .github/workflows/ci-build-macos.yaml
 delete mode 100644 .github/workflows/ci-cancel-duplicate-workflows.yaml
 delete mode 100644 .github/workflows/ci-cpp-build-centos7.yaml
 rename .github/workflows/{ci-cpp-build-windows.yaml => ci-cpp-build.yaml} (60%)
 delete mode 100644 .github/workflows/ci-cpp-deb-pkg.yaml
 delete mode 100644 .github/workflows/ci-cpp-rpm-pkg.yaml
 delete mode 100644 .github/workflows/ci-go-functions-test.yaml
 rename .github/workflows/{ci-go-functions-style.yaml => ci-go-functions.yaml} 
(75%)
 delete mode 100644 .github/workflows/ci-python-build-3.9-client.yaml
 create mode 100644 .github/workflows/pulsar-ci-flaky.yaml
 delete mode 100644 .github/workflows/pulsar-ci-test-report.yaml

Reply via email to