From 7a01cfaeb0f642a573da1e2707cfe0b43f08bab7 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 8 Apr 2019 11:08:56 +0100 Subject: [PATCH] gitlab-ci: log commit range in build test It is easier to debug stuff when the target range is clearly visible at the top. Signed-off-by: Wei Liu Acked-by: Andrew Cooper --- automation/gitlab-ci/build-each-commit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/gitlab-ci/build-each-commit.sh b/automation/gitlab-ci/build-each-commit.sh index 6b7998448a..275bc71902 100755 --- 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" -- 2.30.2