-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Remove job from commit #12279
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
Remove job from commit #12279
Conversation
63b91c7 to
58e725c
Compare
|
@runcom I think it is first engine-removal which adds more lines, than remove :) |
|
@LK4D4 you're right but I had to adapt everything from that env.* |
|
I'm trying to figure out why some tests failed btw |
daemon/commit.go
Outdated
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.
I think you can use SetenvJson(c.Changes)
58e725c to
a2c95e2
Compare
a2c95e2 to
f3222a2
Compare
|
@LK4D4 integration-cli tests are ok now, basically I've removed the first dependency from commit on engine/job but yet, daemon commit still has a dependency on engine/job with build_config job from builder (tough one, discussed on IRC) |
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
f3222a2 to
c8529fd
Compare
|
Removed tests from integration/server_test.go because of #12282 |
|
LGTM |
1 similar comment
|
LGTM |
/cc @LK4D4 My attempt to remove job from commit but then it still need job from builder, hope this is ok to continue with.
Signed-off-by: Antonio Murdaca me@runcom.ninja