You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/08/11 19:21:18 UTC

[ozone] branch master updated (a956b49 -> ee929dc)

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

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


    from a956b49  HDDS-4929. Select target datanodes and containers to move for Container Balancer (#2441)
     add ee929dc  HDDS-5000. Run CI checks selectively (#2479)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/post-commit.yml       |  76 +++--
 dev-support/ci/lib/_all_libs.sh         |  34 +++
 dev-support/ci/lib/_initialization.sh   | 140 +++++++++
 dev-support/ci/lib/_script_init.sh      |  42 +++
 dev-support/ci/lib/_start_end.sh        | 112 +++++++
 dev-support/ci/lib/_traps.sh            |  38 +++
 dev-support/ci/lib/_verbosity.sh        |  57 ++++
 dev-support/ci/selective_ci_checks.bats | 210 +++++++++++++
 dev-support/ci/selective_ci_checks.sh   | 522 ++++++++++++++++++++++++++++++++
 9 files changed, 1214 insertions(+), 17 deletions(-)
 create mode 100755 dev-support/ci/lib/_all_libs.sh
 create mode 100644 dev-support/ci/lib/_initialization.sh
 create mode 100755 dev-support/ci/lib/_script_init.sh
 create mode 100644 dev-support/ci/lib/_start_end.sh
 create mode 100644 dev-support/ci/lib/_traps.sh
 create mode 100644 dev-support/ci/lib/_verbosity.sh
 create mode 100644 dev-support/ci/selective_ci_checks.bats
 create mode 100755 dev-support/ci/selective_ci_checks.sh

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org