From ef79ded35a9a7fe2b308270ae554541d1874cade Mon Sep 17 00:00:00 2001 From: afenner Date: Thu, 13 Jul 2023 08:47:39 +0100 Subject: [PATCH] Adding nonrtric-plt-rappmanager Change-Id: I919b88ffd5a5cc8fdb7610972bc6859156c24d13 Signed-off-by: afenner --- ...ric-plt-rappmanager-push-upstream-jobs.yml | 26 ++++++++++++++++ .../nonrtric-plt-rappmanager-rebase-jobs.yml | 26 ++++++++++++++++ .../nonrtric-plt-rappmanager-verify-jobs.yaml | 30 +++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml create mode 100644 jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml create mode 100644 jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml diff --git a/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml new file mode 100644 index 00000000..21a71ade --- /dev/null +++ b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2023 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: nonrtric-plt-rappmanager-push-upstream + project: nonrtric/plt/rappmanager + project-name: nonrtric-plt-rappmanager + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml new file mode 100644 index 00000000..dc96e495 --- /dev/null +++ b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2023 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: nonrtric-plt-rappmanager-rebase + project: nonrtric/plt/rappmanager + project-name: nonrtric-plt-rappmanager + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml new file mode 100644 index 00000000..29b2dda3 --- /dev/null +++ b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml @@ -0,0 +1,30 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2023 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 +# nonrtric/plt/rappmanager project on Nordix Gerrit. + +- project: + name: nonrtric-plt-rappmanager-verify + project: nonrtric/plt/rappmanager + project-name: nonrtric-plt-rappmanager + jdk-version: java-17 + + jobs: + - 'oransc-{project-name}-verify-java' \ No newline at end of file -- 2.25.1