-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor - P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Backport Requested:v4.0, v3.6, v3.4
-
Sprint:TIG 2018-09-24
-
Story Points:1
(This came up when looking at a BF ticket with Sviatlana Zuiko.)
There is currently no information about the version of the 10gen/jstestfuzz repository we are running when it fails and the Build Baron ends up going off of the timestamp of when the Evergreen task ran. The following is the information that we log about the 10gen/jepsen repository.
branch=$(git symbolic-ref --short HEAD)
|
commit=$(git show -s --pretty=format:"%h - %an, %ar: %s")
|
echo "Git branch: $branch, commit: $commit"
|