-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
folder policy orchestrator #13547
base: main
Are you sure you want to change the base?
folder policy orchestrator #13547
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs. @melinath, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
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_os_config_v2_policy_orchestrator_for_folder" "primary" {
orchestrated_resource {
os_policy_assignment_v1_payload {
description = # value needed
etag = # value needed
instance_filter {
all = # value needed
exclusion_labels {
labels = # value needed
}
inclusion_labels {
labels = # value needed
}
inventories {
os_version = # value needed
}
}
name = # value needed
os_policies {
allow_no_resource_group_match = # value needed
description = # value needed
resource_groups {
inventory_filters {
os_short_name = # value needed
os_version = # value needed
}
resources {
exec {
enforce {
args = # value needed
file {
allow_insecure = # value needed
gcs {
bucket = # value needed
generation = # value needed
object = # value needed
}
local_path = # value needed
remote {
sha256_checksum = # value needed
uri = # value needed
}
}
interpreter = # value needed
output_file_path = # value needed
script = # value needed
}
validate {
args = # value needed
file {
allow_insecure = # value needed
gcs {
bucket = # value needed
generation = # value needed
object = # value needed
}
local_path = # value needed
remote {
sha256_checksum = # value needed
uri = # value needed
}
}
interpreter = # value needed
output_file_path = # value needed
script = # value needed
}
}
file {
file {
allow_insecure = # value needed
gcs {
bucket = # value needed
generation = # value needed
object = # value needed
}
local_path = # value needed
remote {
sha256_checksum = # value needed
uri = # value needed
}
}
permissions = # value needed
}
pkg {
apt {
name = # value needed
}
deb {
pull_deps = # value needed
source {
allow_insecure = # value needed
gcs {
bucket = # value needed
generation = # value needed
object = # value needed
}
local_path = # value needed
remote {
sha256_checksum = # value needed
uri = # value needed
}
}
}
desired_state = # value needed
googet {
name = # value needed
}
msi {
properties = # value needed
source {
allow_insecure = # value needed
gcs {
bucket = # value needed
generation = # value needed
object = # value needed
}
local_path = # value needed
remote {
sha256_checksum = # value needed
uri = # value needed
}
}
}
rpm {
pull_deps = # value needed
source {
allow_insecure = # value needed
gcs {
bucket = # value needed
generation = # value needed
object = # value needed
}
local_path = # value needed
remote {
sha256_checksum = # value needed
uri = # value needed
}
}
}
yum {
name = # value needed
}
zypper {
name = # value needed
}
}
repository {
apt {
archive_type = # value needed
components = # value needed
distribution = # value needed
gpg_key = # value needed
uri = # value needed
}
goo {
name = # value needed
url = # value needed
}
yum {
base_url = # value needed
display_name = # value needed
gpg_keys = # value needed
id = # value needed
}
zypper {
base_url = # value needed
display_name = # value needed
gpg_keys = # value needed
id = # value needed
}
}
}
}
}
rollout {
disruption_budget {
fixed = # value needed
}
}
}
}
orchestration_scope {
selectors {
resource_hierarchy_selector {
included_folders = # value needed
included_projects = # value needed
}
}
}
orchestration_state {
current_iteration_state {
error {
code = # value needed
details {
type_url = # value needed
value = # value needed
}
message = # value needed
}
}
previous_iteration_state {
error {
code = # value needed
details {
type_url = # value needed
value = # value needed
}
message = # value needed
}
}
}
}
|
Tests analyticsTotal tests: 6 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.