-
Notifications
You must be signed in to change notification settings - Fork 37
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
gitlab: triggering workflow fails with KeyError: 'workflow'
#676
Comments
DaanRosendal
pushed a commit
to DaanRosendal/reana-server
that referenced
this issue
Mar 13, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Apr 9, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Apr 9, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Apr 17, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
May 28, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
May 28, 2024
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported to us on mattermost and reproduced on PROD.
When GitLab triggers a new workflow via webhooks, the workflow creation process sometimes fails. This is the response coming from REANA, as shown on GitLab webhook test page (400):
reana-server logs:
The issue is probably that we are not checking whether the request to fetch the workflow specification is successful:
reana-server/reana_server/utils.py
Lines 450 to 459 in fbf6ba1
This is the response of the request:
The text was updated successfully, but these errors were encountered: