From 0207647a11db0da0a0786c90d6ab8a24a32b2d48 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Fri, 28 May 2021 13:08:04 +0100 Subject: [PATCH] ORANSC: Add SMO and OAM repositories Full list of the repositories added: - it/otf - oam/nf-oam-adopter - oam/tr069-adapter - smo - smo/a1 - smo/app - smo/o1 - smo/o2 - smo/ves Change-Id: I1f44e9c35dbd856f31ac58f042df578f168fca03 --- .../it-otf/it-otf-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/it-otf/it-otf-rebase-jobs.yml | 26 +++++++++++++++++++ .../oam-nf-oam-adopter-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../oam-nf-oam-adopter-rebase-jobs.yml | 26 +++++++++++++++++++ .../oam-tr069-adapter-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../oam-tr069-adapter-rebase-jobs.yml | 26 +++++++++++++++++++ .../smo-a1/smo-a1-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo-a1/smo-a1-rebase-jobs.yml | 26 +++++++++++++++++++ .../smo-app/smo-app-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo-app/smo-app-rebase-jobs.yml | 26 +++++++++++++++++++ .../smo-o1/smo-o1-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo-o1/smo-o1-rebase-jobs.yml | 26 +++++++++++++++++++ .../smo-o2/smo-o2-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo-o2/smo-o2-rebase-jobs.yml | 26 +++++++++++++++++++ .../smo-ves/smo-ves-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo-ves/smo-ves-rebase-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo/smo-push-upstream-jobs.yml | 26 +++++++++++++++++++ jjb/oransc/smo/smo-rebase-jobs.yml | 26 +++++++++++++++++++ 18 files changed, 468 insertions(+) create mode 100644 jjb/oransc/it-otf/it-otf-push-upstream-jobs.yml create mode 100644 jjb/oransc/it-otf/it-otf-rebase-jobs.yml create mode 100644 jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-push-upstream-jobs.yml create mode 100644 jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-rebase-jobs.yml create mode 100644 jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-push-upstream-jobs.yml create mode 100644 jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-rebase-jobs.yml create mode 100644 jjb/oransc/smo-a1/smo-a1-push-upstream-jobs.yml create mode 100644 jjb/oransc/smo-a1/smo-a1-rebase-jobs.yml create mode 100644 jjb/oransc/smo-app/smo-app-push-upstream-jobs.yml create mode 100644 jjb/oransc/smo-app/smo-app-rebase-jobs.yml create mode 100644 jjb/oransc/smo-o1/smo-o1-push-upstream-jobs.yml create mode 100644 jjb/oransc/smo-o1/smo-o1-rebase-jobs.yml create mode 100644 jjb/oransc/smo-o2/smo-o2-push-upstream-jobs.yml create mode 100644 jjb/oransc/smo-o2/smo-o2-rebase-jobs.yml create mode 100644 jjb/oransc/smo-ves/smo-ves-push-upstream-jobs.yml create mode 100644 jjb/oransc/smo-ves/smo-ves-rebase-jobs.yml create mode 100644 jjb/oransc/smo/smo-push-upstream-jobs.yml create mode 100644 jjb/oransc/smo/smo-rebase-jobs.yml diff --git a/jjb/oransc/it-otf/it-otf-push-upstream-jobs.yml b/jjb/oransc/it-otf/it-otf-push-upstream-jobs.yml new file mode 100644 index 00000000..d64e4f9d --- /dev/null +++ b/jjb/oransc/it-otf/it-otf-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: it-otf-push-upstream + project: it/otf + project-name: it-otf + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/it-otf/it-otf-rebase-jobs.yml b/jjb/oransc/it-otf/it-otf-rebase-jobs.yml new file mode 100644 index 00000000..13f8edf5 --- /dev/null +++ b/jjb/oransc/it-otf/it-otf-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: it-otf-rebase + project: it/otf + project-name: it-otf + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-push-upstream-jobs.yml b/jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-push-upstream-jobs.yml new file mode 100644 index 00000000..cbe81ae0 --- /dev/null +++ b/jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-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: oam-nf-oam-adopter-push-upstream + project: oam/nf-oam-adopter + project-name: oam-nf-oam-adopter + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-rebase-jobs.yml b/jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-rebase-jobs.yml new file mode 100644 index 00000000..a326f06a --- /dev/null +++ b/jjb/oransc/oam-nf-oam-adopter/oam-nf-oam-adopter-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: oam-nf-oam-adopter-rebase + project: oam/nf-oam-adopter + project-name: oam-nf-oam-adopter + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-push-upstream-jobs.yml b/jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-push-upstream-jobs.yml new file mode 100644 index 00000000..7063a22c --- /dev/null +++ b/jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-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: oam-tr069-adapter-push-upstream + project: oam/tr069-adapter + project-name: oam-tr069-adapter + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-rebase-jobs.yml b/jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-rebase-jobs.yml new file mode 100644 index 00000000..8950c06f --- /dev/null +++ b/jjb/oransc/oam-tr069-adapter/oam-tr069-adapter-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: oam-tr069-adapter-rebase + project: oam/tr069-adapter + project-name: oam-tr069-adapter + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/smo-a1/smo-a1-push-upstream-jobs.yml b/jjb/oransc/smo-a1/smo-a1-push-upstream-jobs.yml new file mode 100644 index 00000000..0d4c2267 --- /dev/null +++ b/jjb/oransc/smo-a1/smo-a1-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: smo-a1-push-upstream + project: smo/a1 + project-name: smo-a1 + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/smo-a1/smo-a1-rebase-jobs.yml b/jjb/oransc/smo-a1/smo-a1-rebase-jobs.yml new file mode 100644 index 00000000..a9bf2455 --- /dev/null +++ b/jjb/oransc/smo-a1/smo-a1-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: smo-a1-rebase + project: smo/a1 + project-name: smo-a1 + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/smo-app/smo-app-push-upstream-jobs.yml b/jjb/oransc/smo-app/smo-app-push-upstream-jobs.yml new file mode 100644 index 00000000..e764345c --- /dev/null +++ b/jjb/oransc/smo-app/smo-app-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: smo-app-push-upstream + project: smo/app + project-name: smo-app + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/smo-app/smo-app-rebase-jobs.yml b/jjb/oransc/smo-app/smo-app-rebase-jobs.yml new file mode 100644 index 00000000..d774740f --- /dev/null +++ b/jjb/oransc/smo-app/smo-app-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: smo-app-rebase + project: smo/app + project-name: smo-app + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/smo-o1/smo-o1-push-upstream-jobs.yml b/jjb/oransc/smo-o1/smo-o1-push-upstream-jobs.yml new file mode 100644 index 00000000..d09cd9bf --- /dev/null +++ b/jjb/oransc/smo-o1/smo-o1-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: smo-o1-push-upstream + project: smo/o1 + project-name: smo-o1 + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/smo-o1/smo-o1-rebase-jobs.yml b/jjb/oransc/smo-o1/smo-o1-rebase-jobs.yml new file mode 100644 index 00000000..9f77ac8e --- /dev/null +++ b/jjb/oransc/smo-o1/smo-o1-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: smo-o1-rebase + project: smo/o1 + project-name: smo-o1 + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/smo-o2/smo-o2-push-upstream-jobs.yml b/jjb/oransc/smo-o2/smo-o2-push-upstream-jobs.yml new file mode 100644 index 00000000..ff8c8966 --- /dev/null +++ b/jjb/oransc/smo-o2/smo-o2-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2029 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: smo-o2-push-upstream + project: smo/o2 + project-name: smo-o2 + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/smo-o2/smo-o2-rebase-jobs.yml b/jjb/oransc/smo-o2/smo-o2-rebase-jobs.yml new file mode 100644 index 00000000..daa42d60 --- /dev/null +++ b/jjb/oransc/smo-o2/smo-o2-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2021 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: smo-o2-rebase + project: smo/o2 + project-name: smo-o2 + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/smo-ves/smo-ves-push-upstream-jobs.yml b/jjb/oransc/smo-ves/smo-ves-push-upstream-jobs.yml new file mode 100644 index 00000000..5c4ba31b --- /dev/null +++ b/jjb/oransc/smo-ves/smo-ves-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: smo-ves-push-upstream + project: smo/ves + project-name: smo-ves + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/smo-ves/smo-ves-rebase-jobs.yml b/jjb/oransc/smo-ves/smo-ves-rebase-jobs.yml new file mode 100644 index 00000000..d9f1c506 --- /dev/null +++ b/jjb/oransc/smo-ves/smo-ves-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: smo-ves-rebase + project: smo/ves + project-name: smo-ves + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/oransc/smo/smo-push-upstream-jobs.yml b/jjb/oransc/smo/smo-push-upstream-jobs.yml new file mode 100644 index 00000000..c2c012b9 --- /dev/null +++ b/jjb/oransc/smo/smo-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: smo-push-upstream + project: smo + project-name: smo + + jobs: + - 'oransc-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/oransc/smo/smo-rebase-jobs.yml b/jjb/oransc/smo/smo-rebase-jobs.yml new file mode 100644 index 00000000..cea25ade --- /dev/null +++ b/jjb/oransc/smo/smo-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: smo-rebase + project: smo + project-name: smo + + jobs: + - 'oransc-{project-name}-rebase' \ No newline at end of file -- 2.25.1