Build vpp on csit manual trigger 94/94/1
authorAndrew Grimberg <[email protected]>
Tue, 5 Jan 2016 19:25:24 +0000 (11:25 -0800)
committerAndrew Grimberg <[email protected]>
Tue, 5 Jan 2016 19:25:24 +0000 (11:25 -0800)
Change-Id: I9a8234a0fab0e13537ff5e91d542a42eefcaf287
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/csit/csit-vpp-bridge-domain.yaml
jjb/csit/include-raw-csit-build.sh [new file with mode: 0644]

index 90d4b63..a1033cc 100644 (file)
@@ -31,8 +31,8 @@
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            refspec: '$GERRIT_REFSPEC'
-            choosing-strategy: 'gerrit'
+            refspec: ''
+            choosing-strategy: 'default'
 
     wrappers:
         - ssh-agent-credentials:
@@ -50,7 +50,7 @@
         # allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh
         # See jjb/integration from ODL
         - shell:
-            !include-raw-escape ../vpp/include-raw-vpp-build.sh
+            !include-raw-escape include-raw-csit-build.sh
 
     publishers:
         - archive-artifacts:
diff --git a/jjb/csit/include-raw-csit-build.sh b/jjb/csit/include-raw-csit-build.sh
new file mode 100644 (file)
index 0000000..cf5a76e
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+# basic build script example
+
+# do nothing but print the current slave hostname
+git clone ssh://[email protected]:29418/vpp.git
+cd vpp/build-root/
+./bootstrap.sh
+make PLATFORM=vpp TAG=vpp_debug install-deb