Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 17 (100.0%) | 1241 (100.0%) | 73.0 |
Generalization: each slave can point to a different gold standard.
0 lines of code changed in 2 files:
Fixed typos in email addresses.
2 lines of code changed in 1 file:
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:
Fixed typo.
1 lines of code changed in 1 file:
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:
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:
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:
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:
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:
Consolidated the configure and compile steps into separate functions.
106 lines of code changed in 1 file:
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:
Preliminary work before adding kokkos_dev builders.
- Moved build directories to trunk/
- Prepended builderNames with 'Trunk:'
74 lines of code changed in 1 file:
- 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:
Hide steps from the webpage if they're skipped.
15 lines of code changed in 1 file:
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:
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: