-
Notifications
You must be signed in to change notification settings - Fork 268
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
Task's step(s) showing as success even if they are not #56
Comments
/assign |
@AlanGreene: GitHub didn't allow me to assign the following users: AlanGreene. Note that only tektoncd members and repo collaborators can be assigned. 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. |
Now that step name is included in task run status (tektoncd/pipeline#657) it should be much easier to reliably match the step / status without relying on order and trying to account for init containers. /assign |
@vdemeester issue should be resolved now, let me know if you still get any unexpected step status. |
It looked like the indentation was off, and also some of the environment variables (e.g. $PULL_REF) provided to presubmit jobs aren't provided to presubmit jobs. I tried to copy example configuration in the kubernetes test-infra repo but the prow "initupload" container is still failing with an error about cloning refs. (continuation of tektoncd#56)
If a step fails (using
tektoncd/pipeline@master
), dashboard might report it as success even though it is not (hence the task status and the pipeline status in the following screenshot)Looking at the status, it didn't look at the correct status for the step (the step exited with 1, but the status reported 1)
The screenshot is taken on a run based on the following files : https://sbr.pm/technical/tekton-usage.html#org63ddf32
/kind bug
The text was updated successfully, but these errors were encountered: