You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2022/12/21 11:20:35 UTC

[cloudstack] branch healthcheck-main updated (33828298d8d -> 189a49c60e1)

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

dahn pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    omit 33828298d8d healthcheck hack, please don't merge this
     add 2dc9f1e32c1 .github: Migrate Travis to Github Actions and Simulator based CI (#6956)
     add 189a49c60e1 healthcheck hack, please don't merge this

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (33828298d8d)
            \
             N -- N -- N   refs/heads/healthcheck-main (189a49c60e1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/boring-cyborg.yml                          |   4 +-
 .github/workflows/build.yml                        |  66 +++++
 .github/workflows/ci.yml                           | 280 +++++++++++++++++++++
 .github/workflows/codecov.yml                      |   4 +
 .github/workflows/linter.yml                       |   4 +
 .../{main-coverage.yml => main-sonar-check.yml}    |   2 +-
 .github/workflows/merge-conflict-checker.yml       |   4 +
 .github/workflows/{codecov.yml => rat.yml}         |  41 ++-
 .../{coverage-check.yml => sonar-check.yml}        |  37 +--
 .github/workflows/{codecov.yml => ui.yml}          |  46 ++--
 .travis.yml                                        | 228 -----------------
 pom.xml                                            |   1 +
 tools/cli/README                                   |   1 -
 tools/{travis => marvin}/xunit-reader.py           |   0
 tools/travis/after_failure.sh                      |  24 --
 tools/travis/after_script.sh                       |  22 --
 tools/travis/after_success.sh                      |  20 --
 tools/travis/before_install.sh                     | 139 ----------
 tools/travis/before_script.sh                      |  27 --
 tools/travis/install.sh                            |  76 ------
 tools/travis/script.sh                             |  36 ---
 ui/README.md                                       |  19 +-
 ui/package.json                                    |   2 +-
 23 files changed, 425 insertions(+), 658 deletions(-)
 create mode 100644 .github/workflows/build.yml
 create mode 100644 .github/workflows/ci.yml
 rename .github/workflows/{main-coverage.yml => main-sonar-check.yml} (98%)
 copy .github/workflows/{codecov.yml => rat.yml} (59%)
 rename .github/workflows/{coverage-check.yml => sonar-check.yml} (68%)
 copy .github/workflows/{codecov.yml => ui.yml} (54%)
 delete mode 100644 .travis.yml
 delete mode 100644 tools/cli/README
 rename tools/{travis => marvin}/xunit-reader.py (100%)
 delete mode 100755 tools/travis/after_failure.sh
 delete mode 100755 tools/travis/after_script.sh
 delete mode 100755 tools/travis/after_success.sh
 delete mode 100755 tools/travis/before_install.sh
 delete mode 100755 tools/travis/before_script.sh
 delete mode 100755 tools/travis/install.sh
 delete mode 100755 tools/travis/script.sh