This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 6b4ded9 Add a doc page to describe the CI setup
6b4ded9 is described below
commit 6b4ded9d670972c387b88fbd0a73576c87cfb1f8
Author: James Netherton <[email protected]>
AuthorDate: Thu Apr 23 10:36:02 2020 +0100
Add a doc page to describe the CI setup
---
docs/modules/ROOT/nav.adoc | 1 +
docs/modules/ROOT/pages/ci.adoc | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 4d2c445..c23180f 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -7,3 +7,4 @@
** xref:create-new-extension.adoc[Create new extension].
** xref:promote-jvm-to-native.adoc[Promote JVM extension to Native].
* xref:list-of-camel-quarkus-extensions.adoc[List of Camel Quarkus extensions]
+* xref:ci.adoc[Camel Quarkus Continuous Integration Builds]
diff --git a/docs/modules/ROOT/pages/ci.adoc b/docs/modules/ROOT/pages/ci.adoc
new file mode 100644
index 0000000..64d23a1
--- /dev/null
+++ b/docs/modules/ROOT/pages/ci.adoc
@@ -0,0 +1,24 @@
+[[ci]]
+
+= Camel Quarkus CI Builds
+
+=== Branches
+
+[width="100%",cols="1,3"]
+|===
+|master | Latest releasable work
+|camel-master | To verify camel-quarkus against the latest Camel SNAPSHOT
release
+|quarkus-master| To verify camel-quarkus against the latest Quarkus SNAPSHOT
release
+|===
+
+=== Builds
+
+https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22
+
+=== Daily master -> quarkus-master synchronization
+
+https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22
+
+This build creates an issue on failure, which can be tracked here:
+
+https://github.com/apache/camel-quarkus/issues?q=is%3Aopen+is%3Aissue+label%3Abuild%2Fquarkus-master