-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[utils] Cross repositories pull request test support #4583
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
Conversation
@swift-ci Please smoke test |
@swift-ci Python lint |
@@ -73,17 +75,18 @@ def update_single_repository(repo_path, branch, reset_to_remote, should_clean): | |||
# Prior to Git 2.6, this is the way to do a "git pull | |||
# --rebase" that respects rebase.autostash. See | |||
# http://stackoverflow.com/a/30209750/125349 | |||
shell.call(["git", "rebase", "FETCH_HEAD"], echo=True) | |||
#shell.call(["git", "rebase", "FETCH_HEAD"], echo=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debugging change?
@swift-ci Python lint |
@swift-ci Python lint |
Not related to my changes. This might be due to 1b11d9d |
@swift-ci please smoke test |
@swift-ci Please ignore Explanation: This is just a test Scope: Just testing! Issue: rdar://problem/28121222 Reviewed by: @shahmishal Risk: Low. Testing: Test all the things! |
* [utils] Cross repositories pull request test support
Add support to be able to test pull request cross repositories.