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
The following commit(s) were added to refs/heads/master by this push:
new 1a00ce4 chore(test): enable tests on master and add badges
1a00ce4 is described below
commit 1a00ce46e1df3291f7147c5c940e568632fc6a86
Author: Nicola Ferraro <[email protected]>
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..a4588c7 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]]