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

remote trigger events cannot be assigned to exact events. #3230

Open
yakanechi opened this issue Oct 24, 2024 · 0 comments
Open

remote trigger events cannot be assigned to exact events. #3230

yakanechi opened this issue Oct 24, 2024 · 0 comments

Comments

@yakanechi
Copy link
Contributor

yakanechi commented Oct 24, 2024

What happened:
Downstream and upstream events created from remote triggers may be split into multiple events if triggered from the same event.
In addition, another groupEventID may be assigned.

Start event (Upstream), Downstream events
before-upstreambefore-downstreambefore-downstream2

Restart events (Upstream)
before-upstream-restartbefore-upstream-restart2before-upstream-restart3

What you expected to happen:

  • External events triggered from the same event should be combined into one event.
  • Also, for example, if an event is restarted from the upstream pipeline, the newly created event should be assigned the same groupEventId as the downstream pipeline event in the remote trigger created by the event from which it was restarted.

How to reproduce it:
Each job is triggered by a different event in the downstream pipeline as follows.
The groupEventId is also separate.

jobs:
  job1:
    requires: [ ~sd@1:job1 ]

  job2:
    requires: [ ~sd@1:job2 ]
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