Only changes status on Master branch
chrisjenx opened this issue · 0 comments
chrisjenx commented
Not sure if I have an incorrect config but the build status only ever updates the master branch status even tho I run CI across all branches and pull-requests, see the following log extract:
[2015-10-16 12:00:03,938] INFO - ity.BuildQueuePriorityOrdering - New item Queued build {Build promotion {promotion id=32,configuration=OWLR Android :: UnitTests {id=OwlrAndroid_Runbuild, internal id=bt1}}, item id=32} with weight 0.00 inserted at the default position 0 in the end of the queue
[2015-10-16 12:00:03,948] INFO - tbrains.buildServer.ACTIVITIES - Build BUILD_PROMOTION{id=32} was added to queue by "'chris' (Christopher) {id=1}"
[2015-10-16 12:00:03,956] INFO - tbrains.buildServer.ACTIVITIES - Build added to queue; Queued build {Build promotion {promotion id=32, configuration=OWLR Android :: UnitTests {id=OwlrAndroid_Runbuild, internal id=bt1}, branch=refs/heads/task/setup-unit-test, queued}, triggered by "Christopher"}
[2015-10-16 12:00:03,969] INFO - tbrains.buildServer.ACTIVITIES - Build started; OWLR Android :: UnitTests {id=OwlrAndroid_Runbuild, internal id=bt1} #22 {build id=32, promotion id=32, branch=refs/heads/task/setup-unit-test, history=false, agent="Default Agent" {id=1}, triggered by "Christopher" (##userId='1'). Started Fri Oct 16 12:00:03 UTC 2015}
[2015-10-16 12:00:03,971] INFO - jetbrains.buildServer.SERVER - Build removed from queue (started): 32
[2015-10-16 12:00:03,971] INFO - jetbrains.buildServer.SERVER - Flush queue finished, number of builds started: 1
[2015-10-16 12:00:06,871] INFO - lty.github.ChangeStatusUpdater - Scheduling GitHub status update for hash: cc7be6d71182453137d528edf5bed14dc00f6a63, branch: refs/heads/master, buildId: 32, status: Pending
[2015-10-16 12:00:06,917] INFO - jetbrains.buildServer.SERVER - Running build saved to DB: build id=32, promotion id=32
[2015-10-16 12:00:07,548] INFO - lty.github.ChangeStatusUpdater - Updated GitHub status for hash: cc7be6d71182453137d528edf5bed14dc00f6a63, buildId: 32, status: Pending
[2015-10-16 12:00:16,695] INFO - ndexer.EventBasedBuildsIndexer - Indexing finishing build: #22 {build id=32, buildTypeId=OwlrAndroid_Runbuild}
[2015-10-16 12:00:16,699] INFO - de.impl.history.DBBuildHistory - Created build history entry; build id: 32, finish date: 16 Oct 15 12:00:16
[2015-10-16 12:00:16,702] INFO - lty.github.ChangeStatusUpdater - Scheduling GitHub status update for hash: cc7be6d71182453137d528edf5bed14dc00f6a63, branch: refs/heads/master, buildId: 32, status: Success
[2015-10-16 12:00:16,703] INFO - tbrains.buildServer.ACTIVITIES - Finished build OWLR Android :: UnitTests {id=OwlrAndroid_Runbuild, internal id=bt1} #22 {build id=32, promotion id=32, branch=refs/heads/task/setup-unit-test, history=false, agent="Default Agent" {id=1}, triggered by "Christopher" (##userId='1'). Started Fri Oct 16 12:00:06 UTC 2015}
[2015-10-16 12:00:17,035] INFO - lty.github.ChangeStatusUpdater - Updated GitHub status for hash: cc7be6d71182453137d528edf5bed14dc00f6a63, buildId: 32, status: Success
You can see quite clearly it is updating the master branch. I'm guessing I have an incorrect config?
What do you need to debug?
FYI, running TC 9.1.3
and GitHub integration 0.5.93
Thanks,
Chris