You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/kubeflow/pipelines/backend/src/crd/controller/viewer/reconciler
crd/controller/viewer/reconciler/reconciler.go:120: declaration of "err" shadows declaration at crd/controller/viewer/reconciler/reconciler.go:117
crd/controller/viewer/reconciler/reconciler.go:146: declaration of "err" shadows declaration at crd/controller/viewer/reconciler/reconciler.go:143
The command "go vet -all -shadow ./..." exited with 2.
Our Travis test setup has a problem - it only tests the branch code instead of the result of merging the branch into master. This can cause some integration errors to slip in and break the tests for everyone.
* See kubeflow/manifests#1131 we want commonLabels to be immutable
otherwise upgrades won't work because we end up trying to change
selectors which are immutable.
* The applications.py script inherently violates that because it was
mutating commonLabels on every release. We don't want to do that
anymore so we delete the script.
This PR does not touch any Go code: #642
Our Travis test setup has a problem - it only tests the branch code instead of the result of merging the branch into master. This can cause some integration errors to slip in and break the tests for everyone.
/assign @neuromage
The text was updated successfully, but these errors were encountered: