Skip to content

Commit

Permalink
ci(buildkit): remove regex skipping tests with digest inconsistency
Browse files Browse the repository at this point in the history
Skipping digest-related tests is no longer necessary after containerd/containerd@4065831

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
  • Loading branch information
crazy-max authored and neersighted committed Sep 21, 2023
1 parent 286704b commit d5b067e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buildkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,5 @@ jobs:
TEST_DOCKERD: "1"
TEST_DOCKERD_BINARY: "./build/moby/dockerd"
TESTPKGS: "./${{ matrix.pkg }}"
# Skip buildkit tests checking the digest (see https://github.com/moby/buildkit/pull/3736)
TESTFLAGS: "-v --parallel=1 --timeout=30m --run=/^Test([^R]|.[^e]|..[^p]|...[^r]|....[^o]|.....[^S])/worker=${{ matrix.worker }}$"
TESTFLAGS: "-v --parallel=1 --timeout=30m --run=//worker=${{ matrix.worker }}$"
working-directory: buildkit

0 comments on commit d5b067e

Please sign in to comment.