Commit 3ce23fa6 authored by eyaich's avatar eyaich Committed by Commit bot

Increasing perf swarming job expiration to 4 hours.

BUG=chromium:633253

Review-Url: https://codereview.chromium.org/2348233005
Cr-Commit-Position: refs/heads/master@{#419561}
parent 187edaa9
......@@ -29,7 +29,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -59,7 +60,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -88,7 +90,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -118,7 +121,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -147,7 +151,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -177,7 +182,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -206,7 +212,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -236,7 +243,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -265,7 +273,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
},
{
......@@ -295,7 +304,8 @@
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
]
],
"expiration": 14400
}
}
]
......
......@@ -305,6 +305,7 @@ def generate_telemetry_test(swarming_dimensions, benchmark_name, browser):
# Always say this is true regardless of whether the tester
# supports swarming. It doesn't hurt.
'can_use_on_swarming_builders': True,
'expiration': 14400,
'dimension_sets': swarming_dimensions
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment