[roll] Roll the config repository GitOrigin-RevId: 6dfe4d8d6fd2239a2d707411ed1bd80f9512d03a Change-Id: I6607efdea947a53597ddc8e29c7b47497615d2b6
diff --git a/generated/pigweed/for_review_only/buildbucket/ci/integration-pigweed-static-analysis.textproto b/generated/pigweed/for_review_only/buildbucket/ci/integration-pigweed-static-analysis.textproto deleted file mode 100644 index 626130e..0000000 --- a/generated/pigweed/for_review_only/buildbucket/ci/integration-pigweed-static-analysis.textproto +++ /dev/null
@@ -1,73 +0,0 @@ -# Auto-generated by lucicfg. -# Do not modify manually. -# -# For the schema of this file, see Bucket message: -# https://luci-config.appspot.com/schemas/projects:buildbucket.cfg - -name: "ci" -acls { - group: "all" -} -acls { - role: SCHEDULER - identity: "user:luci-scheduler@appspot.gserviceaccount.com" -} -acls { - role: SCHEDULER - identity: "user:pigweed-ci-builder@pigweed.google.com.iam.gserviceaccount.com" -} -swarming { - builders { - name: "integration-pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.ci" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/integration",' - ' "root_subdirectory": "pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "dry_run": true,' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 50 - execution_timeout_secs: 2700 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-ci-builder@pigweed.google.com.iam.gserviceaccount.com" - experimental: YES - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } -}
diff --git a/generated/pigweed/for_review_only/buildbucket/ci/pigweed-static-analysis.textproto b/generated/pigweed/for_review_only/buildbucket/ci/pigweed-static-analysis.textproto deleted file mode 100644 index cac23dc..0000000 --- a/generated/pigweed/for_review_only/buildbucket/ci/pigweed-static-analysis.textproto +++ /dev/null
@@ -1,70 +0,0 @@ -# Auto-generated by lucicfg. -# Do not modify manually. -# -# For the schema of this file, see Bucket message: -# https://luci-config.appspot.com/schemas/projects:buildbucket.cfg - -name: "ci" -acls { - group: "all" -} -acls { - role: SCHEDULER - identity: "user:luci-scheduler@appspot.gserviceaccount.com" -} -acls { - role: SCHEDULER - identity: "user:pigweed-ci-builder@pigweed.google.com.iam.gserviceaccount.com" -} -swarming { - builders { - name: "pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.ci" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 40 - execution_timeout_secs: 2700 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-ci-builder@pigweed.google.com.iam.gserviceaccount.com" - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } -}
diff --git a/generated/pigweed/for_review_only/buildbucket/try/integration-pigweed-static-analysis.textproto b/generated/pigweed/for_review_only/buildbucket/try/integration-pigweed-static-analysis.textproto deleted file mode 100644 index e9e6bc8..0000000 --- a/generated/pigweed/for_review_only/buildbucket/try/integration-pigweed-static-analysis.textproto +++ /dev/null
@@ -1,74 +0,0 @@ -# Auto-generated by lucicfg. -# Do not modify manually. -# -# For the schema of this file, see Bucket message: -# https://luci-config.appspot.com/schemas/projects:buildbucket.cfg - -name: "try" -acls { - group: "all" -} -acls { - role: SCHEDULER - identity: "user:pigweed-try-builder@pigweed.google.com.iam.gserviceaccount.com" -} -acls { - role: SCHEDULER - group: "project-pigweed-tryjob-access" -} -swarming { - builders { - name: "integration-pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.try" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/integration",' - ' "root_subdirectory": "pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "dry_run": true,' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 50 - execution_timeout_secs: 2700 - expiration_secs: 7200 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-try-builder@pigweed.google.com.iam.gserviceaccount.com" - experimental: YES - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } -}
diff --git a/generated/pigweed/for_review_only/buildbucket/try/pigweed-static-analysis.textproto b/generated/pigweed/for_review_only/buildbucket/try/pigweed-static-analysis.textproto deleted file mode 100644 index 4631a8e..0000000 --- a/generated/pigweed/for_review_only/buildbucket/try/pigweed-static-analysis.textproto +++ /dev/null
@@ -1,71 +0,0 @@ -# Auto-generated by lucicfg. -# Do not modify manually. -# -# For the schema of this file, see Bucket message: -# https://luci-config.appspot.com/schemas/projects:buildbucket.cfg - -name: "try" -acls { - group: "all" -} -acls { - role: SCHEDULER - identity: "user:pigweed-try-builder@pigweed.google.com.iam.gserviceaccount.com" -} -acls { - role: SCHEDULER - group: "project-pigweed-tryjob-access" -} -swarming { - builders { - name: "pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.try" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 40 - execution_timeout_secs: 2700 - expiration_secs: 7200 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-try-builder@pigweed.google.com.iam.gserviceaccount.com" - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } -}
diff --git a/generated/pigweed/luci/cr-buildbucket.cfg b/generated/pigweed/luci/cr-buildbucket.cfg index a41b25f..8e9b8c3 100644 --- a/generated/pigweed/luci/cr-buildbucket.cfg +++ b/generated/pigweed/luci/cr-buildbucket.cfg
@@ -2551,59 +2551,6 @@ } } builders { - name: "integration-pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.ci" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/integration",' - ' "root_subdirectory": "pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "dry_run": true,' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 50 - execution_timeout_secs: 2700 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-ci-builder@pigweed.google.com.iam.gserviceaccount.com" - experimental: YES - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } - builders { name: "integration-pigweed-stm32f429i-combined" swarming_host: "chromium-swarm.appspot.com" dimensions: "cores:32|16" @@ -4614,56 +4561,6 @@ } } builders { - name: "pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.ci" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 40 - execution_timeout_secs: 2700 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-ci-builder@pigweed.google.com.iam.gserviceaccount.com" - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } - builders { name: "pigweed-stm32f429i" swarming_host: "chromium-swarm.appspot.com" dimensions: "120:cores:2" @@ -9287,60 +9184,6 @@ } } builders { - name: "integration-pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.try" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/integration",' - ' "root_subdirectory": "pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "dry_run": true,' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 50 - execution_timeout_secs: 2700 - expiration_secs: 7200 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-try-builder@pigweed.google.com.iam.gserviceaccount.com" - experimental: YES - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } - builders { name: "integration-pigweed-stm32f429i-combined" swarming_host: "chromium-swarm.appspot.com" dimensions: "cores:32|16" @@ -11666,57 +11509,6 @@ } } builders { - name: "pigweed-static-analysis" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cores:32|16" - dimensions: "cpu:x64|x86-64" - dimensions: "os:Debian" - dimensions: "pool:luci.pigweed.try" - exe { - cipd_package: "pigweed/infra/recipe_bundles/pigweed.googlesource.com/infra/recipes" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "checkout_options": {' - ' "branch": "main",' - ' "equivalent_remotes": [],' - ' "initialize_submodules": true,' - ' "match_branch": true,' - ' "remote": "https://pigweed.googlesource.com/pigweed/pigweed",' - ' "use_repo": false,' - ' "use_trigger": true' - ' },' - ' "environment_options": {' - ' "config_file": "pw_env_setup/config.json"' - ' },' - ' "pw_presubmit_options": {' - ' "step": [' - ' "static_analysis"' - ' ]' - ' },' - ' "recipe": "pw_presubmit"' - '}' - priority: 40 - execution_timeout_secs: 2700 - expiration_secs: 7200 - caches { - name: "builder" - path: "builder" - } - caches { - name: "pip" - path: "pip" - wait_for_warm_cache_secs: 60 - } - service_account: "pigweed-try-builder@pigweed.google.com.iam.gserviceaccount.com" - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } - builders { name: "pigweed-stm32f429i" swarming_host: "chromium-swarm.appspot.com" dimensions: "120:cores:2"
diff --git a/generated/pigweed/luci/luci-notify.cfg b/generated/pigweed/luci/luci-notify.cfg index e64176d..0f98c2d 100644 --- a/generated/pigweed/luci/luci-notify.cfg +++ b/generated/pigweed/luci/luci-notify.cfg
@@ -778,29 +778,6 @@ } builders { bucket: "ci" - name: "pigweed-static-analysis" - repository: "https://pigweed.googlesource.com/pigweed/pigweed" - } -} -notifiers { - notifications { - on_occurrence: FAILURE - on_new_status: SUCCESS - email { - recipients: "pigweed-build-notify@google.com" - } - template: "default" - } - notifications { - on_occurrence: INFRA_FAILURE - email { - recipients: "pigweed-build-notify@google.com" - recipients: "pigweed-infra-alerts@google.com" - } - template: "default" - } - builders { - bucket: "ci" name: "pigweed-windows-main-host-disco" repository: "https://pigweed.googlesource.com/pigweed/pigweed" } @@ -1967,19 +1944,6 @@ } builders { bucket: "try" - name: "pigweed-static-analysis" - } -} -notifiers { - notifications { - on_occurrence: INFRA_FAILURE - email { - recipients: "pigweed-infra-alerts@google.com" - } - template: "default" - } - builders { - bucket: "try" name: "pigweed-windows-gn-hosttools" } }
diff --git a/generated/pigweed/luci/luci-scheduler.cfg b/generated/pigweed/luci/luci-scheduler.cfg index e6f80c5..39904ba 100644 --- a/generated/pigweed/luci/luci-scheduler.cfg +++ b/generated/pigweed/luci/luci-scheduler.cfg
@@ -591,16 +591,6 @@ } } job { - id: "integration-pigweed-static-analysis" - realm: "ci" - acl_sets: "ci" - buildbucket { - server: "cr-buildbucket.appspot.com" - bucket: "ci" - builder: "integration-pigweed-static-analysis" - } -} -job { id: "integration-pigweed-stm32f429i-combined" realm: "ci" schedule: "triggered" @@ -1114,16 +1104,6 @@ } } job { - id: "pigweed-static-analysis" - realm: "ci" - acl_sets: "ci" - buildbucket { - server: "cr-buildbucket.appspot.com" - bucket: "ci" - builder: "pigweed-static-analysis" - } -} -job { id: "pigweed-stm32f429i" realm: "ci" schedule: "triggered" @@ -1401,7 +1381,6 @@ triggers: "pigweed-mac-main-host-disco" triggers: "pigweed-mac-qemu-compatibility-clang-armgcc" triggers: "pigweed-mac-qemu-main-clang-armgcc" - triggers: "pigweed-static-analysis" triggers: "pigweed-windows-main-host-disco" triggers: "pigweed-xref-generator" gitiles { @@ -1477,7 +1456,6 @@ triggers: "integration-pigweed-mac-main-host-disco" triggers: "integration-pigweed-mac-qemu-compatibility-clang-armgcc" triggers: "integration-pigweed-mac-qemu-main-clang-armgcc" - triggers: "integration-pigweed-static-analysis" triggers: "integration-pigweed-windows-main-host-disco" gitiles { repo: "https://pigweed.googlesource.com/pigweed/integration"