[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [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 <wei.liu2@xxxxxxxxxx> --- 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.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |