Skip to content

Conversation

@erg
Copy link
Contributor

@erg erg commented Sep 28, 2016

WIP

@erg
Copy link
Contributor Author

erg commented Sep 28, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - 80948b79af716005c7402153b6bae5fffefc9006
Test requested by - @erg

@erg erg force-pushed the update-checkout-parallel2 branch from 80948b7 to e37afd8 Compare September 28, 2016 18:21
@erg
Copy link
Contributor Author

erg commented Sep 28, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - 80948b79af716005c7402153b6bae5fffefc9006
Test requested by - @erg

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test Linux Platform
Git Commit - 80948b79af716005c7402153b6bae5fffefc9006
Test requested by - @erg

@erg
Copy link
Contributor Author

erg commented Sep 28, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - e37afd869beba9befaa37e1d91244c090857e188
Test requested by - @erg

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test Linux Platform
Git Commit - e37afd869beba9befaa37e1d91244c090857e188
Test requested by - @erg

@erg erg force-pushed the update-checkout-parallel2 branch 2 times, most recently from 95a9eb3 to 8f23631 Compare September 28, 2016 18:47

def update_single_repository(repo_path, branch, reset_to_remote, should_clean,
cross_repo):
def update_single_repository(args):
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't it be *args?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pool.map_async has to call update_single_repository with the fixed five arguments. I unpack them on the second line, maybe that's not as pythonic as it could be? args could be a tuple instead of a list as well.

Copy link
Contributor

Choose a reason for hiding this comment

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

That is correct, but you can no longer call update_single_repository supplying just those 5 arguments, you'd have to wrap them in either tuple or a list. I just pointed it out as it might cause problems.

@erg
Copy link
Contributor Author

erg commented Sep 28, 2016

@swift-ci Please test

1 similar comment
@erg
Copy link
Contributor Author

erg commented Sep 28, 2016

@swift-ci Please test

@jrose-apple
Copy link
Contributor

I'm a little concerned about this because when I run it over ssh every remote command prompts me for my key password.

@erg
Copy link
Contributor Author

erg commented Sep 28, 2016

@jrose-apple Well that would stop me from pushing it for sure. I wonder why it's doing that.

@jrose-apple
Copy link
Contributor

Sorry, I mean the current one does that. My understanding is that the SSH key server just isn't accessible during an ssh session, or maybe that the key server is associated with a user session and I haven't started one for my ssh session. I suppose that's something I could poke into separately.

@erg erg force-pushed the update-checkout-parallel2 branch from 8f23631 to c02faa9 Compare October 7, 2016 18:52
@erg
Copy link
Contributor Author

erg commented Oct 7, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Oct 7, 2016

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@erg
Copy link
Contributor Author

erg commented Oct 7, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Oct 7, 2016

Build failed
Jenkins build - Swift Test Linux Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@swift-ci
Copy link
Contributor

swift-ci commented Oct 7, 2016

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@erg
Copy link
Contributor Author

erg commented Oct 7, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Oct 7, 2016

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@swift-ci
Copy link
Contributor

swift-ci commented Oct 7, 2016

Build failed
Jenkins build - Swift Test Linux Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@erg
Copy link
Contributor Author

erg commented Oct 17, 2016

@swift-ci Please test

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test Linux Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@swift-ci
Copy link
Contributor

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - c02faa9b50c9b4a6fb2f5481b110836d32fd6499
Test requested by - @erg

@jrose-apple
Copy link
Contributor

These failures were fixed in #5187. What's going on here?

@erg
Copy link
Contributor Author

erg commented Oct 20, 2016

Looks like the merge conflict didn't short-circuit the build. Mishal is looking into it.

@erg erg force-pushed the update-checkout-parallel2 branch 2 times, most recently from 8f23631 to 0ccc8ae Compare January 4, 2017 07:37
@erg
Copy link
Contributor Author

erg commented Jan 4, 2017

@swift-ci Please smoke test

@erg erg force-pushed the update-checkout-parallel2 branch from 0ccc8ae to 46fdc7a Compare January 4, 2017 08:15
@erg
Copy link
Contributor Author

erg commented Jan 4, 2017

@swift-ci Please smoke test

@erg erg force-pushed the update-checkout-parallel2 branch from 46fdc7a to 1985972 Compare January 4, 2017 21:59
@erg
Copy link
Contributor Author

erg commented Jan 4, 2017

@swift-ci Please clean test

@swift-ci
Copy link
Contributor

swift-ci commented Jan 4, 2017

Build failed
Jenkins build - Swift Test OS X Platform
Git Commit - 0ccc8ae0c564702d76d637f2f8a95fa4b5a7cb54
Test requested by - @erg

@erg
Copy link
Contributor Author

erg commented Jan 4, 2017

@swift-ci Please clean smoke test

@swift-ci
Copy link
Contributor

swift-ci commented Jan 4, 2017

Build failed
Jenkins build - Swift Test Linux Platform
Git Commit - 0ccc8ae0c564702d76d637f2f8a95fa4b5a7cb54
Test requested by - @erg

@erg erg force-pushed the update-checkout-parallel2 branch 2 times, most recently from f44cbac to 3753f59 Compare January 4, 2017 22:23
@erg
Copy link
Contributor Author

erg commented Jan 4, 2017

@swift-ci Please clean smoke test

@erg erg merged commit 36f7f74 into swiftlang:master Jan 4, 2017
@AnthonyLatsis AnthonyLatsis added the update-checkout Area → utils: the `update-checkout` script label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

update-checkout Area → utils: the `update-checkout` script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants