| # Auto-generated by lucicfg. |
| # Do not modify manually. |
| # |
| # For the schema of this file, see BuildbucketCfg message: |
| # https://luci-config.appspot.com/schemas/projects:buildbucket.cfg |
| |
| buckets { |
| 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: "docs-builder" |
| 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: |
| '{' |
| ' "build_options": {' |
| ' "gn_args": [' |
| ' "pw_docs_google_analytics_id=\\"G-JQJJWFZWFB\\""' |
| ' ],' |
| ' "ninja_targets": [' |
| ' "docs"' |
| ' ]' |
| ' },' |
| ' "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' |
| ' },' |
| ' "dry_run": false,' |
| ' "environment_options": {' |
| ' "config_file": "pw_env_setup/config.json"' |
| ' },' |
| ' "recipe": "docs_builder"' |
| '}' |
| 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-doc-builder@pigweed.google.com.iam.gserviceaccount.com" |
| experiments { |
| key: "luci.recipes.use_python3" |
| value: 100 |
| } |
| } |
| builders { |
| name: "envtest-linux-python2" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "environment_variables": [' |
| ' "PW_BOOTSTRAP_PYTHON=python2"' |
| ' ],' |
| ' "recipe": "envtest"' |
| '}' |
| 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: "envtest-linux-python3" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "environment_variables": [' |
| ' "PW_BOOTSTRAP_PYTHON=python3"' |
| ' ],' |
| ' "recipe": "envtest"' |
| '}' |
| 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: "envtest-mac" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "macos_sdk.version": "11c29",' |
| ' "recipe": "envtest"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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: "envtest-windows" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "recipe": "envtest"' |
| '}' |
| 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: "experimental-envtest" |
| 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/experimental",' |
| ' "use_repo": false,' |
| ' "use_trigger": true' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "dry_run": true,' |
| ' "recipe": "envtest"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 3600 |
| 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: "experimental-full" |
| 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/experimental",' |
| ' "use_repo": false,' |
| ' "use_trigger": true' |
| ' },' |
| ' "environment_options": {' |
| ' "config_file": "env_setup.json",' |
| ' "relative_pigweed_root": "third_party/pigweed",' |
| ' "root_variable_name": "PIGWEED_EXPERIMENTAL_ROOT"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "program": [' |
| ' "full"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 3600 |
| 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: "experimental-lintformat" |
| 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/experimental",' |
| ' "use_repo": false,' |
| ' "use_trigger": true' |
| ' },' |
| ' "dry_run": true,' |
| ' "environment_options": {' |
| ' "config_file": "env_setup.json",' |
| ' "relative_pigweed_root": "third_party/pigweed",' |
| ' "root_variable_name": "PIGWEED_EXPERIMENTAL_ROOT"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "program": [' |
| ' "lintformat"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 1500 |
| 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: "host-tools-builder-linux" |
| 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: |
| '{' |
| ' "add_cipd_platform": true,' |
| ' "artifacts": [' |
| ' "host_tools/*"' |
| ' ],' |
| ' "build_options": {' |
| ' "gn_args": [],' |
| ' "ninja_targets": [' |
| ' "host_tools"' |
| ' ]' |
| ' },' |
| ' "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' |
| ' },' |
| ' "cipd_path": "pigweed/host_tools",' |
| ' "dry_run": false,' |
| ' "environment_options": {' |
| ' "config_file": "pw_env_setup/config.json"' |
| ' },' |
| ' "recipe": "target_to_cipd",' |
| ' "replacements": [' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_clang_debug/"' |
| ' },' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_gcc_debug/"' |
| ' },' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_tools/"' |
| ' }' |
| ' ],' |
| ' "roller_name": null' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "go" |
| path: "go" |
| wait_for_warm_cache_secs: 120 |
| } |
| caches { |
| name: "pip" |
| path: "pip" |
| wait_for_warm_cache_secs: 60 |
| } |
| service_account: "pigweed-roller@pigweed.google.com.iam.gserviceaccount.com" |
| experiments { |
| key: "luci.recipes.use_python3" |
| value: 100 |
| } |
| } |
| builders { |
| name: "host-tools-builder-mac" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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: |
| '{' |
| ' "add_cipd_platform": true,' |
| ' "artifacts": [' |
| ' "host_tools/*"' |
| ' ],' |
| ' "build_options": {' |
| ' "gn_args": [],' |
| ' "ninja_targets": [' |
| ' "host_tools"' |
| ' ]' |
| ' },' |
| ' "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' |
| ' },' |
| ' "cipd_path": "pigweed/host_tools",' |
| ' "dry_run": false,' |
| ' "environment_options": {' |
| ' "config_file": "pw_env_setup/config.json"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "recipe": "target_to_cipd",' |
| ' "replacements": [' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_clang_debug/"' |
| ' },' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_gcc_debug/"' |
| ' },' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_tools/"' |
| ' }' |
| ' ],' |
| ' "roller_name": null' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "go" |
| path: "go" |
| wait_for_warm_cache_secs: 120 |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| caches { |
| name: "pip" |
| path: "pip" |
| wait_for_warm_cache_secs: 60 |
| } |
| service_account: "pigweed-roller@pigweed.google.com.iam.gserviceaccount.com" |
| experiments { |
| key: "luci.recipes.use_python3" |
| value: 100 |
| } |
| } |
| builders { |
| name: "host-tools-builder-windows" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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: |
| '{' |
| ' "add_cipd_platform": true,' |
| ' "artifacts": [' |
| ' "host_tools/*"' |
| ' ],' |
| ' "build_options": {' |
| ' "gn_args": [],' |
| ' "ninja_targets": [' |
| ' "host_tools"' |
| ' ]' |
| ' },' |
| ' "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' |
| ' },' |
| ' "cipd_path": "pigweed/host_tools",' |
| ' "dry_run": false,' |
| ' "environment_options": {' |
| ' "config_file": "pw_env_setup/config.json"' |
| ' },' |
| ' "recipe": "target_to_cipd",' |
| ' "replacements": [' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_clang_debug/"' |
| ' },' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_gcc_debug/"' |
| ' },' |
| ' {' |
| ' "new": "",' |
| ' "old": "host_tools/"' |
| ' }' |
| ' ],' |
| ' "roller_name": null' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "go" |
| path: "go" |
| wait_for_warm_cache_secs: 120 |
| } |
| caches { |
| name: "pip" |
| path: "pip" |
| wait_for_warm_cache_secs: 60 |
| } |
| service_account: "pigweed-roller@pigweed.google.com.iam.gserviceaccount.com" |
| experiments { |
| key: "luci.recipes.use_python3" |
| value: 100 |
| } |
| } |
| builders { |
| name: "integration-envtest-linux-python2" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "dry_run": true,' |
| ' "environment_variables": [' |
| ' "PW_BOOTSTRAP_PYTHON=python2"' |
| ' ],' |
| ' "recipe": "envtest"' |
| '}' |
| 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-envtest-linux-python3" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "dry_run": true,' |
| ' "environment_variables": [' |
| ' "PW_BOOTSTRAP_PYTHON=python3"' |
| ' ],' |
| ' "recipe": "envtest"' |
| '}' |
| 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-envtest-mac" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "dry_run": true,' |
| ' "macos_sdk.version": "11c29",' |
| ' "recipe": "envtest"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-envtest-windows" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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' |
| ' },' |
| ' "command": "python -m pw_cli --directory $PW_PROJECT_ROOT --loglevel debug presubmit --step gn_gen_check",' |
| ' "dry_run": true,' |
| ' "recipe": "envtest"' |
| '}' |
| 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-integration-pigweed-lintformat" |
| 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": {' |
| ' "program": [' |
| ' "lintformat"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 1500 |
| 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-linux-bazel-build-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-9" |
| 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": [' |
| ' "bazel_build"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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-linux-bazel-build-host-clang-debian11" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-11" |
| 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": [' |
| ' "bazel_build"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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-linux-bazel-test-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-9" |
| 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": [' |
| ' "bazel_test"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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-linux-bazel-test-host-clang-debian11" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-11" |
| 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": [' |
| ' "bazel_test"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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-linux-cmake-host-clang" |
| 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": [' |
| ' "cmake_clang"' |
| ' ]' |
| ' },' |
| ' "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-linux-cmake-host-gcc" |
| 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": [' |
| ' "cmake_gcc"' |
| ' ]' |
| ' },' |
| ' "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-linux-compatibility-host-disco" |
| 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/compatibility.json"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_build_check"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-crypto-boringssl" |
| 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": [' |
| ' "gn_crypto_boringssl_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-crypto-build-micro-ecc" |
| 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": [' |
| ' "gn_crypto_micro_ecc_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-crypto-mbedtls" |
| 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": [' |
| ' "gn_crypto_mbedtls_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-nanopb" |
| 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": [' |
| ' "gn_nanopb_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-software-update" |
| 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": [' |
| ' "gn_software_update_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-system-demo" |
| 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": [' |
| ' "gn_pw_system_demo_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-gn-teensy" |
| 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": [' |
| ' "gn_teensy_build"' |
| ' ]' |
| ' },' |
| ' "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-linux-main-host-disco" |
| 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": [' |
| ' "gn_full_build_check"' |
| ' ]' |
| ' },' |
| ' "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-linux-qemu-compatibility-clang-armgcc" |
| 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/compatibility.json"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_qemu_check"' |
| ' ]' |
| ' },' |
| ' "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-linux-qemu-main-clang-armgcc" |
| 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": [' |
| ' "gn_full_qemu_check"' |
| ' ]' |
| ' },' |
| ' "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-linux-san-asan" |
| 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": [' |
| ' "asan"' |
| ' ]' |
| ' },' |
| ' "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-linux-san-tsan" |
| 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": [' |
| ' "tsan"' |
| ' ]' |
| ' },' |
| ' "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-linux-san-ubsan" |
| 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": [' |
| ' "ubsan"' |
| ' ]' |
| ' },' |
| ' "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-linux-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-mac-bazel-test-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "bazel_test"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-cmake-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "cmake_clang"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-cmake-host-gcc" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "cmake_gcc"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-compatibility-host-disco" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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/compatibility.json"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_build_check"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-gn-nanopb" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_nanopb_build"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-gn-teensy" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_teensy_build"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-main-host-disco" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_build_check"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-qemu-compatibility-clang-armgcc" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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/compatibility.json"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_qemu_check"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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-mac-qemu-main-clang-armgcc" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Mac" |
| 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"' |
| ' },' |
| ' "macos_sdk.version": "11c29",' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_qemu_check"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "builder" |
| path: "builder" |
| } |
| caches { |
| name: "macos_sdk" |
| path: "macos_sdk" |
| wait_for_warm_cache_secs: 120 |
| } |
| 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" |
| 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": [' |
| ' "stm32f429i"' |
| ' ]' |
| ' },' |
| ' "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-windows-bazel-test-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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": [' |
| ' "bazel_test"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 50 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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-windows-compatibility-host-disco" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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/compatibility.json"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_build_check"' |
| ' ]' |
| ' },' |
| ' "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-windows-gn-nanopb" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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": [' |
| ' "gn_nanopb_build"' |
| ' ]' |
| ' },' |
| ' "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-windows-main-host-disco" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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": [' |
| ' "gn_full_build_check"' |
| ' ]' |
| ' },' |
| ' "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-windows-qemu-compatibility-clang-armgcc" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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/compatibility.json"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "gn_full_qemu_check"' |
| ' ]' |
| ' },' |
| ' "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-windows-qemu-main-clang-armgcc" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Windows-10" |
| 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": [' |
| ' "gn_full_qemu_check"' |
| ' ]' |
| ' },' |
| ' "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: "pigweed-lintformat" |
| 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": {' |
| ' "program": [' |
| ' "lintformat"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2100 |
| 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-linux-bazel-build-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-9" |
| 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": [' |
| ' "bazel_build"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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-linux-bazel-build-host-clang-debian11" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-11" |
| 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' |
| ' },' |
| ' "dry_run": true,' |
| ' "environment_options": {' |
| ' "config_file": "pw_env_setup/config.json"' |
| ' },' |
| ' "pw_presubmit_options": {' |
| ' "step": [' |
| ' "bazel_build"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel" |
| wait_for_warm_cache_secs: 60 |
| } |
| 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: "pigweed-linux-bazel-test-host-clang" |
| swarming_host: "chromium-swarm.appspot.com" |
| dimensions: "cores:32|16" |
| dimensions: "cpu:x64|x86-64" |
| dimensions: "os:Debian-9" |
| 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": [' |
| ' "bazel_test"' |
| ' ]' |
| ' },' |
| ' "recipe": "pw_presubmit"' |
| '}' |
| priority: 40 |
| execution_timeout_secs: 2700 |
| caches { |
| name: "bazel" |
| path: "bazel
|