ONAP: Add new CPS project:cps-tbdmt 71/19771/1
authorrobert.tomczyk <robert.tomczyk.est@gmail.com>
Fri, 27 Oct 2023 11:58:02 +0000 (12:58 +0100)
committerrobert.tomczyk <robert.tomczyk.est@gmail.com>
Fri, 27 Oct 2023 11:58:02 +0000 (12:58 +0100)
Change-Id: I50155e1b1d30abd62d34715e5b46664bd1b12431

jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-verify-jobs.yaml [new file with mode: 0644]

diff --git a/jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-push-upstream-jobs.yml b/jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..96ace18
--- /dev/null
@@ -0,0 +1,26 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2023 OpenInfra 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: cps-cps-tbdmt-push-upstream
+    project: cps/cps-tbdmt
+    project-name: cps-cps-tbdmt
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-rebase-jobs.yml b/jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..605da70
--- /dev/null
@@ -0,0 +1,26 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2023 OpenInfra 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: cps-cps-tbdmt-rebase
+    project: cps/cps-tbdmt
+    project-name: cps-cps-tbdmt
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-verify-jobs.yaml b/jjb/onap/cps-cps-tbdmt/cps-cps-tbdmt-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..a018740
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2023 OpenInfra 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
+# cps/cps-tbdmt project on Nordix Gerrit.
+- project:
+    name: cps-cps-tbdmt-verify
+    project: cps/cps-tbdmt
+    project-name: cps-cps-tbdmt
+
+    stream:
+      - master:
+          branch: '{stream}'
+          jdk-version: java-11
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'