ci: disable testing mergeop and diffop with the dockerd worker
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com> Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
This commit is contained in:
parent
0ac3bf837b
commit
f5050d4ef2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/buildkit.yml
vendored
3
.github/workflows/buildkit.yml
vendored
|
@ -70,6 +70,9 @@ jobs:
|
|||
name: Prepare
|
||||
run: |
|
||||
disabledFeatures="cache_backend_azblob,cache_backend_s3"
|
||||
if [ "${{ matrix.worker }}" = "dockerd" ]; then
|
||||
disabledFeatures="${disabledFeatures},merge_diff"
|
||||
fi
|
||||
echo "BUILDKIT_TEST_DISABLE_FEATURES=${disabledFeatures}" >> $GITHUB_ENV
|
||||
-
|
||||
name: Checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue