Browse Source

gha: buildkit: remove "skip-integration-tests" from matrix

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 2 years ago
parent
commit
cfa2f9a2f2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/buildkit.yml

+ 0 - 4
.github/workflows/buildkit.yml

@@ -59,9 +59,6 @@ jobs:
           - ./frontend/dockerfile
         typ:
           - integration
-        include:
-          - pkg: ./...
-            skip-integration-tests: 1
     steps:
       -
         name: Checkout
@@ -112,5 +109,4 @@ jobs:
           TEST_DOCKERD_BINARY: "./build/moby/binary-daemon/dockerd"
           TESTPKGS: "${{ matrix.pkg }}"
           TESTFLAGS: "-v --parallel=1 --timeout=30m --run=//worker=dockerd$"
-          SKIP_INTEGRATION_TESTS: "${{ matrix.skip-integration-tests }}"
         working-directory: buildkit