Skip to content

Commit ee7061f

Browse files
committed
Skip Buildkit digest tests
(see moby/buildkit#3736) Signed-off-by: Laura Brehm <[email protected]>
1 parent 221f6ad commit ee7061f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildkit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ jobs:
121121
TEST_DOCKERD: "1"
122122
TEST_DOCKERD_BINARY: "./build/moby/dockerd"
123123
TESTPKGS: "./${{ matrix.pkg }}"
124-
TESTFLAGS: "-v --parallel=1 --timeout=30m --run=//worker=${{ matrix.worker }}$"
124+
# Skip buildkit tests checking the digest (see https://github.com/moby/buildkit/pull/3736)
125+
TESTFLAGS: "-v --parallel=1 --timeout=30m --run=/^Test([^R]|.[^e]|..[^p]|...[^r]|....[^o]|.....[^S])/worker=${{ matrix.worker }}$"
125126
working-directory: buildkit

0 commit comments

Comments
 (0)