Skip to content

Revert "YOLO see if this works"#2920

Merged
dperny merged 1 commit intomoby:masterfrom
dperny:revert-yolo
Dec 30, 2019
Merged

Revert "YOLO see if this works"#2920
dperny merged 1 commit intomoby:masterfrom
dperny:revert-yolo

Conversation

@dperny
Copy link
Collaborator

@dperny dperny commented Dec 30, 2019

This reverts commit 42085d2.

Turns out it's a bad idea to merge a commit with the word "YOLO" in it.

This commit, when vendored into the docker engine, causes a test to hang. See moby/moby#40309.

The thing this was attempting to fix was worked around in #2919.

/cc @thaJeztah

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "revert-yolo" [email protected]:dperny/swarmkit-1.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

This reverts commit 42085d2.

Turns out it's a bad idea to merge a commit with the word "YOLO" in it.

Signed-off-by: Drew Erny <[email protected]>
@codecov
Copy link

codecov bot commented Dec 30, 2019

Codecov Report

Merging #2920 into master will decrease coverage by 0.07%.
The diff coverage is 50%.

@@            Coverage Diff             @@
##           master    #2920      +/-   ##
==========================================
- Coverage   61.64%   61.57%   -0.08%     
==========================================
  Files         139      139              
  Lines       22615    22616       +1     
==========================================
- Hits        13941    13925      -16     
- Misses       7195     7216      +21     
+ Partials     1479     1475       -4

@dperny dperny merged commit 24fb4cf into moby:master Dec 30, 2019
@thaJeztah
Copy link
Member

oh man, yes, forgot about that one; I think O only pushed that commit to try if it worked (was part of #2880)

@thaJeztah
Copy link
Member

@dperny I see @kolyshkin also had a PR to fix it in #2906

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants