You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/02/06 09:48:09 UTC

[camel-k] branch master updated (1a00ce4 -> 75c7a85)

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

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


 discard 1a00ce4  chore(test): enable tests on master and add badges
     new 75c7a85  chore(test): enable tests on master and add badges

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   (1a00ce4)
            \
             N -- N -- N   refs/heads/master (75c7a85)

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:
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-k] 01/01: chore(test): enable tests on master and add badges

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 75c7a85b59d0f5ade0b55c135dc5f72dd8bf28c8
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Thu Feb 6 10:46:45 2020 +0100

    chore(test): enable tests on master and add badges
---
 .github/workflows/{pr-build.yml => build.yml}       | 5 ++++-
 .github/workflows/{pr-knative.yml => knative.yml}   | 5 ++++-
 .github/workflows/{pr-kind.yml => kubernetes.yml}   | 5 ++++-
 .github/workflows/{pr-validate.yml => validate.yml} | 5 ++++-
 README.adoc                                         | 6 +++++-
 5 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/pr-build.yml b/.github/workflows/build.yml
similarity index 97%
rename from .github/workflows/pr-build.yml
rename to .github/workflows/build.yml
index 579eaab..f3d9671 100644
--- a/.github/workflows/pr-build.yml
+++ b/.github/workflows/build.yml
@@ -15,12 +15,15 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
-name: Build PR
+name: build
 
 on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - master
 jobs:
   build:
     strategy:
diff --git a/.github/workflows/pr-knative.yml b/.github/workflows/knative.yml
similarity index 99%
rename from .github/workflows/pr-knative.yml
rename to .github/workflows/knative.yml
index 53d2aed..8c8a498 100644
--- a/.github/workflows/pr-knative.yml
+++ b/.github/workflows/knative.yml
@@ -15,12 +15,15 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
-name: Knative Integration Tests PR
+name: knative
 
 on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - master
 
 jobs:
   build:
diff --git a/.github/workflows/pr-kind.yml b/.github/workflows/kubernetes.yml
similarity index 98%
rename from .github/workflows/pr-kind.yml
rename to .github/workflows/kubernetes.yml
index 0cb3ad9..7af7a39 100644
--- a/.github/workflows/pr-kind.yml
+++ b/.github/workflows/kubernetes.yml
@@ -15,12 +15,15 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
-name: KinD Integration Tests PR
+name: kubernetes
 
 on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - master
 
 jobs:
   build:
diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/validate.yml
similarity index 95%
rename from .github/workflows/pr-validate.yml
rename to .github/workflows/validate.yml
index a2a90e2..16ac8ad 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/validate.yml
@@ -15,12 +15,15 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
-name: Validate PR
+name: validate
 
 on: 
   pull_request:
     branches: 
       - master
+  push:
+    branches:
+      - master
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/README.adoc b/README.adoc
index b36667f..cb83eb8 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,11 +1,15 @@
 = Apache Camel K
 
-image:https://travis-ci.org/apache/camel-k.svg?branch=master["Build Status", link="https://travis-ci.org/apache/camel-k"]
+image:https://github.com/apache/camel-k/workflows/build/badge.svg["Build", link="https://github.com/apache/camel-k/actions"]
 image:https://goreportcard.com/badge/github.com/apache/camel-k["Go Report Card", link="https://goreportcard.com/report/github.com/apache/camel-k"]
 image:https://godoc.org/github.com/apache/camel-k?status.svg["GoDoc", link="https://godoc.org/github.com/apache/camel-k"]
 image:https://img.shields.io/github/license/openshift/origin.svg?maxAge=2592000["Licensed under Apache License version 2.0", link="https://www.apache.org/licenses/LICENSE-2.0"]
 image:https://badges.gitter.im/apache/camel-k.png["Chat on Gitter", link="https://gitter.im/apache/camel-k"]
 
+image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernetes", link="https://github.com/apache/camel-k/actions"]
+image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative", link="https://github.com/apache/camel-k/actions"]
+image:https://img.shields.io/travis/apache/camel-k/master.svg?label=openshift["OpenShift", link="https://travis-ci.org/apache/camel-k"]
+
 Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers.
 
 [[getting-started]]