{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "PipelineRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "final-finalizer-dev-8efb/snapshot-sample-zt3f-d499148-jbvxd",
                    "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",
                    "results.tekton.dev/record": "final-finalizer-dev-8efb/results/b22b97cc-f29d-4b4c-ab36-3bb47e0c6de8/records/b22b97cc-f29d-4b4c-ab36-3bb47e0c6de8",
                    "results.tekton.dev/result": "final-finalizer-dev-8efb/results/b22b97cc-f29d-4b4c-ab36-3bb47e0c6de8",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-05-06T23:54:52Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-05-06T23:55:07Z",
                "finalizers": [
                    "results.tekton.dev/pipelinerun"
                ],
                "generateName": "final-",
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-zt3f",
                    "pipelines.appstudio.openshift.io/type": "final",
                    "release.appstudio.openshift.io/name": "snapshot-sample-zt3f-d499148-jbvxd",
                    "release.appstudio.openshift.io/namespace": "final-finalizer-dev-8efb",
                    "tekton.dev/pipeline": "simple-pipeline"
                },
                "name": "final-gwvc6",
                "namespace": "final-finalizer-dev-8efb",
                "resourceVersion": "9188",
                "uid": "b22b97cc-f29d-4b4c-ab36-3bb47e0c6de8"
            },
            "spec": {
                "params": [
                    {
                        "name": "release",
                        "value": "final-finalizer-dev-8efb/snapshot-sample-zt3f-d499148-jbvxd"
                    },
                    {
                        "name": "releasePlan",
                        "value": "final-finalizer-dev-8efb/source-releaseplan-success"
                    },
                    {
                        "name": "snapshot",
                        "value": "final-finalizer-dev-8efb/snapshot-sample-zt3f"
                    },
                    {
                        "name": "taskGitUrl",
                        "value": "https://github.com/redhat-appstudio-qe/pipeline_examples"
                    },
                    {
                        "name": "taskGitRevision",
                        "value": "main"
                    }
                ],
                "pipelineRef": {
                    "params": [
                        {
                            "name": "url",
                            "value": "https://github.com/redhat-appstudio-qe/pipeline_examples"
                        },
                        {
                            "name": "revision",
                            "value": "main"
                        },
                        {
                            "name": "pathInRepo",
                            "value": "pipelines/simple_pipeline.yaml"
                        }
                    ],
                    "resolver": "git"
                },
                "taskRunTemplate": {
                    "serviceAccountName": "final-finalizer-service-account"
                },
                "timeouts": {
                    "pipeline": "10m0s",
                    "tasks": "5m0s"
                },
                "workspaces": [
                    {
                        "emptyDir": {
                            "sizeLimit": "1Gi"
                        },
                        "name": "release-workspace"
                    }
                ]
            },
            "status": {
                "childReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "kind": "TaskRun",
                        "name": "final-gwvc6-hello-world",
                        "pipelineTaskName": "hello-world"
                    }
                ],
                "completionTime": "2026-05-06T23:54:57Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-05-06T23:54:57Z",
                        "message": "Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "pipelineSpec": {
                    "description": "Simple Pipeline",
                    "params": [
                        {
                            "default": "hello world",
                            "name": "message",
                            "type": "string"
                        }
                    ],
                    "tasks": [
                        {
                            "name": "hello-world",
                            "params": [
                                {
                                    "name": "MESSAGE",
                                    "value": "hello world"
                                }
                            ],
                            "taskSpec": {
                                "metadata": {},
                                "params": [
                                    {
                                        "name": "MESSAGE",
                                        "type": "string"
                                    }
                                ],
                                "spec": null,
                                "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"
                                    }
                                ]
                            }
                        }
                    ]
                },
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "verificationNoMatchPolicy": "ignore"
                    },
                    "refSource": {
                        "digest": {
                            "sha1": "a92254c4e5925fac84865d4ad4ff1ef258840afd"
                        },
                        "entryPoint": "pipelines/simple_pipeline.yaml",
                        "uri": "git+https://github.com/redhat-appstudio-qe/pipeline_examples"
                    }
                },
                "startTime": "2026-05-06T23:54:52Z"
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "PipelineRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "final-finalizer-dev-8efb/snapshot-sample-zt3f-d499148-qkl5m",
                    "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",
                    "results.tekton.dev/record": "final-finalizer-dev-8efb/results/50af2fb8-f1d6-494a-9a17-529537898c08/records/50af2fb8-f1d6-494a-9a17-529537898c08",
                    "results.tekton.dev/result": "final-finalizer-dev-8efb/results/50af2fb8-f1d6-494a-9a17-529537898c08",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-05-06T23:54:51Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-05-06T23:55:07Z",
                "finalizers": [
                    "results.tekton.dev/pipelinerun"
                ],
                "generateName": "final-",
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-zt3f",
                    "pipelines.appstudio.openshift.io/type": "final",
                    "release.appstudio.openshift.io/name": "snapshot-sample-zt3f-d499148-qkl5m",
                    "release.appstudio.openshift.io/namespace": "final-finalizer-dev-8efb",
                    "tekton.dev/pipeline": "simple-pipeline"
                },
                "name": "final-jzs9f",
                "namespace": "final-finalizer-dev-8efb",
                "resourceVersion": "9056",
                "uid": "50af2fb8-f1d6-494a-9a17-529537898c08"
            },
            "spec": {
                "params": [
                    {
                        "name": "release",
                        "value": "final-finalizer-dev-8efb/snapshot-sample-zt3f-d499148-qkl5m"
                    },
                    {
                        "name": "releasePlan",
                        "value": "final-finalizer-dev-8efb/source-releaseplan"
                    },
                    {
                        "name": "snapshot",
                        "value": "final-finalizer-dev-8efb/snapshot-sample-zt3f"
                    },
                    {
                        "name": "taskGitUrl",
                        "value": "https://github.com/redhat-appstudio-qe/pipeline_examples"
                    },
                    {
                        "name": "taskGitRevision",
                        "value": "main"
                    }
                ],
                "pipelineRef": {
                    "params": [
                        {
                            "name": "url",
                            "value": "https://github.com/redhat-appstudio-qe/pipeline_examples"
                        },
                        {
                            "name": "revision",
                            "value": "main"
                        },
                        {
                            "name": "pathInRepo",
                            "value": "pipelines/simple_pipeline.yaml"
                        }
                    ],
                    "resolver": "git"
                },
                "taskRunTemplate": {
                    "serviceAccountName": "final-finalizer-service-account"
                },
                "timeouts": {
                    "pipeline": "10m0s",
                    "tasks": "5m0s"
                },
                "workspaces": [
                    {
                        "emptyDir": {
                            "sizeLimit": "1Gi"
                        },
                        "name": "release-workspace"
                    }
                ]
            },
            "status": {
                "childReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "kind": "TaskRun",
                        "name": "final-jzs9f-hello-world",
                        "pipelineTaskName": "hello-world"
                    }
                ],
                "completionTime": "2026-05-06T23:54:56Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-05-06T23:54:56Z",
                        "message": "Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "pipelineSpec": {
                    "description": "Simple Pipeline",
                    "params": [
                        {
                            "default": "hello world",
                            "name": "message",
                            "type": "string"
                        }
                    ],
                    "tasks": [
                        {
                            "name": "hello-world",
                            "params": [
                                {
                                    "name": "MESSAGE",
                                    "value": "hello world"
                                }
                            ],
                            "taskSpec": {
                                "metadata": {},
                                "params": [
                                    {
                                        "name": "MESSAGE",
                                        "type": "string"
                                    }
                                ],
                                "spec": null,
                                "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"
                                    }
                                ]
                            }
                        }
                    ]
                },
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "verificationNoMatchPolicy": "ignore"
                    },
                    "refSource": {
                        "digest": {
                            "sha1": "a92254c4e5925fac84865d4ad4ff1ef258840afd"
                        },
                        "entryPoint": "pipelines/simple_pipeline.yaml",
                        "uri": "git+https://github.com/redhat-appstudio-qe/pipeline_examples"
                    }
                },
                "startTime": "2026-05-06T23:54:51Z"
            }
        },
        {
            "apiVersion": "tekton.dev/v1",
            "kind": "PipelineRun",
            "metadata": {
                "annotations": {
                    "chains.tekton.dev/signed": "true",
                    "operator-sdk/primary-resource": "tenant-dev-3x6o/snapshot-sample-63xr-d499148-mvpw6",
                    "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",
                    "results.tekton.dev/record": "tenant-dev-3x6o/results/e5636a6f-cda2-4bb2-9c21-91bc349f9c50/records/e5636a6f-cda2-4bb2-9c21-91bc349f9c50",
                    "results.tekton.dev/result": "tenant-dev-3x6o/results/e5636a6f-cda2-4bb2-9c21-91bc349f9c50",
                    "results.tekton.dev/stored": "true",
                    "tekton.dev/pipelines.minVersion": "0.12.1",
                    "tekton.dev/tags": "e2e"
                },
                "creationTimestamp": "2026-05-06T23:55:02Z",
                "deletionGracePeriodSeconds": 0,
                "deletionTimestamp": "2026-05-06T23:55:17Z",
                "finalizers": [
                    "results.tekton.dev/pipelinerun"
                ],
                "generateName": "tenant-",
                "generation": 2,
                "labels": {
                    "app.kubernetes.io/version": "0.1",
                    "appstudio.openshift.io/application": "appstudio",
                    "appstudio.openshift.io/service": "release",
                    "appstudio.openshift.io/snapshot": "snapshot-sample-63xr",
                    "pipelines.appstudio.openshift.io/type": "tenant",
                    "release.appstudio.openshift.io/name": "snapshot-sample-63xr-d499148-mvpw6",
                    "release.appstudio.openshift.io/namespace": "tenant-dev-3x6o",
                    "tekton.dev/pipeline": "simple-pipeline"
                },
                "name": "tenant-5rhgl",
                "namespace": "tenant-dev-3x6o",
                "resourceVersion": "9114",
                "uid": "e5636a6f-cda2-4bb2-9c21-91bc349f9c50"
            },
            "spec": {
                "params": [
                    {
                        "name": "release",
                        "value": "tenant-dev-3x6o/snapshot-sample-63xr-d499148-mvpw6"
                    },
                    {
                        "name": "releasePlan",
                        "value": "tenant-dev-3x6o/source-releaseplan"
                    },
                    {
                        "name": "snapshot",
                        "value": "tenant-dev-3x6o/snapshot-sample-63xr"
                    },
                    {
                        "name": "taskGitUrl",
                        "value": "https://github.com/redhat-appstudio-qe/pipeline_examples"
                    },
                    {
                        "name": "taskGitRevision",
                        "value": "main"
                    }
                ],
                "pipelineRef": {
                    "params": [
                        {
                            "name": "url",
                            "value": "https://github.com/redhat-appstudio-qe/pipeline_examples"
                        },
                        {
                            "name": "revision",
                            "value": "main"
                        },
                        {
                            "name": "pathInRepo",
                            "value": "pipelines/simple_pipeline.yaml"
                        }
                    ],
                    "resolver": "git"
                },
                "taskRunTemplate": {
                    "serviceAccountName": "tenant-service-account"
                },
                "timeouts": {
                    "pipeline": "1h0m0s",
                    "tasks": "50m0s"
                },
                "workspaces": [
                    {
                        "name": "release-workspace",
                        "volumeClaimTemplate": {
                            "metadata": {},
                            "spec": {
                                "accessModes": [
                                    "ReadWriteOnce"
                                ],
                                "resources": {
                                    "requests": {
                                        "storage": "1Gi"
                                    }
                                }
                            },
                            "status": {}
                        }
                    }
                ]
            },
            "status": {
                "childReferences": [
                    {
                        "apiVersion": "tekton.dev/v1",
                        "kind": "TaskRun",
                        "name": "tenant-5rhgl-hello-world",
                        "pipelineTaskName": "hello-world"
                    }
                ],
                "completionTime": "2026-05-06T23:55:07Z",
                "conditions": [
                    {
                        "lastTransitionTime": "2026-05-06T23:55:07Z",
                        "message": "Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0",
                        "reason": "Succeeded",
                        "status": "True",
                        "type": "Succeeded"
                    }
                ],
                "pipelineSpec": {
                    "description": "Simple Pipeline",
                    "params": [
                        {
                            "default": "hello world",
                            "name": "message",
                            "type": "string"
                        }
                    ],
                    "tasks": [
                        {
                            "name": "hello-world",
                            "params": [
                                {
                                    "name": "MESSAGE",
                                    "value": "hello world"
                                }
                            ],
                            "taskSpec": {
                                "metadata": {},
                                "params": [
                                    {
                                        "name": "MESSAGE",
                                        "type": "string"
                                    }
                                ],
                                "spec": null,
                                "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"
                                    }
                                ]
                            }
                        }
                    ]
                },
                "provenance": {
                    "featureFlags": {
                        "awaitSidecarReadiness": true,
                        "coschedule": "workspaces",
                        "enableAPIFields": "beta",
                        "enableProvenanceInStatus": true,
                        "enforceNonfalsifiability": "none",
                        "maxResultSize": 4096,
                        "resultExtractionMethod": "termination-message",
                        "runningInEnvWithInjectedSidecars": true,
                        "verificationNoMatchPolicy": "ignore"
                    },
                    "refSource": {
                        "digest": {
                            "sha1": "a92254c4e5925fac84865d4ad4ff1ef258840afd"
                        },
                        "entryPoint": "pipelines/simple_pipeline.yaml",
                        "uri": "git+https://github.com/redhat-appstudio-qe/pipeline_examples"
                    }
                },
                "startTime": "2026-05-06T23:55:02Z"
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
