From 3e5c5415a2257d57920f9b1fdbdc65bb23281cf0 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 26 Jan 2022 14:57:54 +0000 Subject: [PATCH] ONAP Adding new repositories List of new repositories: - dcaegen2/collectors/hv-ves - dcaegen2/services/sdk - testsuite/python-testing-utils Change-Id: I42d0d536126439f8e0725c4f76abb36aac4339d3 --- ...-collectors-hv-ves-push-upstream-jobs.yaml | 27 +++++++++++++++ ...caegen2-collectors-hv-ves-rebase-jobs.yaml | 28 +++++++++++++++ ...caegen2-collectors-hv-ves-verify-jobs.yaml | 33 ++++++++++++++++++ ...egen2-services-sdk-push-upstream-jobs.yaml | 27 +++++++++++++++ .../dcaegen2-services-sdk-rebase-jobs.yaml | 28 +++++++++++++++ .../dcaegen2-services-sdk-verify-jobs.yaml | 34 +++++++++++++++++++ ...thon-testing-utils-push-upstream-jobs.yaml | 27 +++++++++++++++ ...uite-python-testing-utils-rebase-jobs.yaml | 28 +++++++++++++++ 8 files changed, 232 insertions(+) create mode 100644 jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-push-upstream-jobs.yaml create mode 100644 jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-rebase-jobs.yaml create mode 100644 jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-verify-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-push-upstream-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-rebase-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-verify-jobs.yaml create mode 100644 jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-push-upstream-jobs.yaml create mode 100644 jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-rebase-jobs.yaml diff --git a/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-push-upstream-jobs.yaml b/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-push-upstream-jobs.yaml new file mode 100644 index 000000000..1493dd7e5 --- /dev/null +++ b/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-push-upstream-jobs.yaml @@ -0,0 +1,27 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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: dcaegen2-collectors-hv-ves-push-upstream + project: dcaegen2/collectors/hv-ves + project-name: dcaegen2-collectors-hv-ves + + jobs: + - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-rebase-jobs.yaml b/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-rebase-jobs.yaml new file mode 100644 index 000000000..0c68a839f --- /dev/null +++ b/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-rebase-jobs.yaml @@ -0,0 +1,28 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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 +# dcaegen2/collectors/hv-ves project on ONAP Gerrit. +- project: + name: dcaegen2-collectors-hv-ves-rebase + project: dcaegen2/collectors/hv-ves + project-name: dcaegen2-collectors-hv-ves + + jobs: + - 'onap-{project-name}-rebase' diff --git a/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-verify-jobs.yaml b/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-verify-jobs.yaml new file mode 100644 index 000000000..328923a80 --- /dev/null +++ b/jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-verify-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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 +# dcaegen2/collectors/hv-ves project on Nordix Gerrit. +- project: + name: dcaegen2-collectors-hv-ves-verify + project: dcaegen2/collectors/hv-ves + project-name: dcaegen2-collectors-hv-ves + + + stream: + - master: + branch: '{stream}' + jdk-version: java-12 + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-push-upstream-jobs.yaml b/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-push-upstream-jobs.yaml new file mode 100644 index 000000000..fcd89ec4c --- /dev/null +++ b/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-push-upstream-jobs.yaml @@ -0,0 +1,27 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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: dcaegen2-services-sdk-push-upstream + project: dcaegen2/services/sdk + project-name: dcaegen2-services-sdk + + jobs: + - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-rebase-jobs.yaml b/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-rebase-jobs.yaml new file mode 100644 index 000000000..7fd817fde --- /dev/null +++ b/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-rebase-jobs.yaml @@ -0,0 +1,28 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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 +# dcaegen2/services/sdk project on ONAP Gerrit. +- project: + name: dcaegen2-services-sdk-rebase + project: dcaegen2/services/sdk + project-name: dcaegen2-services-sdk + + jobs: + - 'onap-{project-name}-rebase' diff --git a/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-verify-jobs.yaml b/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-verify-jobs.yaml new file mode 100644 index 000000000..aa3d80d4c --- /dev/null +++ b/jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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 +# dcaegen2/services/sdk project on Nordix Gerrit. +- project: + name: dcaegen2-services-sdk-verify + project: dcaegen2/services/sdk + project-name: dcaegen2-services-sdk + + + stream: + - master: + branch: '{stream}' + jdk-version: java-12 + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-push-upstream-jobs.yaml b/jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-push-upstream-jobs.yaml new file mode 100644 index 000000000..355232770 --- /dev/null +++ b/jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-push-upstream-jobs.yaml @@ -0,0 +1,27 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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: testsuite-python-testing-utils-push-upstream + project: testsuite/python-testing-utils + project-name: testsuite-python-testing-utils + + jobs: + - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-rebase-jobs.yaml b/jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-rebase-jobs.yaml new file mode 100644 index 000000000..0cfc85235 --- /dev/null +++ b/jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-rebase-jobs.yaml @@ -0,0 +1,28 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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 +# testsuite project on ONAP Gerrit. +- project: + name: testsuite-python-testing-utils-rebase + project: testsuite/python-testing-utils + project-name: testsuite-python-testing-utils + + jobs: + - 'onap-{project-name}-rebase' -- 2.25.1