From: robert.tomczyk Date: Thu, 3 Oct 2019 13:51:48 +0000 (+0100) Subject: ONAP: Adding sdc/dcae-d repos to ONAP X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F2500%2F1;p=infra%2Fcicd.git ONAP: Adding sdc/dcae-d repos to ONAP Added jenkins rebase, java verify - sdc/dcae-d/ci - sdc/dcae-d/dt - sdc/dcae-d/dt-be-main - sdc/dcae-d/dt-be-property - sdc/dcae-d/fe - sdc/dcae-d/rule-engine - sdc/dcae-d/tosca-lab Change-Id: Ia3294f65eade5d001124622e264002022a665db4 --- diff --git a/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-push-upstream-jobs.yml new file mode 100644 index 00000000..cd0a9a51 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-push-upstream-jobs.yml @@ -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: sdc-dcae-d-ci-push-upstream + project: sdc/dcae-d/ci + project-name: sdc-dcae-d-ci + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-rebase-jobs.yml new file mode 100644 index 00000000..6f64c7ca --- /dev/null +++ b/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-rebase-jobs.yml @@ -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: sdc-dcae-d-ci-rebase + project: sdc/dcae-d/ci + project-name: sdc-dcae-d-ci + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-verify-jobs.yaml b/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-verify-jobs.yaml new file mode 100644 index 00000000..ce87d91b --- /dev/null +++ b/jjb/onap/sdc-dcae-d-ci/sdc-dcae-d-ci-verify-jobs.yaml @@ -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 +# sdc/dcae-d/ci project on Nordix Gerrit. + +- project: + name: sdc-dcae-d-ci-verify + project: sdc/dcae-d/ci + project-name: sdc-dcae-d-ci + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-push-upstream-jobs.yml new file mode 100644 index 00000000..088438f6 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-push-upstream-jobs.yml @@ -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: sdc-dcae-d-dt-be-main-push-upstream + project: sdc/dcae-d/dt-be-main + project-name: sdc-dcae-d-dt-be-main + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-rebase-jobs.yml new file mode 100644 index 00000000..ec9e94e4 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-rebase-jobs.yml @@ -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: sdc-dcae-d-dt-be-main-rebase + project: sdc/dcae-d/dt-be-main + project-name: sdc-dcae-d-dt-be-main + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-verify-jobs.yaml b/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-verify-jobs.yaml new file mode 100644 index 00000000..7f38f8f6 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt-be-main/sdc-dcae-d-dt-be-main-verify-jobs.yaml @@ -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 +# sdc/dcae-d/dt-be-main project on Nordix Gerrit. + +- project: + name: sdc-dcae-d-dt-be-main-verify + project: sdc/dcae-d/dt-be-main + project-name: sdc-dcae-d-dt-be-main + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-push-upstream-jobs.yml new file mode 100644 index 00000000..ecb606d2 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-push-upstream-jobs.yml @@ -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: sdc-dcae-d-dt-be-property-push-upstream + project: sdc/dcae-d/dt-be-property + project-name: sdc-dcae-d-dt-be-property + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-rebase-jobs.yml new file mode 100644 index 00000000..13200b20 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-rebase-jobs.yml @@ -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: sdc-dcae-d-dt-be-property-rebase + project: sdc/dcae-d/dt-be-property + project-name: sdc-dcae-d-dt-be-property + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-verify-jobs.yaml b/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-verify-jobs.yaml new file mode 100644 index 00000000..34b74a56 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt-be-property/sdc-dcae-d-dt-be-property-verify-jobs.yaml @@ -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 +# sdc/dcae-d/dt-be-property project on Nordix Gerrit. + +- project: + name: sdc-dcae-d-dt-be-property-verify + project: sdc/dcae-d/dt-be-property + project-name: sdc-dcae-d-dt-be-property + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-push-upstream-jobs.yml new file mode 100644 index 00000000..3392d6d0 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-push-upstream-jobs.yml @@ -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: sdc-dcae-d-dt-push-upstream + project: sdc/dcae-d/dt + project-name: sdc-dcae-d-dt + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-rebase-jobs.yml new file mode 100644 index 00000000..d80fcbd8 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-rebase-jobs.yml @@ -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: sdc-dcae-d-dt-rebase + project: sdc/dcae-d/dt + project-name: sdc-dcae-d-dt + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-verify-jobs.yaml b/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-verify-jobs.yaml new file mode 100644 index 00000000..bf06459e --- /dev/null +++ b/jjb/onap/sdc-dcae-d-dt/sdc-dcae-d-dt-verify-jobs.yaml @@ -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 +# sdc/dcae-d/dt project on Nordix Gerrit. + +- project: + name: sdc-dcae-d-dt-verify + project: sdc/dcae-d/dt + project-name: sdc-dcae-d-dt + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-push-upstream-jobs.yml new file mode 100644 index 00000000..25330853 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-push-upstream-jobs.yml @@ -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: sdc-dcae-d-fe-push-upstream + project: sdc/dcae-d/fe + project-name: sdc-dcae-d-fe + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-rebase-jobs.yml new file mode 100644 index 00000000..e2241d70 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-rebase-jobs.yml @@ -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: sdc-dcae-d-fe-rebase + project: sdc/dcae-d/fe + project-name: sdc-dcae-d-fe + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-verify-jobs.yaml b/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-verify-jobs.yaml new file mode 100644 index 00000000..5f906dc8 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-fe/sdc-dcae-d-fe-verify-jobs.yaml @@ -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 +# sdc/dcae-d/fe project on Nordix Gerrit. + +- project: + name: sdc-dcae-d-fe-verify + project: sdc/dcae-d/fe + project-name: sdc-dcae-d-fe + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-rule-engine/sdc-dcae-d-rule-engine-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-rule-engine/sdc-dcae-d-rule-engine-push-upstream-jobs.yml new file mode 100644 index 00000000..5921e96e --- /dev/null +++ b/jjb/onap/sdc-dcae-d-rule-engine/sdc-dcae-d-rule-engine-push-upstream-jobs.yml @@ -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: sdc-dcae-d-rule-engine-push-upstream + project: sdc/dcae-d/rule-engine + project-name: sdc-dcae-d-rule-engine + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-rule-engine/sdc-dcae-d-rule-engine-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-rule-engine/sdc-dcae-d-rule-engine-rebase-jobs.yml new file mode 100644 index 00000000..203c9c12 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-rule-engine/sdc-dcae-d-rule-engine-rebase-jobs.yml @@ -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: sdc-dcae-d-rule-engine-rebase + project: sdc/dcae-d/rule-engine + project-name: sdc-dcae-d-rule-engine + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-push-upstream-jobs.yml b/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-push-upstream-jobs.yml new file mode 100644 index 00000000..49209676 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-push-upstream-jobs.yml @@ -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: sdc-dcae-d-tosca-lab-push-upstream + project: sdc/dcae-d/tosca-lab + project-name: sdc-dcae-d-tosca-lab + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-rebase-jobs.yml b/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-rebase-jobs.yml new file mode 100644 index 00000000..9b9feeed --- /dev/null +++ b/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-rebase-jobs.yml @@ -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: sdc-dcae-d-tosca-lab-rebase + project: sdc/dcae-d/tosca-lab + project-name: sdc-dcae-d-tosca-lab + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-verify-jobs.yaml b/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-verify-jobs.yaml new file mode 100644 index 00000000..f7f273f3 --- /dev/null +++ b/jjb/onap/sdc-dcae-d-tosca-lab/sdc-dcae-d-tosca-lab-verify-jobs.yaml @@ -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 +# sdc/dcae-d/tosca-lab project on Nordix Gerrit. + +- project: + name: sdc-dcae-d-tosca-lab-verify + project: sdc/dcae-d/tosca-lab + project-name: sdc-dcae-d-tosca-lab + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file