From: Luis Gomez Date: Wed, 4 Oct 2017 02:25:56 +0000 (-0700) Subject: Remove OpenFlow FRS test jobs X-Git-Tag: release/carbon-sr2~57^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=568a3caf99d203760213d72343aea9435a0c6641;p=releng%2Fbuilder.git Remove OpenFlow FRS test jobs They have been failing for long time and nobody seems to support this feature anymore. Change-Id: I393017588b70d667f74c251f81d6f4ef7843fea2 Signed-off-by: Luis Gomez --- diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml deleted file mode 100644 index 5a98b2514..000000000 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml +++ /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 index d3a371e33..000000000 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-frs.yaml +++ /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'