projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41fecc
)
gitlab-ci: log commit range in build test
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 8 Apr 2019 10:08:56 +0000
(11:08 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 8 Apr 2019 10:31:28 +0000
(11:31 +0100)
It is easier to debug stuff when the target range is clearly visible
at the top.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/gitlab-ci/build-each-commit.sh
patch
|
blob
|
history
diff --git
a/automation/gitlab-ci/build-each-commit.sh
b/automation/gitlab-ci/build-each-commit.sh
index 6b7998448ab715562f8bc74ecab0efbde2379ad8..275bc71902159ae678a5cb17596ef69dc2c3dc3f 100755
(executable)
--- a/
automation/gitlab-ci/build-each-commit.sh
+++ b/
automation/gitlab-ci/build-each-commit.sh
@@
-12,5
+12,7
@@
if [[ $? -ne 0 ]]; then
exit 0
fi
+echo "Building ${CI_COMMIT_BEFORE_SHA}..${CI_COMMIT_SHA}"
+
NON_SYMBOLIC_REF=1 ./automation/scripts/build-test.sh ${CI_COMMIT_BEFORE_SHA} ${CI_COMMIT_SHA} \
bash -c "make -j4 distclean && ./automation/scripts/build"