Tracking issue for Gitea CI bugs/limitations #25
Open
opened 2023-03-28 13:23:54 +00:00 by dboreham
·
4 comments
No Branch/Tag Specified
main
roysc/containerd-image-store
roysc/update-docs
dboreham/fix-dind
names-for-so
dboreham/update-gitea-1-20
mirror-org
dboreham/fix-token-scope
dboreham/tls-proxy
dboreham/update-gitea
dboreham/fix-executor-container-name
telackey/act_runner
dboreham/add-drone-ci
dboreham/so-integration
dboreham/update-gitea-doc
dboreham/gitea-initial-setup
dboreham/gitea-unattended-install
dboreham/fixes
dboreham/add-basic-pipeline
No results found.
Labels
Clear labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Something isn't working
Improvements or additions to documentation
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
Further information is requested
This will not be worked on
An issue or PR manually copied from GitHub.
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/hosting#25
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
.yamlfiles must be stand-alone, can't reference other sibling files.Some actions are unavailable / unsupported (actions must be hosted on gitea, not github?)(Solved by forking or writing our own actions as needed)This is a bug in
actitself, but I haven't run into it yet in Gitea+actions. Basically, if you specify a job name when runningactmanually, it will try to execute that job in any workflow where it is found. That should be OK if not ideal, but it bases its container names off the job name, and so it attempts to create multiple containers with the same name.This doesn't seem to be an issue with the way Gitea is using workflows, because it only handles one workflow file at a time.
The
laconicd"Gosec security scanner" task fails because it cannot checkout the repo the actiontechnote-space/get-diff-action@v6.1.2:It never gets far enough to try it, but I suspect it would fail getting
cosmos/gosec@masteras well.It appears these GitHub URLs are being re-written to gitea, where these not standard actions do not exist. If that is all there is to it, we could always migrate/fork them to gitea.com under our own organization, but there may be additional problems lurking.
Note on stable release url:
In the 1.20 release things get better. The URL now looks like:
https://host/cerc-io/stack-orchestrator2/releases/download/v1.1.0-db4728a-202306201516/laconic-so
We really want it to look something like:
https://host/cerc-io/stack-orchestrator2/releases/download-latest/laconic-so
Gitea does support this:
https://host/cerc-io/stack-orchestrator2/releases/latest
but it redirects to a tag-specific landing page
This PR: https://github.com/go-gitea/gitea/pull/25429 addresses our immediate needs to have a stable URL to get the latest version of a release file, like we do from GitHub.