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

jamesnetherton pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard 5905b70  Register required AHC classes for runtime initialization
     add 8ee6614  Improve master -> quarkus-master branch scheduled 
synchronization workflow
     add a279c9d  Fixed wrong repository to point for releasing
     add 6b4ded9  Add a doc page to describe the CI setup
     add 9a56eb2  Move CI doc page under contributor guide
     add 3699b49  Added release guide to the documentation
     add 2b545a0  Removed RELEASING.adoc in the root folder
     new 065b100  Register required AHC classes for runtime initialization

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   (5905b70)
            \
             N -- N -- N   refs/heads/quarkus-master (065b100)

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.

The 1 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/test-categories.yaml                       | 113 ++++++++++++
 .github/workflows/ci-build.yaml                    | 151 ++++------------
 ...master.yaml => purge-stale-artifacts-cron.yaml} |  25 ++-
 .github/workflows/quarkus-master-cron.yaml         | 189 +++++++++++++++++++++
 README.adoc                                        |   7 +
 docs/modules/ROOT/nav.adoc                         |   2 +
 docs/modules/ROOT/pages/ci.adoc                    |  24 +++
 docs/modules/ROOT/pages/promote-jvm-to-native.adoc |   8 +-
 .../modules/ROOT/pages/release-guide.adoc          |   7 +-
 pom.xml                                            |  33 ++++
 tooling/scripts/report-build-status.groovy         | 125 ++++++++++++++
 tooling/scripts/validate-github-workflows.groovy   |  15 +-
 12 files changed, 552 insertions(+), 147 deletions(-)
 create mode 100644 .github/test-categories.yaml
 rename .github/workflows/{sync-quarkus-master.yaml => 
purge-stale-artifacts-cron.yaml} (52%)
 create mode 100644 .github/workflows/quarkus-master-cron.yaml
 create mode 100644 docs/modules/ROOT/pages/ci.adoc
 rename RELEASING.adoc => docs/modules/ROOT/pages/release-guide.adoc (59%)
 create mode 100644 tooling/scripts/report-build-status.groovy

Reply via email to