ONAP: Add new AAI projects
- aai-babel
- aai-model-loader
Change-Id: I51d4e60b4b37c1a7b1b7f742d0f13a567bf5c43c
diff --git a/jjb/onap/aai-babel/aai-babel-push-upstream-jobs.yaml b/jjb/onap/aai-babel/aai-babel-push-upstream-jobs.yaml
new file mode 100644
index 0000000..5d93007
--- /dev/null
+++ b/jjb/onap/aai-babel/aai-babel-push-upstream-jobs.yaml
@@ -0,0 +1,28 @@
+---
+# ============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: aai-babel-push-upstream
+ project: aai/babel
+ project-name: aai-babel
+
+ jobs:
+ - 'onap-{project-name}-push-upstream'
diff --git a/jjb/onap/aai-babel/aai-babel-rebase-jobs.yaml b/jjb/onap/aai-babel/aai-babel-rebase-jobs.yaml
new file mode 100644
index 0000000..562b834
--- /dev/null
+++ b/jjb/onap/aai-babel/aai-babel-rebase-jobs.yaml
@@ -0,0 +1,29 @@
+---
+# ============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 a change is merged to
+# aai/babel project on ONAP Gerrit.
+- project:
+ name: aai-babel-rebase
+ project: aai/babel
+ project-name: aai-babel
+
+ jobs:
+ - 'onap-{project-name}-rebase'
diff --git a/jjb/onap/aai-babel/aai-babel-verify-jobs.yaml b/jjb/onap/aai-babel/aai-babel-verify-jobs.yaml
new file mode 100644
index 0000000..bc7e7a9
--- /dev/null
+++ b/jjb/onap/aai-babel/aai-babel-verify-jobs.yaml
@@ -0,0 +1,35 @@
+---
+#
+# ============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
+# aai/babel project on Nordix Gerrit.
+
+- project:
+ name: aai-babel-verify
+ project: aai/babel
+ project-name: aai-babel
+
+ stream:
+ - 'master':
+ branch: '{stream}'
+ jdk-version: java-8
+
+ jobs:
+ - 'onap-{project-name}-{stream}-verify-java'
diff --git a/jjb/onap/aai-model-loader/aai-model-loader-push-upstream-jobs.yaml b/jjb/onap/aai-model-loader/aai-model-loader-push-upstream-jobs.yaml
new file mode 100644
index 0000000..cfdc938
--- /dev/null
+++ b/jjb/onap/aai-model-loader/aai-model-loader-push-upstream-jobs.yaml
@@ -0,0 +1,28 @@
+---
+# ============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: aai-model-loader-push-upstream
+ project: aai/model-loader
+ project-name: aai-model-loader
+
+ jobs:
+ - 'onap-{project-name}-push-upstream'
diff --git a/jjb/onap/aai-model-loader/aai-model-loader-rebase-jobs.yaml b/jjb/onap/aai-model-loader/aai-model-loader-rebase-jobs.yaml
new file mode 100644
index 0000000..75a4cf0
--- /dev/null
+++ b/jjb/onap/aai-model-loader/aai-model-loader-rebase-jobs.yaml
@@ -0,0 +1,29 @@
+---
+# ============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 a change is merged to
+# aai/oom project on ONAP Gerrit.
+- project:
+ name: aai-model-loader-rebase
+ project: aai/model-loader
+ project-name: aai-model-loader
+
+ jobs:
+ - 'onap-{project-name}-rebase'
diff --git a/jjb/onap/aai-model-loader/aai-model-loader-verify-jobs.yaml b/jjb/onap/aai-model-loader/aai-model-loader-verify-jobs.yaml
new file mode 100644
index 0000000..d1bda52
--- /dev/null
+++ b/jjb/onap/aai-model-loader/aai-model-loader-verify-jobs.yaml
@@ -0,0 +1,35 @@
+---
+#
+# ============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
+# aai/model-loader project on Nordix Gerrit.
+
+- project:
+ name: aai-model-loader-verify
+ project: aai/model-loader
+ project-name: aai-model-loader
+
+ stream:
+ - 'master':
+ branch: '{stream}'
+ jdk-version: java-8
+
+ jobs:
+ - 'onap-{project-name}-{stream}-verify-java'