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

Missing GH status when running virtual job on PR #3228

Open
VonnyJap opened this issue Oct 19, 2024 · 0 comments
Open

Missing GH status when running virtual job on PR #3228

VonnyJap opened this issue Oct 19, 2024 · 0 comments

Comments

@VonnyJap
Copy link
Member

What happened:

Opened a PR to run a job as virtual.
https://github.com/VonnyJap/screwdriver-config/pull/2/files

Job showed success.
Screenshot 2024-10-18 at 11 31 04 PM

But GH status is pending.
Screenshot 2024-10-18 at 11 31 42 PM

What you expected to happen:
GH status should be updated with success build on PR job.

How to reproduce it:

Use config below to test out.

shared:
  image: node:14
  steps:
    - init: echo 'init'

jobs:
  triggering-ci:
    requires: [ ~pr, ~commit ]
    annotations:
      screwdriver.cd/virtualJob: true
  ci-setup-virtual:
    requires: [ ~triggering-ci ]
    annotations:
      screwdriver.cd/virtualJob: true
  ci-deploy:
    requires: [ ~ci-setup-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