Revert "cr-buildbucket.cfg: Add cache for win_toolchain"
We already had these caches set up and luci-config now complains about
duplicate keys.
This reverts commit 484aca1d1f
.
This commit is contained in:
parent
8e335a5585
commit
0f2a106a2a
|
@ -91,10 +91,6 @@ buckets {
|
||||||
name: "dawn"
|
name: "dawn"
|
||||||
}
|
}
|
||||||
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
caches {
|
|
||||||
path: "win_toolchain"
|
|
||||||
name: "win_toolchain"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Linux: test combinations of {clang}x{release,debug}x{x86,x64}
|
# Linux: test combinations of {clang}x{release,debug}x{x86,x64}
|
||||||
|
@ -202,10 +198,6 @@ buckets: {
|
||||||
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
|
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
|
||||||
}
|
}
|
||||||
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
caches {
|
|
||||||
path: "win_toolchain"
|
|
||||||
name: "win_toolchain"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# A subset of the CI configurations are used for the CQ. We still mirror
|
# A subset of the CI configurations are used for the CQ. We still mirror
|
||||||
|
|
Loading…
Reference in New Issue