-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v4.0, v3.6, v3.4
-
TIG 2018-09-24
-
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"