-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🏃 more robust golden test #1107
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mengqiy 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 |
Can we add makefile target or add it to existing makefile targets ? Otherwise looking good to me. |
d1acf55
to
0ab3b3e
Compare
/test pull-kubebuilder-test |
16b92b1
to
e29e07a
Compare
Tests are passing. PTAL |
.travis.yml
Outdated
@@ -27,6 +27,8 @@ before_install: | |||
# NOTE: The latest version of dep requires go 1.13 | |||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir -p /Users/travis/gopath/bin; fi | |||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then GO111MODULE=on scripts/install_and_setup.sh; fi | |||
- GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.1 |
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.
we released 0.2.2 yesterday, may be use that. May be we should make these (kustomize below) version as some variables, so that it is easier to change them.
Added a more robust golden test:
fixes #1003