Skip to content

Commit

Permalink
[WIP] Refactored travis.yml
Browse files Browse the repository at this point in the history
* Remove sharding on functional tests

Sharding tests was hacky approach for dealing with Travis build time
limitations, one that caused lots of issues.

In order to simplify the testing and ease the migration toward other
CI system, we are better-off dropping the sharding feature (which also
seems to prevent bumping pytest).

* Remove most YAML anchors which prevented use of official syntax for
travis file for "env" blocks (lists not dictionaries).

* Consolidated newlines between jobs (readability)

Note: This is more of a POC change as we will need other optimizations
in order to assure that functional always runs under 50min time limit.

Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
ssbarnea committed Jun 16, 2019
1 parent 8bbf519 commit 389665e
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 408 deletions.
Loading

0 comments on commit 389665e

Please sign in to comment.