Skip to content
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

[release-v0.50.x] Fix Taskrun Failure for Preempted Pod of Taskrun #7009

Commits on Aug 1, 2023

  1. Fix Taskrun Failure for Preempted Pod of Taskrun

    This fixes the Taskrun failure for Preempted Pod of Taskrun. In CreatePod, we stop deep copying task spec since v46.0 which causes failure when we preempt pod. Killing the pod twice or thrice should fail the Taskrun because we overwrite information about task spec in the Taskrun status and when the pod is recreated, validation will fail. Like volume mount for workspace validation will fail in the case of PVC.
    khrm authored and tekton-robot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    aca9bd6 View commit details
    Browse the repository at this point in the history