Add jjb jobs and comments for Policy 45/245/3
authorLiam Fallon <liam.fallon@est.tech>
Thu, 17 Jan 2019 09:14:02 +0000 (09:14 +0000)
committerLiam Fallon <liam.fallon@est.tech>
Thu, 17 Jan 2019 09:23:34 +0000 (09:23 +0000)
Change-Id: Iad577f89c25ce007d4bac19da17ff1d53719c55e
Signed-off-by: Liam Fallon <liam.fallon@est.tech>
jjb/policy/policy-apex-pdp-push-upstream-jobs.yaml
jjb/policy/policy-apex-pdp-rebase-jobs.yaml
jjb/policy/policy-apex-pdp-verify-jobs.yaml
jjb/policy/policy-common-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/policy/policy-common-rebase-jobs.yaml
jjb/policy/policy-common-verify-jobs.yaml
jjb/policy/policy-distribution-push-upstream-jobs.yaml [new file with mode: 0644]
jjb/policy/policy-distribution-rebase-jobs.yaml
jjb/policy/policy-distribution-verify-jobs.yaml

index e12624b1ba5a2407443ef273dde14d24ea90df01..887452673ffde744b9f0f3d5f7bdcdd19b2e6e08 100644 (file)
@@ -1,4 +1,23 @@
 ---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018-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 push-upstream is commented on a change on Nordix Gerrit.
 - project:
     name: policy-apex-pdp-push-upstream
index a29aa5a4365219711b52ef4217334abe9e1c049d..2cbda198fae95942471730f560bf7cd5ce37b1eb 100644 (file)
@@ -1,4 +1,23 @@
 ---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018-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 merged to
 # policy/apex-pdp project on ONAP Gerrit.
 - project:
index bc048d9f97dcabcc635c5ebe2465f63e648b815d..e7ebe119e31ebe4d376879371d64a1f65fe4d5a6 100644 (file)
@@ -1,7 +1,7 @@
 ---
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2018 Nordix Foundation.
+#  Copyright (C) 2018-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.
@@ -17,7 +17,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
-#
+
 # this job gets triggered when a change is proposed to
 # policy/apex-pdp project on Nordix Gerrit.
 
diff --git a/jjb/policy/policy-common-push-upstream-jobs.yaml b/jjb/policy/policy-common-push-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..be8c1c6
--- /dev/null
@@ -0,0 +1,28 @@
+---
+# ============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 push-upstream is commented on a change on Nordix Gerrit.
+- project:
+    name: policy-common-push-upstream
+    project: policy/common
+    project-name: policy-common
+    branch: master
+    jobs:
+      - '{project-name}-push-upstream'
index 15fa9d784a7f3df0e40629aefd2d1e4f36e80937..bc968c7201d3d014b65e67031955703336a44180 100644 (file)
@@ -1,4 +1,23 @@
 ---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018-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 merged to
 # policy/common project on ONAP Gerrit.
 - project:
index 8e0cd6f70d1dc7856b76820607fefc8a22c45614..e0f701f72905ecf1bd039bc77912703a07c68967 100644 (file)
@@ -1,7 +1,7 @@
 ---
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2018 Nordix Foundation.
+#  Copyright (C) 2018-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.
@@ -17,7 +17,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
-#
+
 # this job gets triggered when a change is proposed to
 # policy/common project on Nordix Gerrit.
 
@@ -27,8 +27,6 @@
     project-name: policy-common
 
     stream:
-      - 'master':
-          branch: '{stream}'
       - 'nordix-dev':
           branch: '{stream}'
 
diff --git a/jjb/policy/policy-distribution-push-upstream-jobs.yaml b/jjb/policy/policy-distribution-push-upstream-jobs.yaml
new file mode 100644 (file)
index 0000000..36854f2
--- /dev/null
@@ -0,0 +1,28 @@
+---
+# ============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 push-upstream is commented on a change on Nordix Gerrit.
+- project:
+    name: policy-distribution-push-upstream
+    project: policy/distribution
+    project-name: policy-distribution
+    branch: master
+    jobs:
+      - '{project-name}-push-upstream'
index 48ac4eb911ba87e6c27d7007dd9fbd7ace6593b7..0d8d5c4a3e6e789956d63801d4f03b509ba49632 100644 (file)
@@ -1,4 +1,23 @@
 ---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2018-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 merged to
 # policy/distribution project on ONAP Gerrit.
 - project:
index d8f9480dea8f78aaea4b8a7c5faa52995bbeecc6..e9767d86c0e89756d463edae3a8f309b62b410fa 100644 (file)
@@ -1,7 +1,7 @@
 ---
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2018 Nordix Foundation.
+#  Copyright (C) 2018-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.
@@ -17,7 +17,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
-#
+
 # this job gets triggered when a change is proposed to
 # policy/distribution project on Nordix Gerrit.
 
@@ -27,8 +27,6 @@
     project-name: policy-distribution
 
     stream:
-      - 'master':
-          branch: '{stream}'
       - 'nordix-dev':
           branch: '{stream}'