Merge pull request #44337 from thaJeztah/buildkit_skip_unit

gha: buildkit: remove "skip-integration-tests" from matrix
This commit is contained in:
Sebastiaan van Stijn 2022-10-21 01:59:41 +02:00 committed by GitHub
commit 64cb636b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 10 deletions

View File

@ -52,16 +52,13 @@ jobs:
fail-fast: false
matrix:
pkg:
- ./client
- ./cmd/buildctl
- ./solver
- ./frontend
- ./frontend/dockerfile
- client
- cmd/buildctl
- solver
- frontend
- frontend/dockerfile
typ:
- integration
include:
- pkg: ./...
skip-integration-tests: 1
steps:
-
name: Checkout
@ -110,7 +107,6 @@ jobs:
CONTEXT: "."
TEST_DOCKERD: "1"
TEST_DOCKERD_BINARY: "./build/moby/binary-daemon/dockerd"
TESTPKGS: "${{ matrix.pkg }}"
TESTPKGS: "./${{ matrix.pkg }}"
TESTFLAGS: "-v --parallel=1 --timeout=30m --run=//worker=dockerd$"
SKIP_INTEGRATION_TESTS: "${{ matrix.skip-integration-tests }}"
working-directory: buildkit