]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
gitlab-ci: log commit range in build test
authorWei Liu <wei.liu2@citrix.com>
Mon, 8 Apr 2019 10:08:56 +0000 (11:08 +0100)
committerWei 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

index 6b7998448ab715562f8bc74ecab0efbde2379ad8..275bc71902159ae678a5cb17596ef69dc2c3dc3f 100755 (executable)
@@ -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"