diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-12 14:05:30 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-12 14:11:18 +0100 |
commit | 7b2eff6677d0bbba1b9547311833f4e7b44d42c6 (patch) | |
tree | d6a902c23bf7350fcd81e70c0b994c80397364d6 | |
parent | b951e4d96f2a7896cc365db674da436dfa73924e (diff) |
Document csit-test-branch file
Change-Id: I6f7c8699a4cdadb69a2682bc495f6f8b617cdc9e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rwxr-xr-x | csit-test-branch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/csit-test-branch b/csit-test-branch index d4ea6c2df..bccec2a27 100755 --- a/csit-test-branch +++ b/csit-test-branch @@ -1,2 +1,7 @@ #!/bin/sh echo master + +# Determines which CSIT branch to use for integration testing +# (see hc2vpp job definition in the jjb/hc2vpp dir of ci-management project). +# Should be 'master' for hc2vpp master. +# After CSIT branch cut, it should be set to 'rls1801' for hc2vpp stable/1801, etc. |