-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
hack/gotest.sh: Drop unnecessary script #135
hack/gotest.sh: Drop unnecessary script #135
Conversation
/hold I've got a WIP commit in here with a Go test violation to show Prow noticing the issue. Once we have that confirmed, I'll remove that WIP commit before we land this. |
/hold cancel Here's the error:
|
19c49b6
to
f4b5df8
Compare
@wking thanks for taking care of this, indeed we do not need this script, we did not know of the ci-operator job when we originally picked up the task of converting all travis jobs to prow 👍 |
The script is from b8a9bbc (Remove bazel from test process, 2018-08-01, openshift#97), as part of moving tests from Travis to Prow. But Prow is already running our Go unit tests, via pull-ci-origin-installer-unit [1] with this config [2]. It's had that setup since openshift/release@eb11aa8b (Bump config to take advantage of canonical setup, 2018-06-06, openshift/release#921), so we don't need to replicate it here. [1]: https://github.com/openshift/release/blob/6f623b15854ae91203243af22d7a259ab85acd86/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml#L3-L28 [2]: https://github.com/openshift/release/blob/6f623b15854ae91203243af22d7a259ab85acd86/ci-operator/config/openshift/installer/master.json#L44
f4b5df8
to
a4187f6
Compare
Rebased around #118 now that that's landed. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, wking 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 |
The script is from b8a9bbc (Remove bazel from test process, 2018-08-01, #97), as part of moving tests from Travis to Prow. But Prow is already running our Go unit tests, via
pull-ci-origin-installer-unit
with this config. It's had that setup since openshift/release@eb11aa8b (openshift/release#921), so we don't need to replicate it here.