Skip to content

Commit 724de62

Browse files
committed
tests/ostree.sync: tag with "reprovision"
There is a race condition for `ostree.sync` and `kdump.crash.nfs` to bind port 2049, according to #4117 (comment), add tag `reprovision` to force it to run serially now.
1 parent 82410e1 commit 724de62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mantle/kola/tests/ostree/sync.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ func init() {
7878
Name: "ostree.sync",
7979
Description: "Verify ostree can sync the filesystem with disconnected the NFS volume.",
8080
Distros: []string{"rhcos"},
81-
Tags: []string{"ostree", kola.SkipBaseChecksTag, kola.NeedsInternetTag},
81+
// Tag to run serially to avoid NFS port conflicts.
82+
// See https://github.com/coreos/coreos-assembler/issues/4117#issuecomment-3495048106
83+
Tags: []string{"ostree", kola.SkipBaseChecksTag, kola.NeedsInternetTag, "reprovision"},
8284
})
8385
}
8486

0 commit comments

Comments
 (0)