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
The behavior is now different from what in the past.
tests are run in sequence in stead of in parallel. We are experiencing long waiting time.
In our case, we would like PRs to be blocked on build-image and e2e-test but not sample test, since that usually take long to run. This is not possible anymore since we only show single presubmit test in PR.
What you expected to happen:
Tests used to be in "run after" section can run in parallel.
We can take action based on individual test suit.
How to reproduce it (as minimally and precisely as possible):
Knative-build steps run in sequence. If you want things to be parallel you need two jobs and/or a build-pipeline.
Note that build-pipeline support doesn't exist right now.
In our case, we would like PRs to be blocked on build-image and e2e-test but not sample test
The two options here are
a) make sample test always exit 0, regardless of whether or not it produced test failures
b) Make sample tests its own top-level job (repeating the build step, if necessary)
What happened:
Here are some recent changes
#10694 (comment)
and #11046
The behavior is now different from what in the past.
What you expected to happen:
Tests used to be in "run after" section can run in parallel.
We can take action based on individual test suit.
How to reproduce it (as minimally and precisely as possible):
Please provide links to example occurrences, if any:
https://gubernator.k8s.io/pr/kubeflow/pipelines/769
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: