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

Travis CI: Fixed issue where jobs are getting stalled/timing out #11678

Merged
merged 1 commit into from
Oct 14, 2019

Conversation

cmonr
Copy link
Contributor

@cmonr cmonr commented Oct 11, 2019

Description

Something on Travis CI's side has changed such that invoking the 'wait' command within a script attempts to wait on some other jobs in addition to those spawned within the CI job.

Workaround is to explicitly collect the PIDs for processes spawned within the script and only wait on those.

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

…ing packages.

Something on Travis CI's side has changed such that invoking the 'wait' command within a script attempts to wait on some other jobs in addition to those spawned within the CI job.

Workaround is to explicitly collect the PIDs for processes spawned within the script and only wait on those.
@cmonr cmonr requested review from OPpuolitaival and a team October 11, 2019 21:07
@cmonr
Copy link
Contributor Author

cmonr commented Oct 11, 2019

Testing results from personal fork: https://travis-ci.org/cmonr/mbed-os/jobs/596783491

@ciarmcom ciarmcom requested a review from a team October 11, 2019 23:00
@ciarmcom
Copy link
Member

@cmonr, thank you for your changes.
@ARMmbed/mbed-os-tools @ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 14, 2019

Ci started

@0xc0170 0xc0170 changed the title [Travis CI] Fixed issue where jobs are getting stalled/timing out Travis CI: Fixed issue where jobs are getting stalled/timing out Oct 14, 2019
Copy link
Contributor

@OPpuolitaival OPpuolitaival left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mbed-ci
Copy link

mbed-ci commented Oct 14, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants