This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 5aa3692 [CI] Change the required checks to match the checks in
refactored Pulsar CI workflow (#14939)
add 8221770 [CI] Refactor GitHub Actions based Pulsar CI (#14819)
No new revisions were added by this update.
Summary of changes:
.github/actions/clean-disk/action.yml | 57 ++
.../actions/copy-test-reports/action.yml | 11 +-
.github/actions/merge-test-reports/action.yml | 44 ++
.github/actions/ssh-access/action.yml | 147 ++++
.github/actions/tune-runner-vm/action.yml | 40 +-
.github/workflows/README.md | 10 +-
.github/workflows/ci-build-macos.yaml | 4 +
.../workflows/ci-cancel-duplicate-workflows.yaml | 130 +---
.github/workflows/ci-cpp-build-centos7.yaml | 5 +
.github/workflows/ci-cpp-build-windows.yaml | 4 +
.github/workflows/ci-cpp.yaml | 4 +
.github/workflows/ci-go-functions-style.yaml | 4 +
.github/workflows/ci-go-functions-test.yaml | 4 +
.../ci-integration-backwards-compatibility.yaml | 119 ----
.github/workflows/ci-integration-cli.yaml | 119 ----
.github/workflows/ci-integration-function.yaml | 119 ----
.github/workflows/ci-integration-messaging.yaml | 119 ----
.github/workflows/ci-integration-process.yaml | 123 ----
.../workflows/ci-integration-pulsar-io-ora.yaml | 120 ----
.github/workflows/ci-integration-pulsar-io.yaml | 120 ----
.github/workflows/ci-integration-schema.yaml | 115 ---
.github/workflows/ci-integration-sql.yaml | 124 ----
.github/workflows/ci-integration-standalone.yaml | 118 ----
.github/workflows/ci-integration-thread.yaml | 118 ----
.../ci-integration-tiered-filesystem.yaml | 118 ----
.../workflows/ci-integration-tiered-jcloud.yaml | 118 ----
.github/workflows/ci-integration-transaction.yaml | 115 ---
.github/workflows/ci-license.yaml | 90 ---
.github/workflows/ci-owasp-dep-check.yaml | 4 +
.github/workflows/ci-python-build-3.9-client.yaml | 5 +
.github/workflows/ci-shade-test.yaml | 103 ---
.github/workflows/ci-unit-broker-broker-gp.yaml | 112 ---
.github/workflows/ci-unit-broker-client-api.yaml | 100 ---
.github/workflows/ci-unit-broker-client-impl.yaml | 100 ---
.github/workflows/ci-unit-broker-jdk8.yaml | 100 ---
.github/workflows/ci-unit-broker-other.yaml | 100 ---
.github/workflows/ci-unit-proxy.yaml | 100 ---
.github/workflows/ci-unit.yaml | 96 ---
.../workflows/pulsar-ci-test-report.yaml | 27 +-
.github/workflows/pulsar-ci.yaml | 783 +++++++++++++++++++++
build/pulsar_ci_tool.sh | 128 +++-
build/retry.sh | 4 +-
build/run_integration_group.sh | 77 +-
build/run_unit_group.sh | 168 +++--
pulsar-io/docs/pom.xml | 10 +
src/check-binary-license.sh | 54 +-
46 files changed, 1438 insertions(+), 2852 deletions(-)
create mode 100644 .github/actions/clean-disk/action.yml
copy
bouncy-castle/bcfips/src/main/resources/META-INF/services/bouncy-castle.yaml =>
.github/actions/copy-test-reports/action.yml (75%)
create mode 100644 .github/actions/merge-test-reports/action.yml
create mode 100644 .github/actions/ssh-access/action.yml
delete mode 100644
.github/workflows/ci-integration-backwards-compatibility.yaml
delete mode 100644 .github/workflows/ci-integration-cli.yaml
delete mode 100644 .github/workflows/ci-integration-function.yaml
delete mode 100644 .github/workflows/ci-integration-messaging.yaml
delete mode 100644 .github/workflows/ci-integration-process.yaml
delete mode 100644 .github/workflows/ci-integration-pulsar-io-ora.yaml
delete mode 100644 .github/workflows/ci-integration-pulsar-io.yaml
delete mode 100644 .github/workflows/ci-integration-schema.yaml
delete mode 100644 .github/workflows/ci-integration-sql.yaml
delete mode 100644 .github/workflows/ci-integration-standalone.yaml
delete mode 100644 .github/workflows/ci-integration-thread.yaml
delete mode 100644 .github/workflows/ci-integration-tiered-filesystem.yaml
delete mode 100644 .github/workflows/ci-integration-tiered-jcloud.yaml
delete mode 100644 .github/workflows/ci-integration-transaction.yaml
delete mode 100644 .github/workflows/ci-license.yaml
delete mode 100644 .github/workflows/ci-shade-test.yaml
delete mode 100644 .github/workflows/ci-unit-broker-broker-gp.yaml
delete mode 100644 .github/workflows/ci-unit-broker-client-api.yaml
delete mode 100644 .github/workflows/ci-unit-broker-client-impl.yaml
delete mode 100644 .github/workflows/ci-unit-broker-jdk8.yaml
delete mode 100644 .github/workflows/ci-unit-broker-other.yaml
delete mode 100644 .github/workflows/ci-unit-proxy.yaml
delete mode 100644 .github/workflows/ci-unit.yaml
copy bin/pulsar-admin => .github/workflows/pulsar-ci-test-report.yaml (61%)
mode change 100755 => 100644
create mode 100644 .github/workflows/pulsar-ci.yaml