{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "TaskRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "final-finalizer-dev-idjl/snapshot-sample-oqxo-d499148-fhvxk",
                    "operator-sdk/primary-resource-type": "Release.appstudio.redhat.com",
                    "pac.test.appstudio.openshift.io/sha": "d49914874789147eb2de9bb6a12cd5d150bfff92",
                    "pac.test.appstudio.openshift.io/url-repository": "https://github.com/redhat-appstudio-qe/dc-metro-map-release",
                    "pipeline.tekton.dev/release": "70f7308",
                    "results.tekton.dev/childReadyForDeletion": "true",
                    "results.tekton.dev/record": "final-finalizer-dev-idjl/results/9e220233-9f49-41f7-9978-2497b4de5ad7/records/5c3f34ec-144a-4646-8101-0b89a8e75dbd",
                    "results.tekton.dev/result": "final-finalizer-dev-idjl/results/9e220233-9f49-41f7-9978-2497b4de5ad7",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-08-18T13:29:44Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-08-18T13:30:00Z",
                "finalizers": [
                    "results.tekton.dev/taskrun"
                ],
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/managed-by": "tekton-pipelines",
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-oqxo",
                    "pipelines.appstudio.openshift.io/type": "final",
                    "release.appstudio.openshift.io/name": "snapshot-sample-oqxo-d499148-fhvxk",
                    "release.appstudio.openshift.io/namespace": "final-finalizer-dev-idjl",
                    "tekton.dev/memberOf": "tasks",
                    "tekton.dev/pipeline": "simple-pipeline",
                    "tekton.dev/pipelineRun": "final-wq4dz",
                    "tekton.dev/pipelineRunUID": "9e220233-9f49-41f7-9978-2497b4de5ad7",
                    "tekton.dev/pipelineTask": "hello-world"
                },
                "name": "final-wq4dz-hello-world",
                "namespace": "final-finalizer-dev-idjl",
                "ownerReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "PipelineRun",
                        "name": "final-wq4dz",
                        "uid": "9e220233-9f49-41f7-9978-2497b4de5ad7"
                    }
                ],
                "resourceVersion": "11123",
                "uid": "5c3f34ec-144a-4646-8101-0b89a8e75dbd"
            },
            "spec": {
                "params": [
                    {
                        "name": "MESSAGE",
                        "value": "hello world"
                    }
                ],
                "serviceAccountName": "final-finalizer-service-account",
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho $(params.MESSAGE) \n"
                        }
                    ]
                },
                "timeout": "1h0m0s"
            },
            "status": {
                "artifacts": {},
                "completionTime": "2026-08-18T13:29:48Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-08-18T13:29:48Z",
                        "message": "All Steps have completed executing",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "podName": "final-wq4dz-hello-world-pod",
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "sendCloudEventsForRuns": true,
                        "verificationNoMatchPolicy": "ignore"
                    }
                },
                "startTime": "2026-08-18T13:29:44Z",
                "steps": [
                    {
                        "container": "step-echo-message",
                        "imageID": "registry.access.redhat.com/ubi9/ubi@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7",
                        "name": "echo-message",
                        "provenance": {},
                        "terminated": {
                            "containerID": "containerd://996d8012b91097ce7f143af9c5dbecb9baba497860f8142b0ab02c89af26c968",
                            "exitCode": 0,
                            "finishedAt": "2026-08-18T13:29:48Z",
                            "reason": "Completed",
                            "startedAt": "2026-08-18T13:29:48Z"
                        },
                        "terminationReason": "Completed"
                    }
                ],
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho hello world \n"
                        }
                    ]
                }
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "TaskRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "final-finalizer-dev-idjl/snapshot-sample-oqxo-d499148-df72w",
                    "operator-sdk/primary-resource-type": "Release.appstudio.redhat.com",
                    "pac.test.appstudio.openshift.io/sha": "d49914874789147eb2de9bb6a12cd5d150bfff92",
                    "pac.test.appstudio.openshift.io/url-repository": "https://github.com/redhat-appstudio-qe/dc-metro-map-release",
                    "pipeline.tekton.dev/release": "70f7308",
                    "results.tekton.dev/childReadyForDeletion": "true",
                    "results.tekton.dev/record": "final-finalizer-dev-idjl/results/a360ec9c-0ba8-424b-a736-c825ca7d4673/records/ebcf6b79-5880-4407-98b2-2163f6d1609d",
                    "results.tekton.dev/result": "final-finalizer-dev-idjl/results/a360ec9c-0ba8-424b-a736-c825ca7d4673",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-08-18T13:29:44Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-08-18T13:30:00Z",
                "finalizers": [
                    "results.tekton.dev/taskrun"
                ],
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/managed-by": "tekton-pipelines",
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-oqxo",
                    "pipelines.appstudio.openshift.io/type": "final",
                    "release.appstudio.openshift.io/name": "snapshot-sample-oqxo-d499148-df72w",
                    "release.appstudio.openshift.io/namespace": "final-finalizer-dev-idjl",
                    "tekton.dev/memberOf": "tasks",
                    "tekton.dev/pipeline": "simple-pipeline",
                    "tekton.dev/pipelineRun": "final-xzzpd",
                    "tekton.dev/pipelineRunUID": "a360ec9c-0ba8-424b-a736-c825ca7d4673",
                    "tekton.dev/pipelineTask": "hello-world"
                },
                "name": "final-xzzpd-hello-world",
                "namespace": "final-finalizer-dev-idjl",
                "ownerReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "PipelineRun",
                        "name": "final-xzzpd",
                        "uid": "a360ec9c-0ba8-424b-a736-c825ca7d4673"
                    }
                ],
                "resourceVersion": "11318",
                "uid": "ebcf6b79-5880-4407-98b2-2163f6d1609d"
            },
            "spec": {
                "params": [
                    {
                        "name": "MESSAGE",
                        "value": "hello world"
                    }
                ],
                "serviceAccountName": "final-finalizer-service-account",
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho $(params.MESSAGE) \n"
                        }
                    ]
                },
                "timeout": "1h0m0s"
            },
            "status": {
                "artifacts": {},
                "completionTime": "2026-08-18T13:29:48Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-08-18T13:29:48Z",
                        "message": "All Steps have completed executing",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "podName": "final-xzzpd-hello-world-pod",
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "sendCloudEventsForRuns": true,
                        "verificationNoMatchPolicy": "ignore"
                    }
                },
                "startTime": "2026-08-18T13:29:44Z",
                "steps": [
                    {
                        "container": "step-echo-message",
                        "imageID": "registry.access.redhat.com/ubi9/ubi@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7",
                        "name": "echo-message",
                        "provenance": {},
                        "terminated": {
                            "containerID": "containerd://3bbbe749c1c7dc3e864464e3e9891c24a0a306c41912429bbb2c875b8af76df2",
                            "exitCode": 0,
                            "finishedAt": "2026-08-18T13:29:48Z",
                            "reason": "Completed",
                            "startedAt": "2026-08-18T13:29:48Z"
                        },
                        "terminationReason": "Completed"
                    }
                ],
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho hello world \n"
                        }
                    ]
                }
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "TaskRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "final-finalizer-dev-idjl/snapshot-sample-oqxo-d499148-df72w",
                    "operator-sdk/primary-resource-type": "Release.appstudio.redhat.com",
                    "pac.test.appstudio.openshift.io/sha": "d49914874789147eb2de9bb6a12cd5d150bfff92",
                    "pac.test.appstudio.openshift.io/url-repository": "https://github.com/redhat-appstudio-qe/dc-metro-map-release",
                    "pipeline.tekton.dev/release": "70f7308",
                    "results.tekton.dev/childReadyForDeletion": "true",
                    "results.tekton.dev/record": "final-finalizer-managed-failure/results/de4ca5b9-3bc8-4adb-bab9-edf4ad280f29/records/af177714-3afe-4026-8a2b-5196a33dafd3",
                    "results.tekton.dev/result": "final-finalizer-managed-failure/results/de4ca5b9-3bc8-4adb-bab9-edf4ad280f29",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e, fail"
                },
                "creationTimestamp": "2026-08-18T13:29:38Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-08-18T13:30:01Z",
                "finalizers": [
                    "results.tekton.dev/taskrun"
                ],
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/managed-by": "tekton-pipelines",
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-oqxo",
                    "pipelines.appstudio.openshift.io/type": "managed",
                    "release.appstudio.openshift.io/attempt": "0",
                    "release.appstudio.openshift.io/name": "snapshot-sample-oqxo-d499148-df72w",
                    "release.appstudio.openshift.io/namespace": "final-finalizer-dev-idjl",
                    "tekton.dev/memberOf": "tasks",
                    "tekton.dev/pipeline": "failing-pipeline",
                    "tekton.dev/pipelineRun": "managed-92jqk",
                    "tekton.dev/pipelineRunUID": "de4ca5b9-3bc8-4adb-bab9-edf4ad280f29",
                    "tekton.dev/pipelineTask": "fail-task"
                },
                "name": "managed-92jqk-fail-task",
                "namespace": "final-finalizer-managed-failure",
                "ownerReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "PipelineRun",
                        "name": "managed-92jqk",
                        "uid": "de4ca5b9-3bc8-4adb-bab9-edf4ad280f29"
                    }
                ],
                "resourceVersion": "11279",
                "uid": "af177714-3afe-4026-8a2b-5196a33dafd3"
            },
            "spec": {
                "serviceAccountName": "release-service-account",
                "taskSpec": {
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "fail",
                            "script": "#!/usr/bin/env sh\n\nexit 1\n"
                        }
                    ]
                },
                "timeout": "1h0m0s"
            },
            "status": {
                "artifacts": {},
                "completionTime": "2026-08-18T13:29:42Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-08-18T13:29:42Z",
                        "message": "\"step-fail\" exited with code 1: Error",
                        "reason": "StepFailed",
                        "status": "False",
                        "type": "Succeeded"
                    }
                ],
                "podName": "managed-92jqk-fail-task-pod",
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "sendCloudEventsForRuns": true,
                        "verificationNoMatchPolicy": "ignore"
                    }
                },
                "startTime": "2026-08-18T13:29:38Z",
                "steps": [
                    {
                        "container": "step-fail",
                        "imageID": "registry.access.redhat.com/ubi9/ubi@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7",
                        "name": "fail",
                        "provenance": {},
                        "terminated": {
                            "containerID": "containerd://370c204b27da31feef7a5df817bddd4081b9d94450dfd80ad0f206495ba504dc",
                            "exitCode": 1,
                            "finishedAt": "2026-08-18T13:29:41Z",
                            "reason": "Error",
                            "startedAt": "2026-08-18T13:29:41Z"
                        },
                        "terminationReason": "Error"
                    }
                ],
                "taskSpec": {
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "fail",
                            "script": "#!/usr/bin/env sh\n\nexit 1\n"
                        }
                    ]
                }
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "TaskRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "final-finalizer-dev-idjl/snapshot-sample-oqxo-d499148-fhvxk",
                    "operator-sdk/primary-resource-type": "Release.appstudio.redhat.com",
                    "pac.test.appstudio.openshift.io/sha": "d49914874789147eb2de9bb6a12cd5d150bfff92",
                    "pac.test.appstudio.openshift.io/url-repository": "https://github.com/redhat-appstudio-qe/dc-metro-map-release",
                    "pipeline.tekton.dev/release": "70f7308",
                    "results.tekton.dev/childReadyForDeletion": "true",
                    "results.tekton.dev/record": "final-finalizer-managed-success/results/7bb52a95-d76b-4fda-adbb-d168d621c61e/records/aa0e45ae-3daa-4d45-b090-5c7c30c09404",
                    "results.tekton.dev/result": "final-finalizer-managed-success/results/7bb52a95-d76b-4fda-adbb-d168d621c61e",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-08-18T13:29:38Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-08-18T13:30:00Z",
                "finalizers": [
                    "results.tekton.dev/taskrun"
                ],
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/managed-by": "tekton-pipelines",
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-oqxo",
                    "pipelines.appstudio.openshift.io/type": "managed",
                    "release.appstudio.openshift.io/attempt": "0",
                    "release.appstudio.openshift.io/name": "snapshot-sample-oqxo-d499148-fhvxk",
                    "release.appstudio.openshift.io/namespace": "final-finalizer-dev-idjl",
                    "tekton.dev/memberOf": "tasks",
                    "tekton.dev/pipeline": "simple-pipeline",
                    "tekton.dev/pipelineRun": "managed-cn2sn",
                    "tekton.dev/pipelineRunUID": "7bb52a95-d76b-4fda-adbb-d168d621c61e",
                    "tekton.dev/pipelineTask": "hello-world"
                },
                "name": "managed-cn2sn-hello-world",
                "namespace": "final-finalizer-managed-success",
                "ownerReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "PipelineRun",
                        "name": "managed-cn2sn",
                        "uid": "7bb52a95-d76b-4fda-adbb-d168d621c61e"
                    }
                ],
                "resourceVersion": "11131",
                "uid": "aa0e45ae-3daa-4d45-b090-5c7c30c09404"
            },
            "spec": {
                "params": [
                    {
                        "name": "MESSAGE",
                        "value": "hello world"
                    }
                ],
                "serviceAccountName": "release-service-account",
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho $(params.MESSAGE) \n"
                        }
                    ]
                },
                "timeout": "1h0m0s"
            },
            "status": {
                "artifacts": {},
                "completionTime": "2026-08-18T13:29:42Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-08-18T13:29:42Z",
                        "message": "All Steps have completed executing",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "podName": "managed-cn2sn-hello-world-pod",
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "sendCloudEventsForRuns": true,
                        "verificationNoMatchPolicy": "ignore"
                    }
                },
                "startTime": "2026-08-18T13:29:38Z",
                "steps": [
                    {
                        "container": "step-echo-message",
                        "imageID": "registry.access.redhat.com/ubi9/ubi@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7",
                        "name": "echo-message",
                        "provenance": {},
                        "terminated": {
                            "containerID": "containerd://78a5d8b7b91eece1c97138eeb5cc33c836a15daf8f63004b26cab946c70dcfdd",
                            "exitCode": 0,
                            "finishedAt": "2026-08-18T13:29:41Z",
                            "reason": "Completed",
                            "startedAt": "2026-08-18T13:29:41Z"
                        },
                        "terminationReason": "Completed"
                    }
                ],
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho hello world \n"
                        }
                    ]
                }
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "TaskRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "tenant-dev-bl88/snapshot-sample-lr15-d499148-vl9fq",
                    "operator-sdk/primary-resource-type": "Release.appstudio.redhat.com",
                    "pac.test.appstudio.openshift.io/sha": "d49914874789147eb2de9bb6a12cd5d150bfff92",
                    "pac.test.appstudio.openshift.io/url-repository": "https://github.com/redhat-appstudio-qe/dc-metro-map-release",
                    "pipeline.tekton.dev/release": "70f7308",
                    "results.tekton.dev/childReadyForDeletion": "true",
                    "results.tekton.dev/record": "tenant-dev-bl88/results/393b33cd-0ae2-4d40-b7c9-64c78db87499/records/a4df9820-ca79-4220-8d85-481dbbd03a12",
                    "results.tekton.dev/result": "tenant-dev-bl88/results/393b33cd-0ae2-4d40-b7c9-64c78db87499",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-08-18T13:28:44Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-08-18T13:29:18Z",
                "finalizers": [
                    "results.tekton.dev/taskrun"
                ],
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/managed-by": "tekton-pipelines",
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-lr15",
                    "pipelines.appstudio.openshift.io/type": "tenant",
                    "release.appstudio.openshift.io/name": "snapshot-sample-lr15-d499148-vl9fq",
                    "release.appstudio.openshift.io/namespace": "tenant-dev-bl88",
                    "tekton.dev/memberOf": "tasks",
                    "tekton.dev/pipeline": "simple-pipeline",
                    "tekton.dev/pipelineRun": "tenant-j64cj",
                    "tekton.dev/pipelineRunUID": "393b33cd-0ae2-4d40-b7c9-64c78db87499",
                    "tekton.dev/pipelineTask": "hello-world"
                },
                "name": "tenant-j64cj-hello-world",
                "namespace": "tenant-dev-bl88",
                "ownerReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "PipelineRun",
                        "name": "tenant-j64cj",
                        "uid": "393b33cd-0ae2-4d40-b7c9-64c78db87499"
                    }
                ],
                "resourceVersion": "10171",
                "uid": "a4df9820-ca79-4220-8d85-481dbbd03a12"
            },
            "spec": {
                "params": [
                    {
                        "name": "MESSAGE",
                        "value": "hello world"
                    }
                ],
                "serviceAccountName": "tenant-service-account",
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho $(params.MESSAGE) \n"
                        }
                    ]
                },
                "timeout": "1h0m0s"
            },
            "status": {
                "artifacts": {},
                "completionTime": "2026-08-18T13:29:06Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-08-18T13:29:06Z",
                        "message": "All Steps have completed executing",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "podName": "tenant-j64cj-hello-world-pod",
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "sendCloudEventsForRuns": true,
                        "verificationNoMatchPolicy": "ignore"
                    }
                },
                "startTime": "2026-08-18T13:28:44Z",
                "steps": [
                    {
                        "container": "step-echo-message",
                        "imageID": "registry.access.redhat.com/ubi9/ubi@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7",
                        "name": "echo-message",
                        "provenance": {},
                        "terminated": {
                            "containerID": "containerd://47fb6fc442eddd47f8d9b0980c4ed4613c46391ce3820a355171e4e6fc844da6",
                            "exitCode": 0,
                            "finishedAt": "2026-08-18T13:29:05Z",
                            "reason": "Completed",
                            "startedAt": "2026-08-18T13:29:05Z"
                        },
                        "terminationReason": "Completed"
                    }
                ],
                "taskSpec": {
                    "params": [
                        {
                            "name": "MESSAGE",
                            "type": "string"
                        }
                    ],
                    "steps": [
                        {
                            "computeResources": {},
                            "image": "registry.access.redhat.com/ubi9/ubi:9.4-1214",
                            "name": "echo-message",
                            "script": "#!/usr/bin/env sh\n\necho hello world \n"
                        }
                    ]
                }
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
