diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-09-06 12:17:11 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-09-06 12:17:11 +0200 |
commit | 124009e85acd84757b66bc49a3106adc138d224b (patch) | |
tree | d723afa95bce6dc6ab792d394d3b249851fb5081 /resources/libraries/bash/entry/per_patch_perf.sh | |
parent | 02dde08c1b6f318d2a9ca8dbd1c6ecf679947a33 (diff) |
CSIT-1264: Add oper branch wrapper entry script
Change-Id: I569b089b711f89fecca8dd31d6906ef311982877
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/bash/entry/per_patch_perf.sh')
-rw-r--r-- | resources/libraries/bash/entry/per_patch_perf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/libraries/bash/entry/per_patch_perf.sh b/resources/libraries/bash/entry/per_patch_perf.sh index 5f438a9abc..9fb266d106 100644 --- a/resources/libraries/bash/entry/per_patch_perf.sh +++ b/resources/libraries/bash/entry/per_patch_perf.sh @@ -15,6 +15,9 @@ set -exuo pipefail +# This entry script does not change CSIT branch, +# use "with_oper_for_vpp.sh" wrapper for that. +# # Assumptions: # + There is a directory holding VPP repo with patch under test checked out. # + It contains csit subdirectory with CSIT code to use (this script is there). @@ -25,7 +28,6 @@ set -exuo pipefail # + The following directories (relative to VPP repo) are (re)created: # ++ csit_new, csit_parent, build_new, build_parent, # ++ archive, csit/archive, csit_download_dir. -# This entry script currently does not need any environment variable set. # TODO: Implement some kind of VPP build caching. |