Remove OpenFlow FRS test jobs 27/63927/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 4 Oct 2017 02:25:56 +0000 (19:25 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 4 Oct 2017 02:25:56 +0000 (19:25 -0700)
They have been failing for long time and nobody seems
to support this feature anymore.

Change-Id: I393017588b70d667f74c251f81d6f4ef7843fea2
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml [deleted file]
jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-frs.yaml [deleted file]

diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml
deleted file mode 100644 (file)
index 5a98b25..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
----
-- project:
-    name: openflowplugin-csit-flow-services-frs
-    jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
-
-    # The project name
-    project: 'openflowplugin'
-
-    # The functionality under test
-    functionality: 'flow-services-frs'
-
-    # Project branches
-    stream:
-      - oxygen:
-          branch: 'master'
-          jre: 'openjdk8'
-      - nitrogen:
-          branch: 'stable/nitrogen'
-          jre: 'openjdk8'
-      - carbon:
-          branch: 'stable/carbon'
-          jre: 'openjdk8'
-          karaf-version: karaf3
-
-    install:
-      - only:
-          scope: 'only'
-
-    # Features to install
-    install-features: >
-        odl-restconf,
-        odl-openflowplugin-app-config-pusher,
-        odl-openflowplugin-app-topology,
-        odl-openflowplugin-app-forwardingrules-sync,
-        odl-openflowplugin-app-table-miss-enforcer
-
-    # Robot custom options.
-    # We need this delay to verify proper functionality. THIS HAS TO BE REMOVED BEFORE FRS GETS RELEASED.
-    robot-options: '-v flow_update_time:30s'
-
-    # mininet image
-    tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158
diff --git a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-frs.yaml b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-frs.yaml
deleted file mode 100644 (file)
index d3a371e..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
----
-- project:
-    name: openflowplugin-csit-scale-stats-collection-daily-frs
-    jobs:
-      - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
-
-    # The project name
-    project: 'openflowplugin'
-
-    # The functionality under test
-    functionality: 'scale-stats-collection-daily-frs'
-
-    # Project branches
-    stream:
-      - oxygen:
-          branch: 'master'
-          jre: 'openjdk8'
-      - nitrogen:
-          branch: 'stable/nitrogen'
-          jre: 'openjdk8'
-      - carbon:
-          branch: 'stable/carbon'
-          jre: 'openjdk8'
-          karaf-version: karaf3
-
-    install:
-      - only:
-          scope: 'only'
-
-    # Features to install
-    install-features: >
-        odl-restconf,
-        odl-openflowplugin-app-config-pusher,
-        odl-openflowplugin-app-topology,
-        odl-openflowplugin-app-forwardingrules-sync
-
-    # Robot custom options
-    robot-options: '-v flnr:50000'
-
-    # Plot Info
-    01-plot-title: 'Flows (100k) Setup Time'
-    01-plot-yaxis: '[s]'
-    01-plot-group: 'Config Performance'
-    01-plot-data-file: 'flows_setup_time.csv'
-
-    02-plot-title: 'REST setup rate (for 100k flows)'
-    02-plot-yaxis: 'setup time[s], req[flows/s]'
-    02-plot-group: 'Performance Rate'
-    02-plot-data-file: 'flows_install_rate.csv'