From bb4e4d8cbdc2739a9e0770f42d60087301199abe Mon Sep 17 00:00:00 2001 From: econwar Date: Wed, 20 Mar 2019 13:52:57 +0000 Subject: [PATCH] Add jobs for buscontroller/dbcapi repos Change-Id: Iec3d8b4b30a9ca59788bc3c8957ed8cc2311db30 Signed-off-by: econwar --- ...maap-buscontroller-push-upstream-jobs.yaml | 32 +++++++++++++++++ .../dmaap-buscontroller-rebase-jobs.yaml | 33 ++++++++++++++++++ .../dmaap-buscontroller-verify-jobs.yaml | 34 +++++++++++++++++++ .../dmaap-dbcapi-push-upstream-jobs.yaml | 32 +++++++++++++++++ jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml | 33 ++++++++++++++++++ jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml | 34 +++++++++++++++++++ 6 files changed, 198 insertions(+) create mode 100644 jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml create mode 100644 jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml create mode 100644 jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml create mode 100644 jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml create mode 100644 jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml create mode 100644 jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml diff --git a/jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml b/jjb/dmaap/dmaap-buscontroller-push-upstream-jobs.yaml new file mode 100644 index 000000000..0ecac25c6 --- /dev/null +++ b/jjb/dmaap/dmaap-buscontroller-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: dmaap-buscontroller-push-upstream + project: dmaap/buscontroller + project-name: dmaap-buscontroller + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - '{project-name}-{stream}-push-upstream' diff --git a/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml b/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml new file mode 100644 index 000000000..a9d81144a --- /dev/null +++ b/jjb/dmaap/dmaap-buscontroller-rebase-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============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/buscontroller project on ONAP Gerrit. +- project: + name: dmaap-buscontroller-rebase + project: dmaap/buscontroller + project-name: dmaap-buscontroller + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - '{project-name}-{stream}-rebase' diff --git a/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml b/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml new file mode 100644 index 000000000..9106c0f03 --- /dev/null +++ b/jjb/dmaap/dmaap-buscontroller-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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/buscontroller project on Nordix Gerrit. +- project: + name: dmaap-buscontroller-verify + project: dmaap/buscontroller + project-name: dmaap-buscontroller + + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - '{project-name}-{stream}-verify-java' diff --git a/jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml b/jjb/dmaap/dmaap-dbcapi-push-upstream-jobs.yaml new file mode 100644 index 000000000..4e4904237 --- /dev/null +++ b/jjb/dmaap/dmaap-dbcapi-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: dmaap-dbcapi-push-upstream + project: dmaap/dbcapi + project-name: dmaap-dbcapi + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - '{project-name}-{stream}-push-upstream' diff --git a/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml b/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml new file mode 100644 index 000000000..77cb3b38c --- /dev/null +++ b/jjb/dmaap/dmaap-dbcapi-rebase-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============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/dbcapi project on ONAP Gerrit. +- project: + name: dmaap-dbcapi-rebase + project: dmaap/dbcapi + project-name: dmaap-dbcapi + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - '{project-name}-{stream}-rebase' diff --git a/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml b/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml new file mode 100644 index 000000000..3c21572ba --- /dev/null +++ b/jjb/dmaap/dmaap-dbcapi-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# ============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/dbcapi project on Nordix Gerrit. +- project: + name: dmaap-dbcapi-verify + project: dmaap/dbcapi + project-name: dmaap-dbcapi + + stream: + - master: + branch: '{stream}' + - casablanca: + branch: '{stream}' + + jobs: + - '{project-name}-{stream}-verify-java' -- 2.25.1