-
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
[testing] postsubmit test failure 2021-08-12 #6311
Comments
before this error shows up, there was a different error that we should also fix: The error seems like a bug in argo, docker executor also do not support optional output artifacts:
EDIT: I'm not sure now, because I found a passing postsubmit test after 1.7.0-rc.3 release, that proves current argo version can successfully run postsubmit tests. EDIT2: I think I'm getting closer to the root cause, here's argo outputs annotation for the failed step in dataflow pipeline sample:
Note that "launch-python-MLPipeline-UI-metadata" artifact should have "optional": "true", but it didn't. That caused the task to fail, so I guess this is a side effect bug caused by one of the recent KFP v1 compiler changes. reference: pod info for the failed pod in dataflow sample pipeline: https://storage.googleapis.com/oss-prow/logs/kubeflow-pipeline-postsubmit-integration-test/1425515476460507136/artifacts/pods_info/dataflow-launch-python-pipeline-8hdph-2670089030.txt |
Thanks @Bobgy. Can you point me to the pipeline sample that fails? |
/assign @neuromage |
/reopen |
@Bobgy: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Build starts to fail again, the error message shows up when building inverse proxy image:
https://forums.linuxmint.com/viewtopic.php?t=355148&p=2053997 seems to describe the problem I think this basically means inverse proxy debian image is too old, if we used a newer version, it should not hit the problem. UPDATE: the latest version of inverse proxy image still has an outdated debian version. We can workaround by:
UPDATE2: sent #6351 |
The latest postsubmit test run still fails, but only container builder and parameterized tfx samples are failing. |
The TFX sample fails with:
so it seems parameterization isn't fully working in the test infra. |
I got the the error message even though I filled in {{kfp-default-bucket}} from the pipeline parameter. cc @jiyongjung0 |
{} Placeholder doesn't work well in component parameters and it is better to have it as a runtime parameter for flexibility. kubeflow#6311 (comment)
…ple. (#6373) {} Placeholder doesn't work well in component parameters and it is better to have it as a runtime parameter for flexibility. #6311 (comment)
besides tfx pipeline issues, I see the following error message in test infra very often:
identified the root cause and sent a fix to argo argoproj/argo-workflows#6561 |
There's one last thing, we reached model count quota again, because of #2356 |
https://oss-prow.knative.dev/view/gs/oss-prow/logs/kubeflow-pipeline-postsubmit-standalone-component-test/1425587097510612992#1:build-log.txt%3A5394
For standalone components test, it fails when building sample test image:
The text was updated successfully, but these errors were encountered: