Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 29, 2024
1 parent 17a5549 commit a0d174b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
# cache is present between the two machines)
#
# If adjusting the build-target, remember to also adjust the matrix for the collect-checksums job
build-target:
[
"microsoft.contrast-node-installer-image",
"kata.contrast-node-installer-image",
]
build-target: ["microsoft.contrast-node-installer-image", "kata.contrast-node-installer-image"]
fail-fast: false
# Usually we would define the matrix outputs here, but as GitHub Actions don't seem to allow per-combination outputs,
# we'll write the outputs without defining them here. See https://github.com/orgs/community/discussions/17245#discussioncomment-3814009.
Expand Down Expand Up @@ -77,11 +73,7 @@ jobs:
needs: os-matrix
strategy:
matrix:
build-target:
[
"microsoft.contrast-node-installer-image",
"kata.contrast-node-installer-image",
]
build-target: ["microsoft.contrast-node-installer-image", "kata.contrast-node-installer-image"]
steps:
- name: Download all checksum artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Expand All @@ -102,7 +94,7 @@ jobs:
seen[checksum] = []
assert len(seen) > 0
if len(seen) > 1:
print(f"At least one checksum mismatched for {target}:")
print("At least one checksum mismatched:")
print(json.dumps(seen, indent=2))
checksum_mismatch = True
if checksum_mismatch:
Expand Down

0 comments on commit a0d174b

Please sign in to comment.