[Buildbot-commits] [SPAM] [Buildbot] #813: FileUpload failure does not cause build failure.
Buildbot
buildbot-devel at lists.sourceforge.net
Sat May 1 20:47:00 UTC 2010
#813: FileUpload failure does not cause build failure.
-------------------+--------------------------------------------------------
Reporter: tfogal | Owner:
Type: defect | Status: new
Priority: minor | Milestone: undecided
Version: 0.8.0 | Keywords:
-------------------+--------------------------------------------------------
When {{{FileUpload}}} fails it does not cause the build to fail. See:
http://ci.sci.utah.edu:8010/builders/test-pkg-osx-10.5-x86/builds/140
Configuration:
{{{
f_package.addStep(
FileUpload(
slavesrc=shell.WithProperties(
"../../main-${BBDIR}/build/src/visit2_0_0.%s-%s.tar.gz",
"uname", "arch"
),
masterdest=shell.WithProperties("devbuilds/visit2_0_0.%s-%s-r%s.tar.gz",
"uname", "arch", "revision")
)
)
}}}
(The error was that I was thinking $BBDIR might be expanded using the
slave's env. Since it was not, the path was garbage and the FileUpload
couldn't find the file.)
--
Ticket URL: <http://buildbot.net/trac/ticket/813>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list