Merge "adding sandbox instructions"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 20 Aug 2015 06:19:03 +0000 (06:19 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 20 Aug 2015 06:19:03 +0000 (06:19 +0000)
jjb/autorelease/autorelease-beryllium.yaml
jjb/autorelease/autorelease-lithium.yaml
jjb/autorelease/autorelease-macros.yaml
jjb/ovsdb/ovsdb-csit-scalability-daily.yaml [new file with mode: 0755]
jjb/snmp/snmp.cfg

index 54b8fac626b88aae47d876723c7fb2d62377c0f2..d4bf21dba11892199772182c0dff7b3da5722f67 100644 (file)
@@ -75,6 +75,7 @@
             settings: '{autorelease-settings}'
             global-settings: '{odl-global-settings}'
         - autorelease-maven-sources-post-process
+        - autorelease-sys-stats
 
     publishers:
         - archive-artifacts:
index 241ad61d87f80f3a8e58ee20d346f825397fc0e1..1f993098413b77363056550aa6e6df5ee7c3dd43 100644 (file)
@@ -77,6 +77,7 @@
             settings: '{autorelease-settings}'
             global-settings: '{odl-global-settings}'
         - autorelease-maven-sources-post-process
+        - autorelease-sys-stats
 
     publishers:
         - archive-artifacts:
             settings: '{autorelease-settings}'
             global-settings: '{odl-global-settings}'
         - autorelease-maven-sources-post-process
+        - autorelease-sys-stats
 
     publishers:
         - archive-artifacts:
             settings: '{autorelease-settings}'
             global-settings: '{odl-global-settings}'
         - autorelease-maven-sources-post-process
+        - autorelease-sys-stats
 
     publishers:
         - archive-artifacts:
index d6cd4ec72a99c3e6118b8bbb924698863e585fa0..d70fb0d278388a74c45bf6691f626db6a2484784 100644 (file)
     builders:
         - shell:
             !include-raw-escape include-raw-autorelease-release-versions.sh
+
+- builder:
+    name: autorelease-sys-stats
+    builders:
+        - shell: |
+            uname -a
+            df -h
diff --git a/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml b/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml
new file mode 100755 (executable)
index 0000000..67a9410
--- /dev/null
@@ -0,0 +1,36 @@
+- project:
+    name: ovsdb-csit-scalability-daily
+    jobs:
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'ovsdb'
+
+    # The functionality under test
+    functionality: 'scalability-daily'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-ovsdb-openstack'
+
+    # Robot custom options
+    robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100'
+
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'
+
+    # Plot Info
+    01-plot-title: 'Max number of Switches'
+    01-plot-yaxis: 'OpenFlow Switches'
+    01-plot-group: 'Inventory Scalability'
+    01-plot-data-file: 'switches.csv'
index 3fd843f31492483956522064f540a06a2dc31dae..3e7915f7fda3dd82d382c9a083742b09ccd7146b 100644 (file)
@@ -1,7 +1,7 @@
 STREAMS:
 - beryllium:
     branch: master
-    jdks: openjdk7
+    jdks: openjdk7,openjdk8
 - stable-lithium:
     branch: stable/lithium
-    jdks: openjdk7
+    jdks: openjdk7,openjdk8