colab: add workbench_runtime support to google_colab_notebook_execution - #18561
colab: add workbench_runtime support to google_colab_notebook_execution#18561slevenick wants to merge 1 commit into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit a8c0fd4: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_colab_notebook_execution" "primary" {
workbench_runtime {
vm_image {
name = # value needed
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @slevenick VCR tests complete for a8c0fd4! |
a8c0fd4 to
04e906a
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 04e906a: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_colab_notebook_execution" "primary" {
workbench_runtime {
vm_image {
name = # value needed
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @slevenick VCR tests complete for 04e906a! |
Add support for
workbench_runtimeand nestedvm_image(project,name,family) fields ingoogle_colab_notebook_execution.Fixes b/543479217