From 3622fbc3a1da1db83fd73db4ece97b3ec022276f Mon Sep 17 00:00:00 2001 From: afenner Date: Fri, 14 Oct 2022 08:45:53 +0100 Subject: [PATCH] adding nonrtric/plt/sme Change-Id: Ib7b89196530d527146dc7304b5560c0462e31ffc Signed-off-by: afenner --- .../nonrtric-plt-sme-push-upstream-jobs.yml | 26 ++++++++++++++++ .../nonrtric-plt-sme-rebase-jobs.yml | 26 ++++++++++++++++ .../nonrtric-plt-sme-verify-jobs.yaml | 30 +++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml create mode 100644 jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml create mode 100644 jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml diff --git a/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml new file mode 100644 index 00000000..c9ee5b74 --- /dev/null +++ b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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-sme-push-upstream + project: nonrtric/plt/sme + project-name: nonrtric-plt-sme + + jobs: + - 'oransc-{project-name}-push-upstream' diff --git a/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml new file mode 100644 index 00000000..e4f7804c --- /dev/null +++ b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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-sme-rebase + project: nonrtric/plt/sme + project-name: nonrtric-plt-sme + + jobs: + - 'oransc-{project-name}-rebase' diff --git a/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml new file mode 100644 index 00000000..5aa0b508 --- /dev/null +++ b/jjb/oransc/nonrtric-plt-sme/nonrtric-plt-sme-verify-jobs.yaml @@ -0,0 +1,30 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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/sme project on Nordix Gerrit. + +- project: + name: nonrtric-plt-sme-verify + project: nonrtric/plt/sme + project-name: nonrtric-plt-sme + jdk-version: java-11 + + jobs: + - 'oransc-{project-name}-verify-java' -- 2.25.1