Add jobs for buscontroller/dbcapi repos 72/672/2
authoreconwar <conor.ward@est.tech>
Wed, 20 Mar 2019 13:52:57 +0000 (13:52 +0000)
committereconwar <conor.ward@est.tech>
Wed, 20 Mar 2019 13:59:12 +0000 (13:59 +0000)
Change-Id: Iec3d8b4b30a9ca59788bc3c8957ed8cc2311db30
Signed-off-by: econwar <conor.ward@est.tech>
jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml [new file with mode: 0644]
jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml [new file with mode: 0644]
jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml [new file with mode: 0644]
jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml [new file with mode: 0644]

diff --git a/jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml b/jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..0ecac25
--- /dev/null
@@ -0,0 +1,32 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit.
+- project:
+    name: dmaap-buscontroller-push-upstream
+    project: dmaap/buscontroller
+    project-name: dmaap-buscontroller
+    stream:
+      - master:
+          branch: '{stream}'
+      - casablanca:
+          branch: '{stream}'
+
+    jobs:
+      - '{project-name}-{stream}-push-upstream'
diff --git a/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml b/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml
new file mode 100644 (file)
index 0000000..a9d8114
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+#
+# this job gets triggered when a change is merged to
+# dmaap/buscontroller project on ONAP Gerrit.
+- project:
+    name: dmaap-buscontroller-rebase
+    project: dmaap/buscontroller
+    project-name: dmaap-buscontroller
+    stream:
+      - master:
+          branch: '{stream}'
+      - casablanca:
+          branch: '{stream}'
+
+    jobs:
+      - '{project-name}-{stream}-rebase'
diff --git a/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml b/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..9106c0f
--- /dev/null
@@ -0,0 +1,34 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018-2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+# this job gets triggered when a change is proposed to
+# dmaap/buscontroller project on Nordix Gerrit.
+- project:
+    name: dmaap-buscontroller-verify
+    project: dmaap/buscontroller
+    project-name: dmaap-buscontroller
+
+    stream:
+      - master:
+          branch: '{stream}'
+      - casablanca:
+          branch: '{stream}'
+
+    jobs:
+      - '{project-name}-{stream}-verify-java'
diff --git a/jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml b/jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..4e49042
--- /dev/null
@@ -0,0 +1,32 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit.
+- project:
+    name: dmaap-dbcapi-push-upstream
+    project: dmaap/dbcapi
+    project-name: dmaap-dbcapi
+    stream:
+      - master:
+          branch: '{stream}'
+      - casablanca:
+          branch: '{stream}'
+
+    jobs:
+      - '{project-name}-{stream}-push-upstream'
diff --git a/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml b/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml
new file mode 100644 (file)
index 0000000..77cb3b3
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+#
+# this job gets triggered when a change is merged to
+# dmaap/dbcapi project on ONAP Gerrit.
+- project:
+    name: dmaap-dbcapi-rebase
+    project: dmaap/dbcapi
+    project-name: dmaap-dbcapi
+    stream:
+      - master:
+          branch: '{stream}'
+      - casablanca:
+          branch: '{stream}'
+
+    jobs:
+      - '{project-name}-{stream}-rebase'
diff --git a/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml b/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..3c21572
--- /dev/null
@@ -0,0 +1,34 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018-2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+# this job gets triggered when a change is proposed to
+# dmaap/dbcapi project on Nordix Gerrit.
+- project:
+    name: dmaap-dbcapi-verify
+    project: dmaap/dbcapi
+    project-name: dmaap-dbcapi
+
+    stream:
+      - master:
+          branch: '{stream}'
+      - casablanca:
+          branch: '{stream}'
+
+    jobs:
+      - '{project-name}-{stream}-verify-java'