summaryrefslogtreecommitdiff
path: root/core.sh
AgeCommit message (Expand)AuthorFilesLines
2017-02-07journal: add the run's output file for the "test" and "tested" outputMartin Peres1-3/+5
2016-12-23core/run_bench: do not print the execution time, store itMartin Peres1-2/+1
2016-12-04core: fix the parsing of the execution time of a testMartin Peres1-1/+1
2016-12-04core: keep track of the deployment timeMartin Peres1-23/+51
2016-11-18core: write operations to a journalMartin Peres1-0/+27
2016-10-17core: prettify the env-dump path lookup codePekka Jylhä-Ollila1-5/+8
2016-10-04core: add support for a new report format (unified)Martin Peres1-38/+45
2016-10-03core: add a workaround for the locksMartin Peres1-0/+5
2016-10-03core: propagate the error codes of the locked bash instancesMartin Peres1-0/+7
2016-08-18core: include env_dump_extend.sh in the test execution timeMartin Peres1-4/+6
2016-08-09core: set average to 0.0 for imgval testsPekka Jylhä-Ollila1-0/+2
2016-08-01core: allow listing tests while an instance is currently runningMartin Peres1-1/+1
2016-08-01core/timingsDB: Store tests' exec time in "test" instead of "benchmark"Martin Peres1-1/+1
2016-07-29perform s/benchmark/test/gMartin Peres1-5/+5
2016-07-08core: unconditionally dump the patch of a versionMartin Peres1-2/+2
2016-06-10core: add a lock in the report when runningMartin Peres1-0/+10
2016-06-09core: prevent multiple instances of core.sh to run simultaneouslyMartin Peres1-0/+19
2016-06-06core: add a timings DB to store the actual execution time of benchmarksMartin Peres1-0/+10
2016-06-06core: expose the list of subtests to the runnerMartin Peres1-1/+4
2016-06-06core: round to the closest integer the total round time instead of truncatingMartin Peres1-1/+1
2016-06-06core: do not count the compilation time of already-compiled versionsMartin Peres1-1/+19
2016-06-06core: add a way to list the already-built versions of one profileMartin Peres1-1/+13
2016-05-18core: use a new hook to set the environment right before runningMartin Peres1-1/+5
2016-05-16core: fix a thinko in the test-matching codeMartin Peres1-1/+1
2016-05-16env_dump: dump hwmon metricsMartin Peres1-3/+3
2016-04-26core: rework the deployment logicMartin Peres1-8/+5
2016-04-18core: fix typo preventing specifying multiple testsMartin Peres1-2/+2
2016-04-16core: make run_bench return the exit code of the benchmarkMartin Peres1-0/+2
2016-04-15core: exit when not being able to get the list of versionMartin Peres1-0/+4
2016-04-15core: print the subtests when showing the tests that will be runMartin Peres1-0/+1
2016-04-15core: fix the parsing of subtests containing []Martin Peres1-1/+1
2016-04-15core: rework test parsing to allow spaces in subtestsMartin Peres1-80/+111
2016-04-14core: allow reading the test list from stdinMartin Peres1-1/+7
2016-04-08core: allow running partial subtestsMartin Peres1-13/+17
2016-04-08core: add support for a new type of results, unit testsMartin Peres1-5/+15
2016-04-06core: introduce a new exit code (environment error)Martin Peres1-1/+4
2016-03-17core: set REPO_COMPILE_AND_DEPLOY_VERSION before compilingMartin Peres1-2/+2
2016-03-16core/run_bench: dump the test execution time in stdoutMartin Peres1-0/+5
2016-03-16core/run_bench: simplify the redirection of stderr/out to filesMartin Peres1-4/+5
2016-03-07core: get rid of the race condition on early exitMartin Peres1-2/+9
2016-03-07core: add a way to exit earlyMartin Peres1-0/+7
2016-03-04core: fix a typoMartin Peres1-1/+1
2016-03-04core: add configuration scriptsMartin Peres1-0/+5
2016-02-24core: make the profiles handle the repoMartin Peres1-78/+36
2016-02-24core: set an environment variable with the version when compilingMartin Peres1-0/+2
2016-02-24core: rename variables from commit to versionMartin Peres1-40/+40
2016-02-24core: get rid of the stash commit to simplify the codeMartin Peres1-33/+11
2016-02-24core: rename gitRepoDir to repoDirMartin Peres1-10/+10
2016-02-24core: get rid of the range-testing modeMartin Peres1-10/+0
2016-02-15core: make sure that commits we test are written to commit_listMartin Peres1-5/+8