From e70addf92b47b9b1480eb4ed1edd240ae7e2f9b4 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Thu, 29 Apr 2021 18:14:32 +0100 Subject: [PATCH] ONAP: Add cps/cps-temporal project Change-Id: I329ea724379a3340d788ecefcc9dd9448add018a --- .../cps-cps-temporal-push-upstream-jobs.yml | 26 +++++++++++++++ .../cps-cps-temporal-rebase-jobs.yml | 26 +++++++++++++++ .../cps-cps-temporal-verify-jobs.yaml | 33 +++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 jjb/onap/cps-cps-temporal/cps-cps-temporal-push-upstream-jobs.yml create mode 100644 jjb/onap/cps-cps-temporal/cps-cps-temporal-rebase-jobs.yml create mode 100644 jjb/onap/cps-cps-temporal/cps-cps-temporal-verify-jobs.yaml diff --git a/jjb/onap/cps-cps-temporal/cps-cps-temporal-push-upstream-jobs.yml b/jjb/onap/cps-cps-temporal/cps-cps-temporal-push-upstream-jobs.yml new file mode 100644 index 00000000..53d7610c --- /dev/null +++ b/jjb/onap/cps-cps-temporal/cps-cps-temporal-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: cps-cps-temporal-push-upstream + project: cps/cps-temporal + project-name: cps-cps-temporal + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/cps-cps-temporal/cps-cps-temporal-rebase-jobs.yml b/jjb/onap/cps-cps-temporal/cps-cps-temporal-rebase-jobs.yml new file mode 100644 index 00000000..6656225e --- /dev/null +++ b/jjb/onap/cps-cps-temporal/cps-cps-temporal-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: cps-cps-temporal-rebase + project: cps/cps-temporal + project-name: cps-cps-temporal + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/cps-cps-temporal/cps-cps-temporal-verify-jobs.yaml b/jjb/onap/cps-cps-temporal/cps-cps-temporal-verify-jobs.yaml new file mode 100644 index 00000000..aff0e577 --- /dev/null +++ b/jjb/onap/cps-cps-temporal/cps-cps-temporal-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 +# cps/cps-temporal project on Nordix Gerrit. +- project: + name: cps-cps-temporal-verify + project: cps/cps-temporal + project-name: cps-cps-temporal + + stream: + - master: + branch: '{stream}' + jdk-version: java-11 + + jobs: + - 'onap-{project-name}-{stream}-verify-java' -- 2.25.1