From: robert.tomczyk Date: Wed, 25 Sep 2019 15:25:58 +0000 (+0100) Subject: ONAP: Adding CCSDK repos to ONAP X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=1a21a0a3492e40c8f3c1529f907009e7712a4050;hp=-c;p=infra%2Fcicd.git ONAP: Adding CCSDK repos to ONAP Added jenkins rebase, java verify and push-upstream jobs for: - ccsdk/dashboard - ccsdk/distribution - ccsdk/features - ccsdk/parent - ccsdk/platform/blueprints - ccsdk/platform/nbapi - ccsdk/sli/adaptors - ccsdk/sli/core - ccsdk/sli/northbound - ccsdk/sli/plugins - ccsdk/storage/esaas - ccsdk/storage/pgaas - ccsdk/utils Change-Id: I822c64c769928db64984cc55c102e085866abf86 --- 1a21a0a3492e40c8f3c1529f907009e7712a4050 diff --git a/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-push-upstream-jobs.yml b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-push-upstream-jobs.yml new file mode 100644 index 00000000..ff9f9f7c --- /dev/null +++ b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-dashboard-push-upstream + project: ccsdk/dashboard + project-name: ccsdk-dashboard + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-rebase-jobs.yml b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-rebase-jobs.yml new file mode 100644 index 00000000..01524c02 --- /dev/null +++ b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-dashboard-rebase + project: ccsdk/dashboard + project-name: ccsdk-dashboard + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-verify-jobs.yaml b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-verify-jobs.yaml new file mode 100644 index 00000000..96340b51 --- /dev/null +++ b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/dashboard project on Nordix Gerrit. +- project: + name: ccsdk-dashboard-verify + project: ccsdk/dashboard + project-name: ccsdk-dashboard + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-distribution/ccsdk-distribution-push-upstream-jobs.yml b/jjb/onap/ccsdk-distribution/ccsdk-distribution-push-upstream-jobs.yml new file mode 100644 index 00000000..5e1e591f --- /dev/null +++ b/jjb/onap/ccsdk-distribution/ccsdk-distribution-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-distribution-push-upstream + project: ccsdk/distribution + project-name: ccsdk-distribution + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-distribution/ccsdk-distribution-rebase-jobs.yml b/jjb/onap/ccsdk-distribution/ccsdk-distribution-rebase-jobs.yml new file mode 100644 index 00000000..7a8b3369 --- /dev/null +++ b/jjb/onap/ccsdk-distribution/ccsdk-distribution-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-distribution-rebase + project: ccsdk/distribution + project-name: ccsdk-distribution + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-distribution/ccsdk-distribution-verify-jobs.yaml b/jjb/onap/ccsdk-distribution/ccsdk-distribution-verify-jobs.yaml new file mode 100644 index 00000000..a7a201fc --- /dev/null +++ b/jjb/onap/ccsdk-distribution/ccsdk-distribution-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/distribution project on Nordix Gerrit. +- project: + name: ccsdk-distribution-verify + project: ccsdk/distribution + project-name: ccsdk-distribution + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-features/ccsdk-features-push-upstream-jobs.yml b/jjb/onap/ccsdk-features/ccsdk-features-push-upstream-jobs.yml new file mode 100644 index 00000000..4d42029d --- /dev/null +++ b/jjb/onap/ccsdk-features/ccsdk-features-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-features-push-upstream + project: ccsdk/features + project-name: ccsdk-features + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-features/ccsdk-features-rebase-jobs.yml b/jjb/onap/ccsdk-features/ccsdk-features-rebase-jobs.yml new file mode 100644 index 00000000..9c780481 --- /dev/null +++ b/jjb/onap/ccsdk-features/ccsdk-features-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-features-rebase + project: ccsdk/features + project-name: ccsdk-features + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml b/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml new file mode 100644 index 00000000..ba4152e8 --- /dev/null +++ b/jjb/onap/ccsdk-features/ccsdk-features-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/features project on Nordix Gerrit. +- project: + name: ccsdk-features-verify + project: ccsdk/features + project-name: ccsdk-features + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-parent/ccsdk-parent-push-upstream-jobs.yml b/jjb/onap/ccsdk-parent/ccsdk-parent-push-upstream-jobs.yml new file mode 100644 index 00000000..1a81c733 --- /dev/null +++ b/jjb/onap/ccsdk-parent/ccsdk-parent-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-parent-push-upstream + project: ccsdk/parent + project-name: ccsdk-parent + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-parent/ccsdk-parent-rebase-jobs.yml b/jjb/onap/ccsdk-parent/ccsdk-parent-rebase-jobs.yml new file mode 100644 index 00000000..40b75675 --- /dev/null +++ b/jjb/onap/ccsdk-parent/ccsdk-parent-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-parent-rebase + project: ccsdk/parent + project-name: ccsdk-parent + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-parent/ccsdk-parent-verify-jobs.yaml b/jjb/onap/ccsdk-parent/ccsdk-parent-verify-jobs.yaml new file mode 100644 index 00000000..4ed95838 --- /dev/null +++ b/jjb/onap/ccsdk-parent/ccsdk-parent-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/parent project on Nordix Gerrit. +- project: + name: ccsdk-parent-verify + project: ccsdk/parent + project-name: ccsdk-parent + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-push-upstream-jobs.yml b/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-push-upstream-jobs.yml new file mode 100644 index 00000000..c089862f --- /dev/null +++ b/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-platform-blueprints-push-upstream + project: ccsdk/platform/blueprints + project-name: ccsdk-platform-blueprints + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-rebase-jobs.yml b/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-rebase-jobs.yml new file mode 100644 index 00000000..d91fbaf8 --- /dev/null +++ b/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-platform-blueprints-rebase + project: ccsdk/platform/blueprints + project-name: ccsdk-platform-blueprints + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-verify-jobs.yaml b/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-verify-jobs.yaml new file mode 100644 index 00000000..6c324141 --- /dev/null +++ b/jjb/onap/ccsdk-platform-blueprints/ccsdk-platform-blueprints-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/platform/blueprints project on Nordix Gerrit. +- project: + name: ccsdk-platform-blueprints-verify + project: ccsdk/platform/blueprints + project-name: ccsdk-platform-blueprints + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-push-upstream-jobs.yml b/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-push-upstream-jobs.yml new file mode 100644 index 00000000..fed3939e --- /dev/null +++ b/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-platform-nbapi-push-upstream + project: ccsdk/platform/nbapi + project-name: ccsdk-platform-nbapi + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-rebase-jobs.yml b/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-rebase-jobs.yml new file mode 100644 index 00000000..5a029c99 --- /dev/null +++ b/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-platform-nbapi-rebase + project: ccsdk/platform/nbapi + project-name: ccsdk-platform-nbapi + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-verify-jobs.yaml b/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-verify-jobs.yaml new file mode 100644 index 00000000..14109a6d --- /dev/null +++ b/jjb/onap/ccsdk-platform-nbapi/ccsdk-platform-nbapi-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/platform/nbapi project on Nordix Gerrit. +- project: + name: ccsdk-platform-nbapi-verify + project: ccsdk/platform/nbapi + project-name: ccsdk-platform-nbapi + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-platform-plugins/ccsdk-platform-plugins-verify-jobs.yaml b/jjb/onap/ccsdk-platform-plugins/ccsdk-platform-plugins-verify-jobs.yaml new file mode 100644 index 00000000..dee8c190 --- /dev/null +++ b/jjb/onap/ccsdk-platform-plugins/ccsdk-platform-plugins-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/platform/plugins project on Nordix Gerrit. +- project: + name: ccsdk-platform-plugins-verify + project: ccsdk/platform/plugins + project-name: ccsdk-platform-plugins + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-push-upstream-jobs.yml b/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-push-upstream-jobs.yml new file mode 100644 index 00000000..ca9c1674 --- /dev/null +++ b/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-adaptors-push-upstream + project: ccsdk/sli/adaptors + project-name: ccsdk-sli-adaptors + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-rebase-jobs.yml b/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-rebase-jobs.yml new file mode 100644 index 00000000..b755e2b5 --- /dev/null +++ b/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-adaptors-rebase + project: ccsdk/sli/adaptors + project-name: ccsdk-sli-adaptors + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-verify-jobs.yaml b/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-verify-jobs.yaml new file mode 100644 index 00000000..aed5fff4 --- /dev/null +++ b/jjb/onap/ccsdk-sli-adaptors/ccsdk-sli-adaptors-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/sli/adaptors project on Nordix Gerrit. +- project: + name: ccsdk-sli-adaptors-verify + project: ccsdk/sli/adaptors + project-name: ccsdk-sli-adaptors + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-push-upstream-jobs.yml b/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-push-upstream-jobs.yml new file mode 100644 index 00000000..52bc83b0 --- /dev/null +++ b/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-core-push-upstream + project: ccsdk/sli/core + project-name: ccsdk-sli-core + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-rebase-jobs.yml b/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-rebase-jobs.yml new file mode 100644 index 00000000..970d2d47 --- /dev/null +++ b/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-core-rebase + project: ccsdk/sli/core + project-name: ccsdk-sli-core + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-verify-jobs.yaml b/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-verify-jobs.yaml new file mode 100644 index 00000000..16d9fbd7 --- /dev/null +++ b/jjb/onap/ccsdk-sli-core/ccsdk-sli-core-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/sli/core project on Nordix Gerrit. +- project: + name: ccsdk-sli-core-verify + project: ccsdk/sli/core + project-name: ccsdk-sli-core + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-push-upstream-jobs.yml b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-push-upstream-jobs.yml new file mode 100644 index 00000000..322e53f4 --- /dev/null +++ b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-northbound-push-upstream + project: ccsdk/sli/northbound + project-name: ccsdk-sli-northbound + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-rebase-jobs.yml b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-rebase-jobs.yml new file mode 100644 index 00000000..accf252f --- /dev/null +++ b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-northbound-rebase + project: ccsdk/sli/northbound + project-name: ccsdk-sli-northbound + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-verify-jobs.yaml b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-verify-jobs.yaml new file mode 100644 index 00000000..d42ee2dc --- /dev/null +++ b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/sli/northbound project on Nordix Gerrit. +- project: + name: ccsdk-sli-northbound-verify + project: ccsdk/sli/northbound + project-name: ccsdk-sli-northbound + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-push-upstream-jobs.yml b/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-push-upstream-jobs.yml new file mode 100644 index 00000000..86aa5174 --- /dev/null +++ b/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-plugins-push-upstream + project: ccsdk/sli/plugins + project-name: ccsdk-sli-plugins + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-rebase-jobs.yml b/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-rebase-jobs.yml new file mode 100644 index 00000000..5cb55e80 --- /dev/null +++ b/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-sli-plugins-rebase + project: ccsdk/sli/plugins + project-name: ccsdk-sli-plugins + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-verify-jobs.yaml b/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-verify-jobs.yaml new file mode 100644 index 00000000..e4f9c4cc --- /dev/null +++ b/jjb/onap/ccsdk-sli-plugins/ccsdk-sli-plugins-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/sli/plugins project on Nordix Gerrit. +- project: + name: ccsdk-sli-plugins-verify + project: ccsdk/sli/plugins + project-name: ccsdk-sli-plugins + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-push-upstream-jobs.yml b/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-push-upstream-jobs.yml new file mode 100644 index 00000000..6efe6923 --- /dev/null +++ b/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-storage-esaas-push-upstream + project: ccsdk/storage/esaas + project-name: ccsdk-storage-esaas + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-rebase-jobs.yml b/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-rebase-jobs.yml new file mode 100644 index 00000000..c8c87060 --- /dev/null +++ b/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-storage-esaas-rebase + project: ccsdk/storage/esaas + project-name: ccsdk-storage-esaas + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-verify-jobs.yaml b/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-verify-jobs.yaml new file mode 100644 index 00000000..afe87e58 --- /dev/null +++ b/jjb/onap/ccsdk-storage-esaas/ccsdk-storage-esaas-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/storage/esaas project on Nordix Gerrit. +- project: + name: ccsdk-storage-esaas-verify + project: ccsdk/storage/esaas + project-name: ccsdk-storage-esaas + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-push-upstream-jobs.yml b/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-push-upstream-jobs.yml new file mode 100644 index 00000000..2c44e8cd --- /dev/null +++ b/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-storage-pgaas-push-upstream + project: ccsdk/storage/pgaas + project-name: ccsdk-storage-pgaas + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-rebase-jobs.yml b/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-rebase-jobs.yml new file mode 100644 index 00000000..22e81574 --- /dev/null +++ b/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-storage-pgaas-rebase + project: ccsdk/storage/pgaas + project-name: ccsdk-storage-pgaas + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-verify-jobs.yaml b/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-verify-jobs.yaml new file mode 100644 index 00000000..cee1233d --- /dev/null +++ b/jjb/onap/ccsdk-storage-pgaas/ccsdk-storage-pgaas-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/storage/pgaas project on Nordix Gerrit. +- project: + name: ccsdk-storage-pgaas-verify + project: ccsdk/storage/pgaas + project-name: ccsdk-storage-pgaas + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/ccsdk-utils/ccsdk-utils-push-upstream-jobs.yml b/jjb/onap/ccsdk-utils/ccsdk-utils-push-upstream-jobs.yml new file mode 100644 index 00000000..2db4326f --- /dev/null +++ b/jjb/onap/ccsdk-utils/ccsdk-utils-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-utils-push-upstream + project: ccsdk/utils + project-name: ccsdk-utils + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/ccsdk-utils/ccsdk-utils-rebase-jobs.yml b/jjb/onap/ccsdk-utils/ccsdk-utils-rebase-jobs.yml new file mode 100644 index 00000000..e98acad8 --- /dev/null +++ b/jjb/onap/ccsdk-utils/ccsdk-utils-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============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========================================================= +# +- project: + name: ccsdk-utils-rebase + project: ccsdk/utils + project-name: ccsdk-utils + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/ccsdk-utils/ccsdk-utils-verify-jobs.yaml b/jjb/onap/ccsdk-utils/ccsdk-utils-verify-jobs.yaml new file mode 100644 index 00000000..d32452f3 --- /dev/null +++ b/jjb/onap/ccsdk-utils/ccsdk-utils-verify-jobs.yaml @@ -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 a change is proposed to +# ccsdk/utils project on Nordix Gerrit. +- project: + name: ccsdk-utils-verify + project: ccsdk/utils + project-name: ccsdk-utils + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java'