ORANSC: Introduction ORANSC upstream to Nordix
Initialy the jenkins rebase and push-upstream jobs
are introduced for the ORANSC projects:
- portal/ric-dashboard
- nonrtric
- oam
- it/dep
- it/test
- ric-app/admin
- ric-app/mc
- ric-plt/a1
- ric-plt/appmgr
- ric-plt/dbaas
- ric-plt/e2
- ric-plt/e2mgr
- ric-plt/jaegeradapter
- ric-plt/lib/rmr
- ric-plt/nodeb-rnib
- ric-plt/rtmgr
- ric-plt/sdl
- ric-plt/sdlgo
- ric-plt/submgr
- ric-plt/tracelibcpp
- ric-plt/tracelibgo
- ric-plt/ue-nib
- ric-plt/utils
- sim
- sim/a1-interface
- sim/e2-interface
- sim/o1-interface
Change-Id: I8218e747d23ea0f8c3e13e1e3d236c87d58e1b76
diff --git a/jjb/oransc/sim-a1-interface/sim-a1-interface-push-upstream-jobs.yml b/jjb/oransc/sim-a1-interface/sim-a1-interface-push-upstream-jobs.yml
new file mode 100644
index 0000000..e0f8435
--- /dev/null
+++ b/jjb/oransc/sim-a1-interface/sim-a1-interface-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: sim-a1-interface-push-upstream
+ project: sim/a1-interface
+ project-name: sim-a1-interface
+
+ jobs:
+ - 'oransc-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/oransc/sim-a1-interface/sim-a1-interface-rebase-jobs.yml b/jjb/oransc/sim-a1-interface/sim-a1-interface-rebase-jobs.yml
new file mode 100644
index 0000000..4d6783d
--- /dev/null
+++ b/jjb/oransc/sim-a1-interface/sim-a1-interface-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: sim-a1-interface-rebase
+ project: sim/a1-interface
+ project-name: sim-a1-interface
+
+ jobs:
+ - 'oransc-{project-name}-rebase'
\ No newline at end of file