4 Commits

Author SHA1 Message Date
Andrey Kurilin
fcb1fb6c60 [ci] Get back testing samples
Change-Id: I7b4777fa502f2b9da5770d67947357a02b5f1ad0
2020-03-25 14:38:05 +02:00
Andrey Kurilin
7642d345bf Fix pep8 job according to latest set of rules
+ fix py34

Change-Id: Ie43ca6ce18928fc8a7c41fae916d44909308de70
2020-01-03 16:14:10 +02:00
Andrey Kurilin
b2ce5da5d8 [task] Move TaskConfig to separate module
The validation and processing of input task config to the unified
version-aware object is done by special class TaskConfig. It supports
both v1 and v2 formats. The size of this helper class is quite big and
since we are planning to extend it, it is reasonable to move it to
separate module - rally.task.task_cfg .

NOTE: we do not need to deprecate the old place, since TaskConfig is our
inner class and should not be used outside our code base.

Change-Id: I875b677a689e002413d0f07d43bacc960e965df4
2018-08-16 17:04:03 +03:00
Boris Pavlovic
234ead2ead Use for samples testing separated job
Samples testing has to go over all files and ensures that all tasks
have proper specs which is time & disk comsuing, it takes up to ~10-15 seconds

However, testing samples is not required in most development cases, only when
new plugins are added, so it makes sense to split it in separate job

Change-Id: I3536226c389fec0f41d84325747dd0f8b6a880f6
2018-03-11 15:48:16 -07:00