Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The display of virtual job icon is broken #3247

Open
yakanechi opened this issue Nov 26, 2024 · 0 comments
Open

The display of virtual job icon is broken #3247

yakanechi opened this issue Nov 26, 2024 · 0 comments

Comments

@yakanechi
Copy link
Contributor

What happened:
After the build starts and then stops, the display of virtual job icon becomes huge and the SUCCESS icon appears as shown in the following image.
The same applies to event cards.

If you move to another event or reload, it will be displayed normally.

What you expected to happen:
Icons are always displayed correctly

How to reproduce it:
Start build and immediately stop.

shared:
  image: centos:centos7
  steps:
    - echo "Hello"

jobs:
  normal:
    requires: [ ~commit, ~pr ]
  virtual:
    annotations:
      screwdriver.cd/virtualJob: true
  build1:
    requires: [ virtual ]
  build2:
    requires: [ virtual ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant