Skip to content

Commit

Permalink
Make just command for tdx testing self-complete.
Browse files Browse the repository at this point in the history
It calls containers_placer_artifacts, which requires the hello_world
container bundle and the nvidia image to be built.

Change-Id: If0485a3544c809038a2c4fed9a0108a23812f7a3
  • Loading branch information
Changochen committed Jan 28, 2025
1 parent 9070c20 commit ca59464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ kokoro_oak_containers: oak_functions_containers_app_bundle_tar oak_containers_te

# This is for use with the `oak-containers-test.sh` helper script for testing on the TDX machines.
# Ask dingelish@ or jibbl@ for more info.
oak_containers_tdx_testing: stage0_bin_tdx stage1_cpio oak_containers_kernel oak_containers_system_image oak_functions_containers_app_bundle_tar oak_containers_launcher containers_placer_artifacts
oak_containers_tdx_testing: stage0_bin_tdx stage1_cpio oak_containers_kernel oak_containers_system_image oak_functions_containers_app_bundle_tar oak_containers_nvidia_system_image oak_containers_hello_world_container_bundle_tar oak_containers_launcher containers_placer_artifacts

# This list should contain all crates that either are not yet bazelified.
# b/357687528 - Bazelify oak_session_wasm
Expand Down

0 comments on commit ca59464

Please sign in to comment.