Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b988215
)
CSIT: added minion location aide
98/19298/1
author
Ed Kern
<
[email protected]
>
Wed, 1 May 2019 19:40:36 +0000
(13:40 -0600)
committer
Ed Kern
<
[email protected]
>
Wed, 1 May 2019 19:40:36 +0000
(13:40 -0600)
Added unfailable line to assist in locating
where minion is running
Change-Id: I017b6d53206f3024b4704ad22eabe65e383e7452
Signed-off-by: Ed Kern <
[email protected]
>
jjb/csit/include-raw-csit-perf-verify.sh
patch
|
blob
|
history
diff --git
a/jjb/csit/include-raw-csit-perf-verify.sh
b/jjb/csit/include-raw-csit-perf-verify.sh
index
67007c4
..
b5026f4
100644
(file)
--- a/
jjb/csit/include-raw-csit-perf-verify.sh
+++ b/
jjb/csit/include-raw-csit-perf-verify.sh
@@
-8,6
+8,10
@@
if [[ ${GERRIT_EVENT_TYPE} == 'comment-added' ]]; then
else
TRIGGER=''
fi
+
+# grep to see where minion is running
+grep search /etc/resolv.conf || true
+
# Export test tags as string.
export TEST_TAG_STRING=${TRIGGER#$"perftest"}