'mso' is now called 'so' 55/5755/2
authorRob Daugherty <rd472p@att.com>
Tue, 11 Jul 2017 14:14:02 +0000 (10:14 -0400)
committerRob Daugherty <rd472p@att.com>
Wed, 12 Jul 2017 14:54:30 +0000 (10:54 -0400)
The 'mso' repositories in gerrit were deprecated (marked read-only)
and new 'so' repositories were created. The jenkins jobs should build
the code from the 'so' repositories, not the 'mso' repositories.

NOTE TO REVIEWERS: I don't see any direct references to the yaml files
I've renamed.  Please confirm that this change is correct.

Issue: CIMAN-6
Signed-off-by: Rob Daugherty <rd472p@att.com>
Change-Id: Ibefd42d289c76f927e7541ec0886235f02187a42

jjb/so/so-libs.yaml [moved from jjb/mso/mso-libs.yaml with 87% similarity]
jjb/so/so.yaml [moved from jjb/mso/mso.yaml with 92% similarity]

similarity index 87%
rename from jjb/mso/mso-libs.yaml
rename to jjb/so/so-libs.yaml
index 6069f7a..673045c 100644 (file)
@@ -1,7 +1,7 @@
 ---
 - project:
-    name: mso-libs
-    project-name: 'mso-libs'
+    name: so-libs
+    project-name: 'so-libs'
     jobs:
       - '{project-name}-{stream}-clm'
       - '{project-name}-{stream}-verify-java'
           site-pom: 'pom.xml'
           trigger-job: '{project-name}-{stream}-release-version-java-daily'
 
-    project: 'mso/libs'
+    project: 'so/libs'
     stream:
       - 'master':
           branch: 'master'
       - 'release-1.0.0':
           branch: 'release-1.0.0'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'so-settings'
     # due to a strange macro / variable translation problem this needs to be
     # passed as a string block to properly get the properties correctly defined
     # in the job
similarity index 92%
rename from jjb/mso/mso.yaml
rename to jjb/so/so.yaml
index 971f32b..a7b2e2b 100644 (file)
@@ -1,8 +1,8 @@
 ---
 
 - project:
-    name: mso
-    project-name: 'mso'
+    name: so
+    project-name: 'so'
     jobs:
       - '{project-name}-{stream}-verify-profile-java':
           mvn-profile: 'with-integration-tests'
           trigger-job: '{project-name}-{stream}-release-version-java-daily'
           build-node: 'ubuntu1604-basebuild-8c-8g'
 
-    project: 'mso'
+    project: 'so'
     stream:
       - 'master':
           branch: 'master'
       - 'release-1.0.0':
           branch: 'release-1.0.0'
-    mvn-settings: 'mso-settings'
+    mvn-settings: 'so-settings'
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-basebuild-4c-4g