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
With Whisperfish, we're using merge trains and merged result tests. Instead of running the commit of a merge request on its own, Gitlab makes a merge commit with the target branch, then runs the CI on that.
This results in job events that cannot be correlated to the commits, and as such the very cool reaction bubbles don't appear for merge requests. They still appear for master branch commits.
If I can give you any information to help, I'd gladly supply it. Feel free to come say hi in #whisperfish:rubdos.be . That channel uses the t2bot.io instance and the unfiltered Gitlab group runner on https://gitlab.com/whisperfish (mainly the whisperfish repo)
Log:
[2022-04-09 19:11:02,073] [[email protected]] Accepted processing of Merge Request Hook
[2022-04-09 19:11:02,073] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,904] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,905] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,906] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,914] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,914] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,915] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,926] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,927] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,928] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,931] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,931] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.0s"
[2022-04-09 19:11:03,932] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,939] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,939] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.0s"
[2022-04-09 19:11:03,940] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,942] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,943] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,944] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,946] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,947] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.0s"
[2022-04-09 19:11:03,947] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,950] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,950] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,951] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,952] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,952] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,954] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,956] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,957] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.002s"
[2022-04-09 19:11:03,958] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
[2022-04-09 19:11:03,961] [[email protected]] Accepted processing of Job Hook
[2022-04-09 19:11:03,961] [[email protected]] 127.0.0.1 "POST /_matrix/maubot/plugin/gitlab/webhooks 202 199 in 0.001s"
[2022-04-09 19:11:03,963] [[email protected]] No message found to react to push push-13453292-1d7ac8a7fe32ec10a77a072cc8e6576a5466034b-refs/merge-requests/246/merge
The text was updated successfully, but these errors were encountered:
With Whisperfish, we're using merge trains and merged result tests. Instead of running the commit of a merge request on its own, Gitlab makes a merge commit with the target branch, then runs the CI on that.
This results in job events that cannot be correlated to the commits, and as such the very cool reaction bubbles don't appear for merge requests. They still appear for master branch commits.
If I can give you any information to help, I'd gladly supply it. Feel free to come say hi in #whisperfish:rubdos.be . That channel uses the t2bot.io instance and the unfiltered Gitlab group runner on https://gitlab.com/whisperfish (mainly the whisperfish repo)
Log:
The text was updated successfully, but these errors were encountered: