[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r259: Switch devchk to its own repository (split from misc-test).

Jeff Licquia licquia at linuxfoundation.org
Mon May 14 19:18:42 UTC 2012


------------------------------------------------------------
revno: 259
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Mon 2012-05-14 15:18:42 -0400
message:
  Switch devchk to its own repository (split from misc-test).
modified:
  lsb_master.cfg
-------------- next part --------------
=== modified file 'lsb_master.cfg'
--- a/lsb_master.cfg	2012-05-14 15:40:02 +0000
+++ b/lsb_master.cfg	2012-05-14 19:18:42 +0000
@@ -316,7 +316,6 @@
 
 jobdir_repos = dict(lsb_packaging_projects)
 jobdir_repos["build-sdk"] = "build_env"
-jobdir_repos["devchk"] = "misc-test"
 
 sch_jobdir = lfbuildbot.MultiScheduler(
     name="sch_jobdir", builderNames=multi_builder_list, 
@@ -339,7 +338,7 @@
             builderNames=["appbat-" + arch], 
             treeStableTimer=slow_stable_timer_seconds)
         sch_devchk = scheduler.Scheduler(name="sch-devchk-" + arch,
-                                         branch="lsb/devel/misc-test",
+                                         branch="lsb/devel/devchk",
                                          builderNames=["devchk-" + arch],
                                          treeStableTimer=stable_timer_seconds)
         sch_sdk = scheduler.Scheduler(name="sch-build-sdk-" + arch,
@@ -862,31 +861,31 @@
     add_pre_dependency_triggers("devchk", arch, devchk)
 
     devchk.addStep(Bzr(baseURL=bzr_toplevel, 
-                       defaultBranch="lsb/devel/misc-test",
-                       workdir="misc-test",
+                       defaultBranch="lsb/devel/devchk",
+                       workdir="devchk",
                        mode="full", method="clobber",
                        timeout=bzr_timeout_seconds))
     devchk.addStep(ShellCommand(command=["rm", "-rf", "../results"], 
-                                workdir="misc-test", name="clear-old-results"))
+                                workdir="devchk", name="clear-old-results"))
     devchk.addStep(ShellCommand(command=["mkdir", "-p", "../results"],
-                                workdir="misc-test", 
+                                workdir="devchk", 
                                 name="create-results-dir"))
     devchk.addStep(ShellCommand(command="cd devchk/ts/devchk && ./dodevchk",
-                                workdir="misc-test", name="build",
+                                workdir="devchk", name="build",
                                 flunkOnFailure=False))
     devchk.addStep(ShellCommand(command="cp devchk/ts/devchk/*.output devchk/ts/devchk/*.sql ../results",
-                                workdir="misc-test", name="collect-results",
+                                workdir="devchk", name="collect-results",
                                 flunkOnFailure=False))
     devchk.addStep(ShellCommand(command="test $(ls ../results | wc -l) -gt 0",
-                                workdir="misc-test", name="check-results",
+                                workdir="devchk", name="check-results",
                                 haltOnFailure=True))
     devchk.addStep(ShellCommand(command=["tar", "czvf", "../results.tar.gz", 
                                          "../results"],
-                                workdir="misc-test", name="pack-results"))
+                                workdir="devchk", name="pack-results"))
     devchk.addStep(
         FileUpload(slavesrc="../results.tar.gz", 
                    masterdest=WithProperties("devchk-%%(result_type:-results)s-%s.tar.gz" % arch),
-                   workdir="misc-test", name="upload-results", 
+                   workdir="devchk", name="upload-results", 
                    flunkOnFailure=False))
     add_post_dependency_triggers("devchk", arch, devchk)
 



More information about the lsb-messages mailing list