Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Evaluation result can be viewed from Sequence but not from Service screen #4056

Closed
laneli opened this issue May 12, 2021 · 1 comment · Fixed by #4224
Closed

Evaluation result can be viewed from Sequence but not from Service screen #4056

laneli opened this issue May 12, 2021 · 1 comment · Fixed by #4224
Assignees
Labels
bridge:service-screen bridge.2.0 Bridge Version 2 type:bug Something is not working as intended/documented

Comments

@laneli
Copy link
Contributor

laneli commented May 12, 2021

Describe the bug
I have configured a very basic shipyard only for dev stage, which is only deploying on dev environment.
For test purposes I manually triggered an evaluation for this stage.
I can open the results of the evaluation only from the sequence. The services view does not show any evaluation results.

image
image
image

Expected behavior
I would expect that the evaluation results are also shown in the Services screen.

Shipyard:
apiVersion: "spec.keptn.sh/0.2.0" kind: "Shipyard" metadata: name: "shipyard-sockshop" spec: stages: - name: "dev" sequences: - name: "delivery" tasks: - name: "deployment" properties: deploymentstrategy: "direct" - name: "approval" properties: pass: "automatic" warning: "automatic" - name: "release" - name: "delivery-direct" tasks: - name: "deployment" properties: deploymentstrategy: "direct" - name: "release"

@laneli laneli added bridge.2.0 Bridge Version 2 bridge:service-screen type:bug Something is not working as intended/documented labels May 12, 2021
@johannes-b johannes-b added this to the Backlog (Bridge) milestone May 12, 2021
@johannes-b johannes-b added the ready-for-refinement Issue is relevant for the next backlog refinment label May 20, 2021
@johannes-b johannes-b changed the title Evaluation result can be viewed from Sequence but not from service Evaluation result can be viewed from Sequence but not from Service scree May 20, 2021
@johannes-b johannes-b changed the title Evaluation result can be viewed from Sequence but not from Service scree Evaluation result can be viewed from Sequence but not from Service screen May 20, 2021
@johannes-b johannes-b added next-sprint Items that should be discussed and implemented in the next sprint and removed ready-for-refinement Issue is relevant for the next backlog refinment labels May 21, 2021
@Kirdock
Copy link
Contributor

Kirdock commented May 28, 2021

Probably the cause: The sequence of the deployments is defined by the latest delivery sequence and if it does not exist, it takes the latest evaluation sequence. The latest delivery sequence does not have any evaluation trace and that's why the evaluations are not fetched

@Kirdock Kirdock self-assigned this Jun 1, 2021
@johannes-b johannes-b removed the next-sprint Items that should be discussed and implemented in the next sprint label Jun 1, 2021
Kirdock added a commit that referenced this issue Jun 1, 2021
Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
Kirdock added a commit that referenced this issue Jun 1, 2021
Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
Kirdock added a commit that referenced this issue Jun 1, 2021
Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
Kirdock added a commit that referenced this issue Jun 7, 2021
* #4056 fetch evaluations if the sequence does not have any

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>

* #4056 fixed missing chart-link in evaluation

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>

* #4056 removed unnecessary code

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bridge:service-screen bridge.2.0 Bridge Version 2 type:bug Something is not working as intended/documented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants