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
3 changes: 3 additions & 0 deletions .github/workflows/.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
name: Build
uses: docker/bake-action@v4
with:
provenance: false
targets: integration-tests-base
set: |
*.cache-from=type=gha,scope=${{ inputs.cache_scope }}
Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
name: Build test image
uses: docker/bake-action@v4
with:
provenance: false
targets: integration-tests
set: |
*.cache-from=type=gha,scope=${{ inputs.cache_scope }}
Expand Down Expand Up @@ -192,6 +194,7 @@ jobs:
with:
name: test-reports
path: ./bin/testreports
overwrite: true
-
name: Dump context
if: failure()
Expand Down
9 changes: 0 additions & 9 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ variable "CGO_ENABLED" {
variable "DESTDIR" {
default = ""
}

variable "TEST_IMAGE_NAME" {
default = "buildkit-tests"
}

function "bindir" {
params = [defaultdir]
result = DESTDIR != "" ? DESTDIR : "./bin/${defaultdir}"
Expand Down Expand Up @@ -110,10 +105,6 @@ target "integration-tests-base" {
target "integration-tests" {
inherits = ["integration-tests-base"]
target = "integration-tests"
attest = []
output = [
"type=docker,name=${TEST_IMAGE_NAME}",
]
}

group "validate" {
Expand Down
Loading
Loading