[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] gitlab-ci: log commit range in build test
commit 7a01cfaeb0f642a573da1e2707cfe0b43f08bab7 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Mon Apr 8 11:08:56 2019 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Mon Apr 8 11:31:28 2019 +0100 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> Acked-by: Andrew Cooper <andrew.cooper3@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" -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |