Skip to content

Commit

Permalink
e2e: add kata.contrast-node-installer-image reproducibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 31, 2024
1 parent 607cfd5 commit fefb824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# is reproducible across individual builds (as the --rebuild flag is used, causing Nix to rebuild the node-installer-image derivation)
# and across independent builds on Ubuntu 20.04 and 22.04 (which also test the reproducibility of the transitive closure of our packages, as no shared
# cache is present between the two machines)
build-target: ["microsoft.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

0 comments on commit fefb824

Please sign in to comment.