ONAP Adding new repositories 71/12171/1
authorrobert.tomczyk <robert.tomczyk@est.tech>
Wed, 26 Jan 2022 14:57:54 +0000 (14:57 +0000)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Wed, 26 Jan 2022 14:57:54 +0000 (14:57 +0000)
List of new repositories:
- dcaegen2/collectors/hv-ves
- dcaegen2/services/sdk
- testsuite/python-testing-utils

Change-Id: I42d0d536126439f8e0725c4f76abb36aac4339d3

jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-rebase-jobs.yaml [new file with mode: 0644]
jjb/onap/dcaegen2-collectors-hv-ves/dcaegen2-collectors-hv-ves-verify-jobs.yaml [new file with mode: 0644]
jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-rebase-jobs.yaml [new file with mode: 0644]
jjb/onap/dcaegen2-services-sdk/dcaegen2-services-sdk-verify-jobs.yaml [new file with mode: 0644]
jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/onap/testsuite-python-testing-utils/testsuite-python-testing-utils-rebase-jobs.yaml [new file with mode: 0644]

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 (file)
index 0000000..1493dd7
--- /dev/null
@@ -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 (file)
index 0000000..0c68a83
--- /dev/null
@@ -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 (file)
index 0000000..328923a
--- /dev/null
@@ -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 (file)
index 0000000..fcd89ec
--- /dev/null
@@ -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 (file)
index 0000000..7fd817f
--- /dev/null
@@ -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 (file)
index 0000000..aa3d80d
--- /dev/null
@@ -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 (file)
index 0000000..3552327
--- /dev/null
@@ -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 (file)
index 0000000..0cfc852
--- /dev/null
@@ -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'