screwdriver
screwdriver copied to clipboard
Validator results is not same with the /events
What happened: The graph made by validator page does not match with the graph of UI(/events). More specifically, the graph generated by validator has difference by each time.
What you expected to happen: The graph generated by validator should be same with the graph of /events UI.
How to reproduce it:
Validate sd.yaml like below.
jobs:
main:
requires: [~pr, ~commit, ~sd@12345:publish]
template: python/validate_type
publish:
requires: [main]
template: python/validate_type
deploy-dev:
requires: [publish]
template: python/validate_type
deploy-tst01:
template: python/validate_type
deploy-tst02:
requires: [deploy-tst01]
template: python/validate_type
deploy-stg01:
template: python/validate_type
deploy-stg02:
requires: [deploy-stg01]
template: python/validate_type
deploy-prod01:
template: python/validate_type
deploy-prod02:
requires: [deploy-prod01]
template: python/validate_type
Sometime

Another time

** Something related **
https://github.com/screwdriver-cd/screwdriver/issues/1604 https://github.com/screwdriver-cd/screwdriver/issues/1359 https://github.com/screwdriver-cd/ui/pull/399
cc @adong