Revert "Sync feature branch 7.0.0"#14419
Revert "Sync feature branch 7.0.0"#14419NickElliot wants to merge 1 commit intoFEATURE-BRANCH-major-release-7.0.0from
Conversation
This reverts commit 0afb840.
|
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.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_compute_backend_service" "primary" {
log_config {
optional_fields = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
boot_disk {
auto_delete = # value needed
device_name = # value needed
disk_encryption_key_raw = # value needed
disk_encryption_key_rsa = # value needed
disk_encryption_service_account = # value needed
guest_os_features = # value needed
kms_key_self_link = # value needed
mode = # value needed
}
}
Resource: resource "google_container_cluster" "primary" {
node_config {
windows_node_config {
osversion = # value needed
}
}
node_pool {
network_config {
network_performance_config {
total_egress_bandwidth_tier = # value needed
}
pod_ipv4_cidr_block = # value needed
}
node_config {
windows_node_config {
osversion = # value needed
}
}
placement_policy {
tpu_topology = # value needed
}
}
}
Resource: resource "google_storage_bucket_object" "primary" {
detect_md5hash = # value needed
}
|
Tests analyticsTotal tests: 4881 Click here to see the affected service packages
🔴 Tests were added that are skipped in VCR:
🔴 Tests were added that are GA-only additions and require manual runs:
Action takenFound 400 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🔴 Tests failed when rerunning REPLAYING mode: Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made. Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
Reverts #14353
was performed as a squash commit rather than a commit merge which is causing issues with future syncs