Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
69e76e5
)
Add csit-vpp-perf-report-iterative job
81/27081/1
author
Jan Gelety
<
[email protected]
>
Thu, 7 May 2020 20:53:56 +0000
(22:53 +0200)
committer
Jan Gelety
<
[email protected]
>
Mon, 18 May 2020 09:39:59 +0000
(09:39 +0000)
- job will be used to collect vpp performance iterative data
for csit report
Change-Id: I4cff5caa0a97d08b11f3eb9b72963deaf1b04c73
Signed-off-by: Jan Gelety <
[email protected]
>
(cherry picked from commit
de08ebfec25d2d9bb3f3b46c07a5bcb9efd24d1c
)
resources/libraries/bash/function/common.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
0782fa6
..
d34035a
100644
(file)
--- a/
resources/libraries/bash/function/common.sh
+++ b/
resources/libraries/bash/function/common.sh
@@
-782,6
+782,11
@@
function select_tags () {
${tfd}/mrr-weekly-${NODENESS}-${FLAVOR}.md |
eval ${sed_nics_sub_cmd}) || die
;;
+ *"report-iterative"* )
+ readarray -t test_tag_array <<< $(sed 's/ //g' \
+ ${tfd}/report-iter-${NODENESS}-${FLAVOR}.md |
+ eval ${sed_nics_sub_cmd}) || die
+ ;;
* )
if [[ -z "${TEST_TAG_STRING-}" ]]; then
# If nothing is specified, we will run pre-selected tests by