From 33010a974d35984f3b900dbfba649b6702e5a494 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 26 Aug 2020 11:26:58 +0100 Subject: [PATCH] ONAP: Add new AAI projects - aai-babel - aai-model-loader Change-Id: I51d4e60b4b37c1a7b1b7f742d0f13a567bf5c43c --- .../aai-babel-push-upstream-jobs.yaml | 28 +++++++++++++++ jjb/onap/aai-babel/aai-babel-rebase-jobs.yaml | 29 +++++++++++++++ jjb/onap/aai-babel/aai-babel-verify-jobs.yaml | 35 +++++++++++++++++++ .../aai-model-loader-push-upstream-jobs.yaml | 28 +++++++++++++++ .../aai-model-loader-rebase-jobs.yaml | 29 +++++++++++++++ .../aai-model-loader-verify-jobs.yaml | 35 +++++++++++++++++++ 6 files changed, 184 insertions(+) create mode 100644 jjb/onap/aai-babel/aai-babel-push-upstream-jobs.yaml create mode 100644 jjb/onap/aai-babel/aai-babel-rebase-jobs.yaml create mode 100644 jjb/onap/aai-babel/aai-babel-verify-jobs.yaml create mode 100644 jjb/onap/aai-model-loader/aai-model-loader-push-upstream-jobs.yaml create mode 100644 jjb/onap/aai-model-loader/aai-model-loader-rebase-jobs.yaml create mode 100644 jjb/onap/aai-model-loader/aai-model-loader-verify-jobs.yaml 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 00000000..5d93007e --- /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 00000000..562b8348 --- /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 00000000..bc7e7a99 --- /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 00000000..cfdc9382 --- /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 00000000..75a4cf05 --- /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 00000000..d1bda528 --- /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' -- 2.25.1