Add support for dynamic nic to GCE instance/template#16303
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_instance_from_machine_image" "primary" {
network_interface {
vlan = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
network_interface {
vlan = # value needed
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
|
It looks like the unit test failed as the fields need to be added to the meta.yaml files |
|
🔴 The provider crashed while running the VCR tests in REPLAYING mode |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_instance_from_machine_image" "primary" {
network_interface {
vlan = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
network_interface {
vlan = # value needed
}
}
Resource: resource "google_compute_region_instance_template" "primary" {
network_interface {
network_attachment = # value needed
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
|
Failed tgc integration test is unrelated. |
Non-exercised tests🔴 Tests were added that are GA-only additions and require manual runs:
Tests analyticsTotal tests: 1334 Click here to see the affected service packages
Action takenFound 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_instance_from_machine_image" "primary" {
network_interface {
vlan = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
network_interface {
vlan = # value needed
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
zli82016
left a comment
There was a problem hiding this comment.
LGTM if all of the tests pass.
Non-exercised tests🔴 Tests were added that are GA-only additions and require manual runs:
Tests analyticsTotal tests: 1334 Click here to see the affected service packages
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
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_instance_from_machine_image" "primary" {
network_interface {
vlan = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
network_interface {
vlan = # value needed
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
4352529
Non-exercised tests🔴 Tests were added that are GA-only additions and require manual runs:
Tests analyticsTotal tests: 1334 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Supports https://docs.cloud.google.com/vpc/docs/create-use-multiple-interfaces#example-dynamic but not yet https://docs.cloud.google.com/vpc/docs/add-dynamic-nics as the update code is gonna be fun to work out.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.