Lighthouse ci | Not able to set LHCI_BUILD_CONTEXT__CURRENT_HASH of other repository #14884
Unanswered
akqaaditya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Lhci project located on different project and i am trying to pass hash and commit id of other project to dashboard but its always takking hash of lhci project repo
In team city already passing custom parameter
lhci autorun --extra-headers "x-commit-hash:%system.build.vcs.number.Iwc_Qa_QaProject%"
or
lhci autorun --LHCI_BUILD_CONTEXT__CURRENT_HASH=%system.build.vcs.number.Iwc_Qa_QaProject%
tried both option but when its uploading result considering only lhci project latest hash and not for the other project.
when i print hash its prinitig but not passing and throwing this Build already exists but ignore requested via options, skipping upload...

Beta Was this translation helpful? Give feedback.
All reactions