-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
go vet in Travis tests breaks tests for unrelated PRs #646
Comments
Linchin
pushed a commit
to Linchin/pipelines
that referenced
this issue
Apr 11, 2023
* 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.
magdalenakuhn17
pushed a commit
to magdalenakuhn17/pipelines
that referenced
this issue
Oct 22, 2023
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
* Fix: go tests for pipelineLoop controller. * Skip adding timeout, if custom task.
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: