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

fn: test and release scripts now run some jobs in background #620

Closed
wants to merge 1 commit into from

Conversation

skinowski
Copy link
Member

No description provided.

@skinowski
Copy link
Member Author

Not sure how I feel about this change myself due to the mess it introduces into shell scripts, but it does speed things a bit.

@treeder
Copy link
Contributor

treeder commented Dec 22, 2017

ehhh, not sure how I feel about it either. Maybe we can wait until CI gets way out of control before we start adding this? Also, Circle supports parallel steps that might make it easier to grok when trying to figure out where something went wrong: https://circleci.com/docs/2.0/parallelism-faster-jobs/

PID3=$!

# pull swagger image
(docker pull quay.io/goswagger/swagger ) &
Copy link
Member

Choose a reason for hiding this comment

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

see my comments at related issue, this image huge, why not just download binary for releases?

@rdallman
Copy link
Contributor

rdallman commented Jan 2, 2018

seems like we got this down to 7 minutes for non-master builds in #624 and #629 will probably improve a little more once that's in, let's punt on this?

@rdallman rdallman closed this Jan 2, 2018
@skinowski skinowski deleted the gofmt_tweak branch January 8, 2018 23:01
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.

4 participants