Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shard travis builds for python 2 #1697

Closed
themr0c opened this issue Jan 23, 2019 · 0 comments · Fixed by #1698
Closed

shard travis builds for python 2 #1697

themr0c opened this issue Jan 23, 2019 · 0 comments · Fixed by #1698
Labels
enhancement test Improvement to quality assurance: CI/CD, testing, building

Comments

@themr0c
Copy link
Contributor

themr0c commented Jan 23, 2019

Issue Type

  • Bug report

Desired Behavior

Travis builds for python 2.7 should get sharded as the builds for python 3

Actual Behaviour

Builds are not sharded, and sometimes it causes time limit error.

The job exceeded the maximum time limit for jobs, and has been terminated.

Example: https://travis-ci.com/ansible/molecule/jobs/172385426

@webknjaz webknjaz added enhancement test Improvement to quality assurance: CI/CD, testing, building labels Jan 24, 2019
gundalow pushed a commit that referenced this issue Jan 30, 2019
* fixes #1697 shard travis builds for python2

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* fixes #1697 shard travis builds for python2

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* fix yaml, fix yamllint errors

* Revert "fix yaml, fix yamllint errors"

This reverts commit e8c5369.

* Fix yaml syntax. Keep wrong indentation errors reported by yamllint to keep the PR readable.

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
ssbarnea pushed a commit to ssbarnea/molecule that referenced this issue Jan 31, 2019
* fixes ansible#1697 shard travis builds for python2

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* fixes ansible#1697 shard travis builds for python2

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* attempt to shard tests on py27 without breaking tests on py3

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>

* fix yaml, fix yamllint errors

* Revert "fix yaml, fix yamllint errors"

This reverts commit e8c5369.

* Fix yaml syntax. Keep wrong indentation errors reported by yamllint to keep the PR readable.

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement test Improvement to quality assurance: CI/CD, testing, building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants