From 3bfbe1fbd344e93f811d727dabe13817e2ef3d80 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 26 Jun 2019 17:56:11 +0100 Subject: [PATCH 1/1] ONAP: Creating ONAP repositories under 'onap' namespace For the ONAP repositories that have open reviews pending in the Nordix Gerrit we have to setup separate jobs to keep both old and new repos in sync with ONAP gerrit until the reviews are closed for old reositories. -policy/pap -policy/apex-pdp -appc -dcaegen2 -dcaegen2/collectors/datafile -dcaegen2/services/pm-mapper -dmaap/datarouter -integration -integration/csit -sdc -so -so/docker-config Change-Id: I5f4fb802c136382be5456ac4ee2e3702ffa73f47 --- jjb/onap/appc/appc-push-upstream-jobs.yaml | 33 +++++++++++++++++ jjb/onap/appc/appc-rebase-jobs.yaml | 33 +++++++++++++++++ jjb/onap/appc/appc-verify-jobs.yaml | 35 ++++++++++++++++++ ...ollectors-datafile-push-upstream-jobs.yaml | 31 ++++++++++++++++ ...egen2-collectors-datafile-rebase-jobs.yaml | 32 +++++++++++++++++ ...egen2-collectors-datafile-verify-jobs.yaml | 32 +++++++++++++++++ ...services-pm-mapper-push-upstream-jobs.yaml | 33 +++++++++++++++++ ...aegen2-services-pm-mapper-rebase-jobs.yaml | 34 ++++++++++++++++++ ...aegen2-services-pm-mapper-verify-jobs.yaml | 34 ++++++++++++++++++ .../dcaegen2/dcaegen2-push-upstream-jobs.yaml | 32 +++++++++++++++++ jjb/onap/dcaegen2/dcaegen2-rebase-jobs.yaml | 34 ++++++++++++++++++ jjb/onap/dcaegen2/dcaegen2-verify-jobs.yaml | 34 ++++++++++++++++++ .../dmaap-datarouter-push-upstream-jobs.yaml | 34 ++++++++++++++++++ .../dmaap-datarouter-rebase-jobs.yaml | 35 ++++++++++++++++++ .../dmaap-datarouter-verify-jobs.yaml | 35 ++++++++++++++++++ .../integration-csit-push-upstream-jobs.yaml | 34 ++++++++++++++++++ .../integration-csit-rebase-jobs.yaml | 36 +++++++++++++++++++ .../integration-push-upstream-jobs.yaml | 32 +++++++++++++++++ .../integration/integration-rebase-jobs.yaml | 34 ++++++++++++++++++ .../policy-apex-pdp-push-upstream-jobs.yaml | 31 ++++++++++++++++ .../policy-apex-pdp-rebase-jobs.yaml | 35 ++++++++++++++++++ .../policy-apex-pdp-verify-jobs.yaml | 36 +++++++++++++++++++ .../policy-pap-push-upstream-jobs.yaml | 31 ++++++++++++++++ .../policy-pap/policy-pap-rebase-jobs.yaml | 33 +++++++++++++++++ .../policy-pap/policy-pap-verify-jobs.yaml | 34 ++++++++++++++++++ jjb/onap/sdc/sdc-push-upstream-jobs.yaml | 33 +++++++++++++++++ jjb/onap/sdc/sdc-rebase-jobs.yaml | 35 ++++++++++++++++++ .../so-docker-config-push-upstream-jobs.yaml | 33 +++++++++++++++++ .../so-docker-config-rebase-jobs.yaml | 34 ++++++++++++++++++ jjb/onap/so/so-push-upstream-jobs.yaml | 35 ++++++++++++++++++ jjb/onap/so/so-rebase-jobs.yaml | 36 +++++++++++++++++++ 31 files changed, 1043 insertions(+) create mode 100644 jjb/onap/appc/appc-push-upstream-jobs.yaml create mode 100644 jjb/onap/appc/appc-rebase-jobs.yaml create mode 100644 jjb/onap/appc/appc-verify-jobs.yaml create mode 100644 jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-push-upstream-jobs.yaml create mode 100644 jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-rebase-jobs.yaml create mode 100644 jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-verify-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-push-upstream-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-rebase-jobs.yaml create mode 100644 jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-verify-jobs.yaml create mode 100644 jjb/onap/dcaegen2/dcaegen2-push-upstream-jobs.yaml create mode 100644 jjb/onap/dcaegen2/dcaegen2-rebase-jobs.yaml create mode 100644 jjb/onap/dcaegen2/dcaegen2-verify-jobs.yaml create mode 100644 jjb/onap/dmaap-datarouter/dmaap-datarouter-push-upstream-jobs.yaml create mode 100644 jjb/onap/dmaap-datarouter/dmaap-datarouter-rebase-jobs.yaml create mode 100644 jjb/onap/dmaap-datarouter/dmaap-datarouter-verify-jobs.yaml create mode 100644 jjb/onap/integration-csit/integration-csit-push-upstream-jobs.yaml create mode 100644 jjb/onap/integration-csit/integration-csit-rebase-jobs.yaml create mode 100644 jjb/onap/integration/integration-push-upstream-jobs.yaml create mode 100644 jjb/onap/integration/integration-rebase-jobs.yaml create mode 100644 jjb/onap/policy-apex-pdp/policy-apex-pdp-push-upstream-jobs.yaml create mode 100644 jjb/onap/policy-apex-pdp/policy-apex-pdp-rebase-jobs.yaml create mode 100644 jjb/onap/policy-apex-pdp/policy-apex-pdp-verify-jobs.yaml create mode 100644 jjb/onap/policy-pap/policy-pap-push-upstream-jobs.yaml create mode 100644 jjb/onap/policy-pap/policy-pap-rebase-jobs.yaml create mode 100644 jjb/onap/policy-pap/policy-pap-verify-jobs.yaml create mode 100644 jjb/onap/sdc/sdc-push-upstream-jobs.yaml create mode 100644 jjb/onap/sdc/sdc-rebase-jobs.yaml create mode 100644 jjb/onap/so-docker-config/so-docker-config-push-upstream-jobs.yaml create mode 100644 jjb/onap/so-docker-config/so-docker-config-rebase-jobs.yaml create mode 100644 jjb/onap/so/so-push-upstream-jobs.yaml create mode 100644 jjb/onap/so/so-rebase-jobs.yaml diff --git a/jjb/onap/appc/appc-push-upstream-jobs.yaml b/jjb/onap/appc/appc-push-upstream-jobs.yaml new file mode 100644 index 000000000..b38e2e8bf --- /dev/null +++ b/jjb/onap/appc/appc-push-upstream-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 push-upstream is commented on a change on Nordix Gerrit. +- project: + name: temp-appc-push-upstream + project: appc + project-name: temp-appc + + stream: + - master: + branch: '{stream}' +# - casablanca: +# branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/appc/appc-rebase-jobs.yaml b/jjb/onap/appc/appc-rebase-jobs.yaml new file mode 100644 index 000000000..c308b5ec5 --- /dev/null +++ b/jjb/onap/appc/appc-rebase-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 merged to +# appc project on ONAP Gerrit. + +- project: + name: temp-appc-rebase + project: appc + project-name: temp-appc + stream: + - master: + branch: '{stream}' +# - casablanca: +# branch: '{stream}' + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/appc/appc-verify-jobs.yaml b/jjb/onap/appc/appc-verify-jobs.yaml new file mode 100644 index 000000000..8c151febd --- /dev/null +++ b/jjb/onap/appc/appc-verify-jobs.yaml @@ -0,0 +1,35 @@ +--- +# +# ============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 proposed to +# appc project on Nordix Gerrit. + +- project: + name: temp-appc-verify + project: appc + project-name: temp-appc + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' + diff --git a/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-push-upstream-jobs.yaml b/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-push-upstream-jobs.yaml new file mode 100644 index 000000000..f61bc0d1a --- /dev/null +++ b/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-push-upstream-jobs.yaml @@ -0,0 +1,31 @@ +--- +# ============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: temp-dcaegen2-collectors-datafile-push-upstream + project: dcaegen2/collectors/datafile + project-name: temp-dcaegen2-collectors-datafile + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-rebase-jobs.yaml b/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-rebase-jobs.yaml new file mode 100644 index 000000000..9fb66cf1d --- /dev/null +++ b/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-rebase-jobs.yaml @@ -0,0 +1,32 @@ +--- +# ============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 merged to +# dcaegen2/collectors/datafile project on ONAP Gerrit. +- project: + name: temp-dcaegen2-collectors-datafile-rebase + project: dcaegen2/collectors/datafile + project-name: temp-dcaegen2-collectors-datafile + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-verify-jobs.yaml b/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-verify-jobs.yaml new file mode 100644 index 000000000..e44ca1b77 --- /dev/null +++ b/jjb/onap/dcaegen2-collectors-datafile/dcaegen2-collectors-datafile-verify-jobs.yaml @@ -0,0 +1,32 @@ +--- +# ============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 +# dcaegen2/collectors/datafile project on Nordix Gerrit. +- project: + name: temp-dcaegen2-collectors-datafile-verify + project: dcaegen2/services/pm-mapper + project-name: temp-dcaegen-collectors-datafile + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-push-upstream-jobs.yaml b/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-push-upstream-jobs.yaml new file mode 100644 index 000000000..1059c02bc --- /dev/null +++ b/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-push-upstream-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 push-upstream is commented on a change on Nordix Gerrit. +- project: + name: temp-dcaegen2-services-pm-mapper-push-upstream + project: dcaegen2/services/pm-mapper + project-name: temp-dcaegen2-services-pm-mapper + + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-rebase-jobs.yaml b/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-rebase-jobs.yaml new file mode 100644 index 000000000..f71c9ecae --- /dev/null +++ b/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-rebase-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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 merged to +# dcaegen2/services/pm-mapper project on ONAP Gerrit. +- project: + name: temp-dcaegen2-services-pm-mapper-rebase + project: dcaegen2/services/pm-mapper + project-name: temp-dcaegen2-services-pm-mapper + + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-verify-jobs.yaml b/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-verify-jobs.yaml new file mode 100644 index 000000000..443014f19 --- /dev/null +++ b/jjb/onap/dcaegen2-services-pm-mapper/dcaegen2-services-pm-mapper-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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 +# dcaegen2/services/pm-mapper project on Nordix Gerrit. +- project: + name: temp-dcaegen2-services-pm-mapper-verify + project: dcaegen2/services/pm-mapper + project-name: temp-dcaegen2-services-pm-mapper + + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/dcaegen2/dcaegen2-push-upstream-jobs.yaml b/jjb/onap/dcaegen2/dcaegen2-push-upstream-jobs.yaml new file mode 100644 index 000000000..48d5d8a19 --- /dev/null +++ b/jjb/onap/dcaegen2/dcaegen2-push-upstream-jobs.yaml @@ -0,0 +1,32 @@ +--- +# ============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: temp-dcaegen2-push-upstream + project: dcaegen2 + project-name: temp-dcaegen2 + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/dcaegen2/dcaegen2-rebase-jobs.yaml b/jjb/onap/dcaegen2/dcaegen2-rebase-jobs.yaml new file mode 100644 index 000000000..3bd4813cf --- /dev/null +++ b/jjb/onap/dcaegen2/dcaegen2-rebase-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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 for +# the project its configured for dcaegen2 +- project: + name: temp-dcaegen2-rebase + project: dcaegen2 + project-name: temp-dcaegen2 + + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/dcaegen2/dcaegen2-verify-jobs.yaml b/jjb/onap/dcaegen2/dcaegen2-verify-jobs.yaml new file mode 100644 index 000000000..15c74b9ea --- /dev/null +++ b/jjb/onap/dcaegen2/dcaegen2-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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 for +# the project its configured for dcaegen2 +- project: + name: temp-dcaegen2-verify + project: dcaegen2 + project-name: temp-dcaegen2 + + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/dmaap-datarouter/dmaap-datarouter-push-upstream-jobs.yaml b/jjb/onap/dmaap-datarouter/dmaap-datarouter-push-upstream-jobs.yaml new file mode 100644 index 000000000..20c0fdb6c --- /dev/null +++ b/jjb/onap/dmaap-datarouter/dmaap-datarouter-push-upstream-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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: temp-dmaap-datarouter-push-upstream + project: dmaap/datarouter + project-name: temp-dmaap-datarouter + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/dmaap-datarouter/dmaap-datarouter-rebase-jobs.yaml b/jjb/onap/dmaap-datarouter/dmaap-datarouter-rebase-jobs.yaml new file mode 100644 index 000000000..4f2234f7d --- /dev/null +++ b/jjb/onap/dmaap-datarouter/dmaap-datarouter-rebase-jobs.yaml @@ -0,0 +1,35 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2018 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 +# dmaap/datarouter project on ONAP Gerrit. +- project: + name: temp-dmaap-datarouter-rebase + project: dmaap/datarouter + project-name: temp-dmaap-datarouter + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/dmaap-datarouter/dmaap-datarouter-verify-jobs.yaml b/jjb/onap/dmaap-datarouter/dmaap-datarouter-verify-jobs.yaml new file mode 100644 index 000000000..d26b57e1b --- /dev/null +++ b/jjb/onap/dmaap-datarouter/dmaap-datarouter-verify-jobs.yaml @@ -0,0 +1,35 @@ +--- +# ============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 proposed to +# dmaap/datarouter project on Nordix Gerrit. +- project: + name: temp-dmaap-datarouter-verify + project: dmaap/datarouter + project-name: temp-dmaap-datarouter + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/integration-csit/integration-csit-push-upstream-jobs.yaml b/jjb/onap/integration-csit/integration-csit-push-upstream-jobs.yaml new file mode 100644 index 000000000..b55dc0a86 --- /dev/null +++ b/jjb/onap/integration-csit/integration-csit-push-upstream-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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: temp-integration-csit-push-upstream + project: integration/csit + project-name: temp-integration-csit + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/integration-csit/integration-csit-rebase-jobs.yaml b/jjb/onap/integration-csit/integration-csit-rebase-jobs.yaml new file mode 100644 index 000000000..9dfba7e50 --- /dev/null +++ b/jjb/onap/integration-csit/integration-csit-rebase-jobs.yaml @@ -0,0 +1,36 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2018 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 +# integration/csit project on ONAP Gerrit. + +- project: + name: temp-integration-csit-rebase + project: integration/csit + project-name: temp-integration-csit + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' \ No newline at end of file diff --git a/jjb/onap/integration/integration-push-upstream-jobs.yaml b/jjb/onap/integration/integration-push-upstream-jobs.yaml new file mode 100644 index 000000000..dfd43206b --- /dev/null +++ b/jjb/onap/integration/integration-push-upstream-jobs.yaml @@ -0,0 +1,32 @@ +--- +# ============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: temp-integration-push-upstream + project: integration + project-name: temp-integration + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/integration/integration-rebase-jobs.yaml b/jjb/onap/integration/integration-rebase-jobs.yaml new file mode 100644 index 000000000..2089a41d2 --- /dev/null +++ b/jjb/onap/integration/integration-rebase-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2018 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 +# integration project on ONAP Gerrit. + +- project: + name: temp-integration-rebase + project: integration + project-name: temp-integration + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' \ No newline at end of file diff --git a/jjb/onap/policy-apex-pdp/policy-apex-pdp-push-upstream-jobs.yaml b/jjb/onap/policy-apex-pdp/policy-apex-pdp-push-upstream-jobs.yaml new file mode 100644 index 000000000..2e2a6093f --- /dev/null +++ b/jjb/onap/policy-apex-pdp/policy-apex-pdp-push-upstream-jobs.yaml @@ -0,0 +1,31 @@ +--- +# ============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: temp-policy-apex-pdp-push-upstream + project: policy/apex-pdp + project-name: temp-policy-apex-pdp + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/policy-apex-pdp/policy-apex-pdp-rebase-jobs.yaml b/jjb/onap/policy-apex-pdp/policy-apex-pdp-rebase-jobs.yaml new file mode 100644 index 000000000..5b891f3fb --- /dev/null +++ b/jjb/onap/policy-apex-pdp/policy-apex-pdp-rebase-jobs.yaml @@ -0,0 +1,35 @@ +--- +# ============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: + name: temp-policy-apex-pdp-rebase + project: policy/apex-pdp + project-name: temp-policy-apex-pdp + + stream: + - master: + branch: '{stream}' +# - casablanca: +# branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/policy-apex-pdp/policy-apex-pdp-verify-jobs.yaml b/jjb/onap/policy-apex-pdp/policy-apex-pdp-verify-jobs.yaml new file mode 100644 index 000000000..51ce7ac4a --- /dev/null +++ b/jjb/onap/policy-apex-pdp/policy-apex-pdp-verify-jobs.yaml @@ -0,0 +1,36 @@ +--- +# +# ============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 proposed to +# policy/apex-pdp project on Nordix Gerrit. + +- project: + name: temp-policy-apex-pdp-verify + project: policy/apex-pdp + project-name: temp-policy-apex-pdp + + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/policy-pap/policy-pap-push-upstream-jobs.yaml b/jjb/onap/policy-pap/policy-pap-push-upstream-jobs.yaml new file mode 100644 index 000000000..c7e23a2b7 --- /dev/null +++ b/jjb/onap/policy-pap/policy-pap-push-upstream-jobs.yaml @@ -0,0 +1,31 @@ +--- +# ============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: temp-policy-pap-push-upstream + project: policy/pap + project-name: temp-policy-pap + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/policy-pap/policy-pap-rebase-jobs.yaml b/jjb/onap/policy-pap/policy-pap-rebase-jobs.yaml new file mode 100644 index 000000000..6c464028e --- /dev/null +++ b/jjb/onap/policy-pap/policy-pap-rebase-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 merged to +# policy/pap project on ONAP Gerrit. +- project: + name: temp-policy-pap-rebase + project: policy/pap + project-name: temp-policy-pap + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/policy-pap/policy-pap-verify-jobs.yaml b/jjb/onap/policy-pap/policy-pap-verify-jobs.yaml new file mode 100644 index 000000000..e02ad1da8 --- /dev/null +++ b/jjb/onap/policy-pap/policy-pap-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# +# ============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 +# policy/pap project on Nordix Gerrit. + +- project: + name: temp-policy-pap-verify + project: policy/pap + project-name: temp-policy-pap + + stream: + - master: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/sdc/sdc-push-upstream-jobs.yaml b/jjb/onap/sdc/sdc-push-upstream-jobs.yaml new file mode 100644 index 000000000..40c897837 --- /dev/null +++ b/jjb/onap/sdc/sdc-push-upstream-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 push-upstream is commented on a change on Nordix Gerrit. +- project: + name: temp-sdc-push-upstream + project: sdc + project-name: temp-sdc + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/sdc/sdc-rebase-jobs.yaml b/jjb/onap/sdc/sdc-rebase-jobs.yaml new file mode 100644 index 000000000..2b9c8587a --- /dev/null +++ b/jjb/onap/sdc/sdc-rebase-jobs.yaml @@ -0,0 +1,35 @@ +--- +# ============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 merged to +# sdc project on ONAP Gerrit. +- project: + name: temp-sdc-rebase + project: sdc + project-name: temp-sdc + + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' diff --git a/jjb/onap/so-docker-config/so-docker-config-push-upstream-jobs.yaml b/jjb/onap/so-docker-config/so-docker-config-push-upstream-jobs.yaml new file mode 100644 index 000000000..fd2265293 --- /dev/null +++ b/jjb/onap/so-docker-config/so-docker-config-push-upstream-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 push-upstream is commented on a change on Nordix Gerrit. +- project: + name: temp-so-docker-config-push-upstream + project: so/docker-config + project-name: temp-so-docker-config + + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/so-docker-config/so-docker-config-rebase-jobs.yaml b/jjb/onap/so-docker-config/so-docker-config-rebase-jobs.yaml new file mode 100644 index 000000000..a82dd0b11 --- /dev/null +++ b/jjb/onap/so-docker-config/so-docker-config-rebase-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2018 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 +# so/docker-config project on ONAP Gerrit. + +- project: + name: temp-so-docker-config-rebase + project: so/docker-config + project-name: temp-so-docker-config + stream: + - master: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' \ No newline at end of file diff --git a/jjb/onap/so/so-push-upstream-jobs.yaml b/jjb/onap/so/so-push-upstream-jobs.yaml new file mode 100644 index 000000000..924236439 --- /dev/null +++ b/jjb/onap/so/so-push-upstream-jobs.yaml @@ -0,0 +1,35 @@ +--- +# ============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: temp-so-push-upstream + project: so + project-name: temp-so + + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-push-upstream' diff --git a/jjb/onap/so/so-rebase-jobs.yaml b/jjb/onap/so/so-rebase-jobs.yaml new file mode 100644 index 000000000..ef6bf38dc --- /dev/null +++ b/jjb/onap/so/so-rebase-jobs.yaml @@ -0,0 +1,36 @@ +--- +# ============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 merged to +# so project on ONAP Gerrit. + +- project: + name: temp-so-rebase + project: so + project-name: temp-so + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + - dublin: + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-rebase' -- 2.25.1