-
Notifications
You must be signed in to change notification settings - Fork 54
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
OCPBUILD-174: Always Build with -mod vendor
#415
OCPBUILD-174: Always Build with -mod vendor
#415
Conversation
We no longer need to test if we are building with go modules and the `-mod vendor` mode; always build with `-mod vendor` because vendoring dependencies is an OpenShift standard practice. Signed-off-by: Adam Kaplan <[email protected]>
@adambkaplan: This pull request references OCPBUILD-174 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/retest Unit tests should pass now that #412 merged. |
/override ci/prow/e2e-aws-ovn-builds Known issue with builds e2e test |
/override ci/prow/e2e-aws-ovn-builds-techpreview Known issue with builds e2e |
@adambkaplan: Overrode contexts on behalf of adambkaplan: ci/prow/e2e-aws-ovn-builds In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@adambkaplan: Overrode contexts on behalf of adambkaplan: ci/prow/e2e-aws-ovn-builds-techpreview In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, prabhapa 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 |
8 similar comments
/retest |
/label docs-approved No doc impact |
/label px-approved No product experience impact |
/label qe-approved Verified through existing CI test suites. |
@adambkaplan: This pull request references OCPBUILD-174 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@adambkaplan: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
6fba4cb
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-builder |
We no longer need to test if we are building with go modules and the
-mod vendor
mode; always build with-mod vendor
because vendoring dependencies is an OpenShift standard practice.