-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Responded 500 while finalizing the artifact upload #27077
Labels
Comments
Tested on local storage also got 500.
|
fixed in #24874 |
I'm having the same problem still on Gitea 1.20.5 This can easily be tested with this sample action name: Artifact Test
run-name: ${{ gitea.actor }} testing artifacts
on: [push]
jobs:
Artifact-Test:
runs-on: alpine-latest
steps:
- name: Set up
run: apk add nodejs-current xz
- name: Compress
run: |
head -c 72457330 </dev/urandom >/tmp/test.txt
- uses: actions/upload-artifact@v3
with:
name: test.txt
path: /tmp/test.txt |
The fix didn't backport to 1.20. Needs waiting for 1.21.0 or uses 1.21rc1 version for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Files are uploaded to S3 but can't finish the upload.
Gitea log where 500 was responded:
Uploaded files in S3
5 chunk files that was uploaded to S3 corresponding to 5 attempts in the upload action: (All working zip file)
action
act_runner log
gitea log
Gitea Version
1.20.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.40.1 in gitea
2.30.2 in runner
Operating System
Debian
How are you running Gitea?
Docker
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: