14
15
Fork
You've already forked scripted-configuration
12

add crowci self-hosted CI agent to IP allowlist #84

Merged
pat-s merged 1 commit from chore/ip-allowlist into main 2025年09月07日 20:10:26 +02:00
Member
Copy link

Because it got rate-limited today

+ git init --object-format sha1 -b main
Initialized empty Git repository in /crow/src/codeberg.org/crowci/crow/.git/
+ git config --global --replace-all safe.directory /crow/src/codeberg.org/crowci/crow
+ git remote add origin https://codeberg.org/crowci/crow.git
+ git fetch --no-tags --depth=1 --filter=tree:0 origin +6143f726bb8d126ad2e405b53c2869f2d78061ae:
fatal: unable to access 'https://codeberg.org/crowci/crow.git/': The requested URL returned error: 429
exit status 128

The CI runner (a bare metal server) is processing quite some builds during peak dev times and does frequent clones and (package) pushes to CB. Would be great to have it freed from any limit.

ref Codeberg/Community#2113 (comment)

Because it got rate-limited today ``` + git init --object-format sha1 -b main Initialized empty Git repository in /crow/src/codeberg.org/crowci/crow/.git/ + git config --global --replace-all safe.directory /crow/src/codeberg.org/crowci/crow + git remote add origin https://codeberg.org/crowci/crow.git + git fetch --no-tags --depth=1 --filter=tree:0 origin +6143f726bb8d126ad2e405b53c2869f2d78061ae: fatal: unable to access 'https://codeberg.org/crowci/crow.git/': The requested URL returned error: 429 exit status 128 ``` The CI runner (a bare metal server) is processing quite some builds during peak dev times and does frequent clones and (package) pushes to CB. Would be great to have it freed from any limit. ref https://codeberg.org/Codeberg/Community/issues/2113#issuecomment-6890266
pat-s deleted branch chore/ip-allowlist 2025年09月07日 20:10:27 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Codeberg-Infrastructure/scripted-configuration!84
Reference in a new issue
Codeberg-Infrastructure/scripted-configuration
No description provided.
Delete branch "chore/ip-allowlist"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?