Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ jobs:
});
-
name: Build
run: |
./hack/build_ci_first_pass integration-tests
env:
CACHE_FROM: type=gha,scope=${{ inputs.cache_scope }}
CACHE_TO: type=gha,scope=${{ inputs.cache_scope }}
uses: docker/bake-action@v2
with:
targets: integration-tests-base
set: |
*.cache-from=type=gha,scope=${{ inputs.cache_scope }}
*.cache-to=type=gha,scope=${{ inputs.cache_scope }}

run:
runs-on: ubuntu-20.04
Expand Down
6 changes: 6 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ target "release" {
output = [bindir("release")]
}

target "integration-tests-base" {
inherits = ["_common"]
target = "integration-tests-base"
output = ["type=cacheonly"]
}

group "validate" {
targets = ["lint", "validate-vendor", "validate-doctoc", "validate-generated-files", "validate-shfmt"]
}
Expand Down
27 changes: 0 additions & 27 deletions hack/build_ci_first_pass

This file was deleted.