Remove dimension for archive bot
This is actually not helping (this just means that the bots have that
dimension, but all other builders can also use these, since they still
match)
Bug: 124643718
Change-Id: I1391043d291f8321e935e988b576c88fd7599295
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index 58afca3..5131b19 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -87,7 +87,6 @@
name: "archive"
mixins: "linux"
execution_timeout_secs: 1800 # 1/2h
- dimensions: "archive_bot:true"
recipe {
properties: "archive:True"
}
@@ -96,7 +95,6 @@
name: "archive_release"
mixins: "linux"
execution_timeout_secs: 1800 # 1/2h
- dimensions: "archive_bot:true"
recipe {
properties: "archive:True"
}