kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

PipelineRun data in `Rating` status is lost. #350

Closed 0xff-dev closed 3 months ago

0xff-dev commented 11 months ago

The pipelineruns data in Rating status is lost.

For pipelinerunes, expect

  pipelineRuns:
    two-pipelines.only-helm-lint:
      actualWeight: 1
      conditions:
      - lastTransitionTime: "2023-08-23T05:41:16Z"
        message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
        reason: Succeeded
        status: "True"
        type: Succeeded
      expectWeight: 1
      pipelineName: only-helm-lint
      tasks:
      - conditions:
        - lastTransitionTime: "2023-08-23T05:41:16Z"
          message: All Steps have completed executing
          reason: Succeeded
          status: "True"
          type: Succeeded
        name: helm-lint
        taskRunName: two-pipelines.only-helm-lint-helm-lint
    two-pipelines.only-rback:
      actualWeight: 1
      conditions:
      - lastTransitionTime: "2023-08-23T05:43:26Z"
        message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
        reason: Succeeded
        status: "True"
        type: Succeeded
      expectWeight: 1
      pipelineName: only-rback
      tasks:
      - conditions:
        - lastTransitionTime: "2023-08-23T05:43:26Z"
          message: All Steps have completed executing
          reason: Succeeded
          status: "True"
          type: Succeeded
        name: rback
        taskRunName: two-pipelines.only-rback-rback

Now

  pipelineRuns:
    reliability:
      pipelineName: kubebb-reliability
      pipelinerunName: rating-with-ai.reliability
    security:
      pipelineName: kubebb-security
      pipelinerunName: rating-with-ai.security
bjwswang commented 10 months ago

@dayuy @0xff-dev do we still have this issue ?

0xff-dev commented 10 months ago

@dayuy @0xff-dev do we still have this issue ?

If there is no PR referencing or addressing this issue, it is probable that the problem still exists.