We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221f6ad commit ee7061fCopy full SHA for ee7061f
.github/workflows/buildkit.yml
@@ -121,5 +121,6 @@ jobs:
121
TEST_DOCKERD: "1"
122
TEST_DOCKERD_BINARY: "./build/moby/dockerd"
123
TESTPKGS: "./${{ matrix.pkg }}"
124
- TESTFLAGS: "-v --parallel=1 --timeout=30m --run=//worker=${{ matrix.worker }}$"
+ # 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 }}$"
126
working-directory: buildkit
0 commit comments