From: afenner Date: Fri, 14 Oct 2022 07:45:53 +0000 (+0100) Subject: adding nonrtric/plt/sme X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F15515%2F1;p=infra%2Fcicd.git adding nonrtric/plt/sme Change-Id: Ib7b89196530d527146dc7304b5560c0462e31ffc Signed-off-by: afenner --- 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'