diff options
author | selias <samelias@cisco.com> | 2017-10-30 14:41:27 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-30 14:31:10 +0000 |
commit | 25c4633d0fc6384d22be9b3b353bac6999b25583 (patch) | |
tree | 00f1f50adc2721f825d5dc6085082df3671e72ed | |
parent | 4e150c39495ccb77f0b4cc305946246597d74f8c (diff) |
Set CSIT branch to rls1710
Change-Id: I2f77e13afbe2149ea2d95dfcf8fef168e93766da
Signed-off-by: selias <samelias@cisco.com>
-rwxr-xr-x | csit-test-branch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/csit-test-branch b/csit-test-branch index d4ea6c2df..7a952265e 100755 --- a/csit-test-branch +++ b/csit-test-branch @@ -1,2 +1,5 @@ #!/bin/sh -echo master +echo rls1710 + +# Determines which CSIT branch to use for integration testing. +# Should be 'master' for hc2vpp master, 'rls1707' for hc2vpp stable/1707, etc. |