i-keliukh

Results 16 comments of i-keliukh

**Children** > handle config where conditional step has children Note that there are several separate design decisions: - how to deal with children in conditional step itself - what to...

> Check artifact presence right before step execution? In my opinion, we should not do it as the only option. Possible implementations: 1. leave as is - check all artifacts...

I see this feature as a part of more configurable execution, with the ability to split one run into multiple smaller ones. This is like the one needed for distributed...

The usage scenario behind this request is the following: 1. The config is executed once with all usual steps – downloading sources, applying patches, etc 2. The results of the...

Proposal of conditional execution based on new flag set in step. 1. The step is marked with new flag called “return” 2. The step is executed as regular step 3....

Please note I'm not sure about the minimum required version of the pytest. This has to be checked separately.

For the record: it turned out pytest 3.7.3 breaks our tests.

> Pip: >=19.0 (this version provides installation without compilation and access to ftp.perforce.com) @a-osipov-toxa, does it mean that with pip 18.x the installation fails?

Ok, there is the following line in the [pip changelog](https://pip.pypa.io/en/stable/news/#id249): > Implement manylinux2010 platform tag support. manylinux2010 is the successor to manylinux1. It allows carefully compiled binary wheels to be...

Preliminary plan for tutorial or set of tutorials 1. Jenkins setup with node 2. Universum installation 3. Setting up building of the sample project in post-commit * The sample project...