adding nonrtric/plt/sme 15/15515/1
authorafenner <Andrew.fenner@est.tech>
Fri, 14 Oct 2022 07:45:53 +0000 (08:45 +0100)
committerafenner <Andrew.fenner@est.tech>
Fri, 14 Oct 2022 07:46:19 +0000 (08:46 +0100)
Change-Id: Ib7b89196530d527146dc7304b5560c0462e31ffc
Signed-off-by: afenner <Andrew.fenner@est.tech>
jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml [new file with mode: 0644]
jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml [new file with mode: 0644]
jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml [new file with mode: 0644]

diff --git a/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..c9ee5b7
--- /dev/null
@@ -0,0 +1,26 @@
+---
+# ============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=========================================================
+#
+- project:
+    name: nonrtric-plt-sme-push-upstream
+    project: nonrtric/plt/sme
+    project-name: nonrtric-plt-sme
+
+    jobs:
+      - 'oransc-{project-name}-push-upstream'
diff --git a/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..e4f7804
--- /dev/null
@@ -0,0 +1,26 @@
+---
+# ============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=========================================================
+#
+- project:
+    name: nonrtric-plt-sme-rebase
+    project: nonrtric/plt/sme
+    project-name: nonrtric-plt-sme
+
+    jobs:
+      - 'oransc-{project-name}-rebase'
diff --git a/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..5aa0b50
--- /dev/null
@@ -0,0 +1,30 @@
+---
+# ============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
+# nonrtric/plt/sme project on Nordix Gerrit.
+
+- project:
+    name: nonrtric-plt-sme-verify
+    project: nonrtric/plt/sme
+    project-name: nonrtric-plt-sme
+    jdk-version: java-11
+
+    jobs:
+      - 'oransc-{project-name}-verify-java'