[#2] Add forgejo CI jobs #3
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/restic#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "KurlesHS/restic:support/add_forgejo_ci"
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?
Currently, the forge runner does not support the fuse kernel module, which is why some restic tests fail. Therefore, as part of the CI job, we only run tests related to the FrostFS backend.
Signed-off-by: Aleksey Kravchenko al.kravchenko@yadro.com
Close #2
fb59654f55
to9a99c33319
9a99c33319
to21d18160ca
21d18160ca
tobd6163fc85
bd6163fc85
to799651e28b
799651e28b
toc3c6b14be9
[#2] Add forgejo CI jobsto WIP: [#2] Add forgejo CI jobsc3c6b14be9
to6623c01e32
6623c01e32
to1b28213636
1b28213636
tofcb4c996b0
fcb4c996b0
tod0863dbff5
d0863dbff5
to50e2a6341b
50e2a6341b
toa1e5406df9
a1e5406df9
to29a389afd9
WIP: [#2] Add forgejo CI jobsto [#2] Add forgejo CI jobs@ -82,3 +82,3 @@
}
func (b *Backend) IsPermanentError(err error) bool {
func (b *Backend) IsPermanentError(_ error) bool {
Can be just
@ -180,3 +183,3 @@
req := testcontainers.ContainerRequest{
Image: image,
WaitingFor: wait.NewLogStrategy("aio container started").WithStartupTimeout(30 * time.Second),
WaitingFor: wait.NewLogStrategy("aio container started").WithStartupTimeout(60 * time.Second),
Can be just
29a389afd9
tod49f366cfb
New commits pushed, approval review dismissed automatically according to repository settings