You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger via "restart from here" a job that is annotated with screwdriver.cd/virtualJob: true and watch it go through all steps such as checkout, cache pulling, etc.
What you expected to happen:
screwdriver.cd/virtualJob: true should do nothing no matter how it's triggered
How to reproduce it:
Create a job annotated with screwdriver.cd/virtualJob: true and trigger it by hand
Watch every step run.
The text was updated successfully, but these errors were encountered:
I also found a case where a job annotated with screwdriver.cd/virtualJob: true executes all steps. If a job annotated with screwdriver.cd/virtualJob: true has ~commit or ~pr in its requires property and is triggered by scm webhook, the job will run every step.
What happened:
Trigger via "restart from here" a job that is annotated with
screwdriver.cd/virtualJob: true
and watch it go through all steps such as checkout, cache pulling, etc.What you expected to happen:
screwdriver.cd/virtualJob: true
should do nothing no matter how it's triggeredHow to reproduce it:
screwdriver.cd/virtualJob: true
and trigger it by handThe text was updated successfully, but these errors were encountered: