[bazel] Temporarily remove IWYU CI job
Appeasing IWYU and the Gazelle-generated BUILD.bazel files is currently annoying for devs working on non-linux environments. I have been experimenting with removing the gazelle rules (but still keeping our BUILD.bazel rules organized), which would alleviate some of the burden here. Until that is finished, we can stop one of the two jobs. Change-Id: Id6c43bd98c6ce41e1ae9a6bfc1102ff47a6e5b1f Bug: skia:12541 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/543496 Reviewed-by: Brian Salomon <bsalomon@google.com>
This commit is contained in:
parent
163db5205d
commit
66ef531e8d
@ -12,11 +12,6 @@
|
||||
},
|
||||
{"name": "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker"},
|
||||
{"name": "Build-Debian10-GCC-x86_64-Release-Shared_Docker"},
|
||||
{"name": "Build-Debian10-BazelClang-x86_64-Release-IWYU",
|
||||
"cq_config": {
|
||||
"location_regexes": ["src/sksl/*", "src/svg/*", "src/utils/*", "tools/debugger/*"]
|
||||
}
|
||||
},
|
||||
{"name": "Build-Debian10-Clang-arm-Debug-Android",
|
||||
"cq_config": {}
|
||||
},
|
||||
|
@ -5,11 +5,6 @@
|
||||
"BazelBuild-modules_canvaskit_canvaskit_wasm-debug-linux_x64"
|
||||
]
|
||||
},
|
||||
"Build-Debian10-BazelClang-x86_64-Release-IWYU": {
|
||||
"tasks": [
|
||||
"Build-Debian10-BazelClang-x86_64-Release-IWYU"
|
||||
]
|
||||
},
|
||||
"Build-Debian10-Clang-arm-Debug-Android": {
|
||||
"tasks": [
|
||||
"Build-Debian10-Clang-arm-Debug-Android"
|
||||
@ -3224,43 +3219,6 @@
|
||||
"max_attempts": 1,
|
||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||
},
|
||||
"Build-Debian10-BazelClang-x86_64-Release-IWYU": {
|
||||
"casSpec": "compile",
|
||||
"cipd_packages": [
|
||||
{
|
||||
"name": "skia/bots/bazelisk",
|
||||
"path": "bazelisk",
|
||||
"version": "version:0"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
"./bazel_check_includes",
|
||||
"--project_id",
|
||||
"skia-swarming-bots",
|
||||
"--task_id",
|
||||
"<(TASK_ID)",
|
||||
"--task_name",
|
||||
"Build-Debian10-BazelClang-x86_64-Release-IWYU"
|
||||
],
|
||||
"dependencies": [
|
||||
"Housekeeper-PerCommit-BuildTaskDrivers_linux_amd64"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-Haswell_GCE",
|
||||
"gpu:none",
|
||||
"machine_type:n1-standard-16",
|
||||
"os:Debian-10.3",
|
||||
"pool:Skia"
|
||||
],
|
||||
"env_prefixes": {
|
||||
"PATH": [
|
||||
"bazelisk"
|
||||
]
|
||||
},
|
||||
"idempotent": true,
|
||||
"max_attempts": 1,
|
||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||
},
|
||||
"Build-Debian10-Clang-arm-Debug-Android": {
|
||||
"caches": [
|
||||
{
|
||||
@ -82834,14 +82792,6 @@
|
||||
}
|
||||
},
|
||||
"commit_queue": {
|
||||
"Build-Debian10-BazelClang-x86_64-Release-IWYU": {
|
||||
"location_regexes": [
|
||||
"src/sksl/*",
|
||||
"src/svg/*",
|
||||
"src/utils/*",
|
||||
"tools/debugger/*"
|
||||
]
|
||||
},
|
||||
"Build-Debian10-Clang-arm-Debug-Android": {},
|
||||
"Build-Debian10-Clang-arm-Release-Android_API26": {},
|
||||
"Build-Debian10-Clang-arm64-Debug-Android": {},
|
||||
|
Loading…
Reference in New Issue
Block a user