Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18577 )
Change subject: [build] Skipping the check of TSAN dependencies when build in non-TSAN configuration ...................................................................... [build] Skipping the check of TSAN dependencies when build in non-TSAN configuration Jenkins' workspaces are reused from one build to another in an attempt to avoid re-building thirdparty to reduce time, but it might introduce cross-pollution. For example, there is a librocksdb.so built incorrectly dependent libstdc++ by https://gerrit.cloudera.org/c/18241 in a patch set, but it is checked by other CR's jenkins tasks and cause these tasks failed. This patch aim to skip the check of TSAN dependencies when build in non-TSAN configuration. Change-Id: I8101dea0cd039392dbbc889e66e7a4259dc1b9c2 Reviewed-on: http://gerrit.cloudera.org:8080/18577 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M thirdparty/build-thirdparty.sh M thirdparty/postflight.py 2 files changed, 17 insertions(+), 4 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18577 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8101dea0cd039392dbbc889e66e7a4259dc1b9c2 Gerrit-Change-Number: 18577 Gerrit-PatchSet: 6 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
