ONAP: Add cps/cps-temporal project 67/8567/2
authorrobert.tomczyk <robert.tomczyk@est.tech>
Thu, 29 Apr 2021 17:14:32 +0000 (18:14 +0100)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Fri, 30 Apr 2021 07:38:01 +0000 (08:38 +0100)
Change-Id: I329ea724379a3340d788ecefcc9dd9448add018a

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

diff --git a/jjb/onap/cps-cps-temporal/cps-cps-temporal-push-upstream-jobs.yml b/jjb/onap/cps-cps-temporal/cps-cps-temporal-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..53d7610
--- /dev/null
@@ -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: cps-cps-temporal-push-upstream
+    project: cps/cps-temporal
+    project-name: cps-cps-temporal
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/cps-cps-temporal/cps-cps-temporal-rebase-jobs.yml b/jjb/onap/cps-cps-temporal/cps-cps-temporal-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..6656225
--- /dev/null
@@ -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: cps-cps-temporal-rebase
+    project: cps/cps-temporal
+    project-name: cps-cps-temporal
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/cps-cps-temporal/cps-cps-temporal-verify-jobs.yaml b/jjb/onap/cps-cps-temporal/cps-cps-temporal-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..aff0e57
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============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
+# cps/cps-temporal project on Nordix Gerrit.
+- project:
+    name: cps-cps-temporal-verify
+    project: cps/cps-temporal
+    project-name: cps-cps-temporal
+
+    stream:
+      - master:
+          branch: '{stream}'
+          jdk-version: java-11
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'