Skip to content

Commit

Permalink
e2e/runtime-reproducibility: add gpu image
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 27, 2025
1 parent f605c46 commit bfae245
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ 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"
- "kata.contrast-node-installer-image.gpu"
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 @@ -73,7 +76,10 @@ 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"
- "kata.contrast-node-installer-image.gpu"
steps:
- name: Download all checksum artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Expand Down

0 comments on commit bfae245

Please sign in to comment.