-
Notifications
You must be signed in to change notification settings - Fork 831
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
use copy of operator instead of symlink to keep docker build context local #2335
use copy of operator instead of symlink to keep docker build context local #2335
Conversation
/test integration |
Thu Aug 27 13:02:26 UTC 2020 impatient try |
Thu Aug 27 13:03:42 UTC 2020 impatient try |
Thu Aug 27 13:04:03 UTC 2020 impatient try |
/retest |
Thu Aug 27 15:56:26 UTC 2020 impatient try |
/retest |
Thu Aug 27 18:11:11 UTC 2020 impatient try |
different tests seems to fail in each run |
/retest |
Thu Aug 27 20:43:44 UTC 2020 impatient try |
/approve |
/retest |
Fri Aug 28 09:37:41 UTC 2020 impatient try |
failing test should be fixed by #2341 |
/test integration |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: axsaucedo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Tue Sep 1 08:40:50 UTC 2020 impatient try |
Tue Sep 1 08:40:54 UTC 2020 impatient try |
Tue Sep 1 08:40:55 UTC 2020 impatient try |
/test integration |
Tue Sep 1 09:24:46 UTC 2020 impatient try |
Tue Sep 1 09:25:02 UTC 2020 impatient try |
Tue Sep 1 09:25:21 UTC 2020 impatient try |
Tue Sep 1 11:23:57 UTC 2020 impatient try |
Tue Sep 1 11:24:01 UTC 2020 impatient try |
What this PR does / why we need it:
Uses (automated) copy of
operator
intoexecutor/_operator
to avoid symlinks and keep Docker build context local toexecutor
folderWhich issue(s) this PR fixes:
Closes #2186
Special notes for your reviewer:
Does this PR introduce a user-facing change?: