forked from lix-project/hydra
hydra-queue-runner: Fix message
This commit is contained in:
parent
4f08c85c69
commit
d7453bd8be
|
@ -166,7 +166,7 @@ State::StepResult State::doBuildStep(nix::ref<Store> destStore, Step::ptr step,
|
||||||
} catch (__cxxabiv1::__forced_unwind & e) {
|
} catch (__cxxabiv1::__forced_unwind & e) {
|
||||||
/* The queue monitor thread cancelled this step. */
|
/* The queue monitor thread cancelled this step. */
|
||||||
try {
|
try {
|
||||||
printInfo("marking step %d of build %d as succeeded", stepNr, buildId);
|
printInfo("marking step %d of build %d as cancelled", stepNr, buildId);
|
||||||
pqxx::work txn(*conn);
|
pqxx::work txn(*conn);
|
||||||
finishBuildStep(txn, result.startTime, time(0), result.overhead, buildId,
|
finishBuildStep(txn, result.startTime, time(0), result.overhead, buildId,
|
||||||
stepNr, machine->sshName, bsCancelled, "");
|
stepNr, machine->sshName, bsCancelled, "");
|
||||||
|
|
Loading…
Reference in a new issue