-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Sync 7.0.0 feature branch 7.0.0 jul17 #14558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync 7.0.0 feature branch 7.0.0 jul17 #14558
Conversation
…latform#14181) Signed-off-by: Cezary Sobczak <Cezary.Sobczak@infogain.com> Co-authored-by: Riley Karson <rileykarson@google.com>
Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>
…nding_type field (GoogleCloudPlatform#14443) Co-authored-by: Cameron Thornton <camthornton@google.com>
…_floorsetting Resource (GoogleCloudPlatform#14457)
…gleCloudPlatform#14416) Co-authored-by: Francis O'Hara Aidoo <franciskohara@gmail.com> Co-authored-by: francis-ohara <francisohara@google.com> Co-authored-by: aamorifreeman <aamorifreeman@google.com>
…GoogleCloudPlatform#14380) Co-authored-by: Luca Prete <lucaprete@google.com>
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
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_bigquery_analytics_hub_data_exchange_subscription" "primary" {
linked_dataset_map {
resource_name = # value needed
}
}
Resource: resource "google_compute_region_url_map" "primary" {
path_matcher {
route_rules {
route_action {
request_mirror_policy {
mirror_percent = # value needed
}
}
}
}
}
Resource: resource "google_compute_reservation" "primary" {
delete_after_duration {
nanos = # value needed
}
}
Resource: resource "google_dialogflow_cx_webhook" "primary" {
enable_spell_correction = # value needed
enable_stackdriver_logging = # value needed
security_settings = # value needed
}
Resource: resource "google_gemini_gemini_gcp_enablement_setting" "primary" {
disable_web_grounding = # value needed
}
Resource: resource "google_vertex_ai_endpoint_with_model_garden_deployment" "primary" {
deploy_config {
dedicated_resources {
autoscaling_metric_specs {
metric_name = # value needed
target = # value needed
}
machine_spec {
multihost_gpu_node_count = # value needed
reservation_affinity {
key = # value needed
reservation_affinity_type = # value needed
values = # value needed
}
tpu_topology = # value needed
}
max_replica_count = # value needed
required_replica_count = # value needed
spot = # value needed
}
fast_tryout_enabled = # value needed
system_labels = # value needed
}
endpoint_config {
dedicated_endpoint_enabled = # value needed
endpoint_display_name = # value needed
}
hugging_face_model_id = # value needed
model_config {
container_spec {
args = # value needed
command = # value needed
deployment_timeout = # value needed
env {
name = # value needed
value = # value needed
}
grpc_ports {
container_port = # value needed
}
health_probe {
exec {
command = # value needed
}
failure_threshold = # value needed
grpc {
port = # value needed
service = # value needed
}
http_get {
host = # value needed
http_headers {
name = # value needed
value = # value needed
}
path = # value needed
port = # value needed
scheme = # value needed
}
initial_delay_seconds = # value needed
period_seconds = # value needed
success_threshold = # value needed
tcp_socket {
host = # value needed
port = # value needed
}
timeout_seconds = # value needed
}
health_route = # value needed
image_uri = # value needed
liveness_probe {
exec {
command = # value needed
}
failure_threshold = # value needed
grpc {
port = # value needed
service = # value needed
}
http_get {
host = # value needed
http_headers {
name = # value needed
value = # value needed
}
path = # value needed
port = # value needed
scheme = # value needed
}
initial_delay_seconds = # value needed
period_seconds = # value needed
success_threshold = # value needed
tcp_socket {
host = # value needed
port = # value needed
}
timeout_seconds = # value needed
}
ports {
container_port = # value needed
}
predict_route = # value needed
shared_memory_size_mb = # value needed
startup_probe {
exec {
command = # value needed
}
failure_threshold = # value needed
grpc {
port = # value needed
service = # value needed
}
http_get {
host = # value needed
http_headers {
name = # value needed
value = # value needed
}
path = # value needed
port = # value needed
scheme = # value needed
}
initial_delay_seconds = # value needed
period_seconds = # value needed
success_threshold = # value needed
tcp_socket {
host = # value needed
port = # value needed
}
timeout_seconds = # value needed
}
}
hugging_face_access_token = # value needed
hugging_face_cache_enabled = # value needed
model_display_name = # value needed
}
}
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Multiple resources addedThis PR adds multiple new resources: Missing doc report (experimental)The following resources have fields missing in documents.
|
Non-exercised tests🔴 Tests were added that are skipped in VCR:
🔴 Tests were added that are GA-only additions and require manual runs:
Tests analyticsTotal tests: 5321 Click here to see the affected service packages
Found 27 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. |
87f7bfd
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.