Temporary run "only" OFP test in OFP CSIT 20/89920/2
authorLuis Gomez <ecelgp@gmail.com>
Sat, 23 May 2020 00:12:42 +0000 (17:12 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 23 May 2020 00:29:17 +0000 (17:29 -0700)
Current MRI integration is impacting OFP CSIT.

Change-Id: I65492ee6529e304697d01e70625904e1f9505df8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/integration-templates.yaml
jjb/openflowplugin/openflowplugin-csit-flow-services.yaml

index f09f4e38e82b9e5594f282fe07724bfb602b0540..84f8fc6771e5c8c05867729e1fb0b0092da152d9 100644 (file)
           repo-url: '{repo-url}'
           robot-options: '{robot-options}'
           # Controller
-          controller-scope: '{scope}'
+          controller-scope: '{install}'
           controller-max-mem: '{controller-max-mem}'
           debug-map: '{debug-map}'
           install-features: '{install-features}'
           repo-url: '{repo-url}'
           robot-options: '{robot-options}'
           # Controller
-          controller-scope: '{scope}'
+          controller-scope: '{install}'
           controller-max-mem: '{controller-max-mem}'
           debug-map: '{debug-map}'
           install-features: '{install-features}'
           repo-url: '{repo-url}'
           robot-options: '{robot-options}'
           # Controller
-          controller-scope: '{scope}'
+          controller-scope: '{install}'
           controller-max-mem: '{controller-max-mem}'
           debug-map: '{debug-map}'
           install-features: 'odl-jolokia,{install-features}'
           repo-url: '{repo-url}'
           robot-options: '{robot-options}'
           # Controller
-          controller-scope: '{scope}'
+          controller-scope: '{install}'
           controller-max-mem: '{controller-max-mem}'
           debug-map: '{debug-map}'
           install-features: 'odl-jolokia,{install-features}'
           repo-url: '{repo-url}'
           robot-options: '{robot-options}'
           # Controller
-          controller-scope: '{scope}'
+          controller-scope: '{install}'
           controller-max-mem: '{controller-max-mem}'
           debug-map: '{debug-map}'
           install-features: 'odl-jolokia,{install-features}'
index b595352b1ce39b1d30f86e3136744833d76f24da..3c0b7c64175460018a062bbd2bfd50c26d25c064 100644 (file)
       - aluminium:
           branch: 'master'
           jre: 'openjdk11'
+          install: 'only'
       - magnesium:
           branch: 'stable/magnesium'
           jre: 'openjdk11'
+          install: 'all'
       - sodium:
           branch: 'stable/sodium'
-
-    install:
-      - all:
-          scope: 'all'
+          install: 'all'
 
     # Job images
     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'