Directory scripts/buildbot/

Total Files:
1
Deleted Files:
0
Lines of Code:
725

[root]/scripts/buildbot

Lines of Code

scripts/buildbot/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
harman 17 (100.0%) 1241 (100.0%) 73.0

Most Recent Commits

harman 2019-10-17 08:10 Rev.: 59716

Generalization: each slave can point to a different gold standard.

0 lines of code changed in 2 files:

  • scripts/buildbot: master.cfg (changed)
harman 2019-10-16 12:32 Rev.: 59711

Fixed typos in email addresses.

2 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+2 -2)
harman 2019-09-04 13:19 Rev.: 59636

Added warnOnFailure and haltOnFailure flags to buildSteps.

If compilation fails then copy the build directory to /data/buildbot/... so the user
can investigate.

44 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+44 -29)
harman 2019-08-09 10:52 Rev.: 59578

Fixed typo.

1 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+1 -1)
harman 2019-07-10 10:39 Rev.: 59518

Added kokkos_dev to the changeSource.

removed split_flie from SVNPoller()

Removed duplicate configure command.

Added petsc to the kokkos_opt_configCmd

8 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+8 -17)
harman 2019-07-09 15:20 Rev.: 59514

variable name change "c" -> "master" global variable names that are a single char are an incredibly bad idea.

Added kokkos_full regression tests and a try server.

Removed kokkos_opt_comp, which duplicated kokkos_full tests.

156 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+156 -110)
harman 2019-07-08 15:49 Rev.: 59513

Added machinery for kokkos:opt, kokkos:opt-omp, kokkos:opt-cuda and kokkos:opt-omp-cuda compilation
tests

237 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+237 -77)
harman 2019-07-05 12:26 Rev.: 59511

More work on generalizing the factories and steps.

Removed debug static factory, it's been replaced by the compile factory.


135 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+135 -140)
harman 2019-07-03 15:59 Rev.: 59508

Instead of having a separate factory and builder for each configuration we want to test we're
now moving towards having a common set of factories and different builders. The configureCmd,
compiler options, and work directory are set at the builder level via the "Properties" mechanism.
Those properties are propagated down into the factory steps. This move will reduce the number
of factories.

105 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+105 -43)
harman 2019-07-03 12:16 Rev.: 59506

Consolidated the configure and compile steps into separate functions.


106 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+106 -137)
harman 2019-07-03 09:47 Rev.: 59504

More preparation for Kokkos_dev buildbot:
- generalized svn_update step
- renamed schedulers
- started adding kokkos schedulers, commented out

122 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+122 -85)
harman 2019-07-02 15:29 Rev.: 59503

Preliminary work before adding kokkos_dev builders.

- Moved build directories to trunk/

- Prepended builderNames with 'Trunk:'

74 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+74 -71)
harman 2019-06-12 13:16 Rev.: 59457

- copy failed directories to /data/buildbot.

- execute "make reallyclean" after all tests have been run. There's no need to keep .o, .d and lib around.

37 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+37 -5)
harman 2019-04-16 10:20 Rev.: 59349

Hide steps from the webpage if they're skipped.

15 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+15 -5)
harman 2019-04-15 15:30 Rev.: 59346


Added function to get the status from all steps. Use this to determine if the build directory should be copied.

Formatting.

153 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+153 -127)
harman 2019-04-15 12:04 Rev.: 59345

If there's a failure copy the build directory to

/tmp/buildbot/<buildname>/<buildnumber>

so developer can invesigate.


46 lines of code changed in 1 file:

  • scripts/buildbot: master.cfg (+46 -21)
Generated by StatSVN 0.7.0