Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 2244053002: Add command to run earlgrey tests upstream. (Closed)

Created:
4 years, 4 months ago by huangml
Modified:
4 years, 4 months ago
Reviewers:
huangml1, baxley, smut
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Add command to run earlgrey tests upstream. The upstream bots are still xcode 7, so iossim will not work for them. Change to the previous version to use xcodebuild BUG= Committed: https://chromium.googlesource.com/chromium/tools/build/+/1aa280064119546863fd9bfd25d06cb0b2743329

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove unnessary initialization #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M scripts/slave/ios/test_runner.py View 1 1 chunk +22 lines, -7 lines 2 comments Download

Messages

Total messages: 13 (7 generated)
huangml1
4 years, 4 months ago (2016-08-12 23:43:41 UTC) #2
smut
lgtm % comment https://codereview.chromium.org/2244053002/diff/1/scripts/slave/ios/test_runner.py File scripts/slave/ios/test_runner.py (right): https://codereview.chromium.org/2244053002/diff/1/scripts/slave/ios/test_runner.py#newcode1278 scripts/slave/ios/test_runner.py:1278: cmd='' You don't need this initialization ...
4 years, 4 months ago (2016-08-12 23:45:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2244053002/20001
4 years, 4 months ago (2016-08-12 23:48:15 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/tools/build/+/1aa280064119546863fd9bfd25d06cb0b2743329
4 years, 4 months ago (2016-08-12 23:52:33 UTC) #10
baxley
https://codereview.chromium.org/2244053002/diff/20001/scripts/slave/ios/test_runner.py File scripts/slave/ios/test_runner.py (right): https://codereview.chromium.org/2244053002/diff/20001/scripts/slave/ios/test_runner.py#newcode1278 scripts/slave/ios/test_runner.py:1278: if self.xcode_version == '8.0': How long do we expect ...
4 years, 4 months ago (2016-08-15 18:17:34 UTC) #12
smut
4 years, 4 months ago (2016-08-15 18:57:53 UTC) #13
Message was sent while issue was closed.
https://codereview.chromium.org/2244053002/diff/20001/scripts/slave/ios/test_...
File scripts/slave/ios/test_runner.py (right):

https://codereview.chromium.org/2244053002/diff/20001/scripts/slave/ios/test_...
scripts/slave/ios/test_runner.py:1278: if self.xcode_version == '8.0':
On 2016/08/15 18:17:34, baxley wrote:
> How long do we expect this to be in place?
> 
> If the old code goes away when Xcode 8 is GM and installed everywhere, then I
> think there should be a bug tracking that we remove the old code.
> 
> If this will be long lived to always support both versions, should we change
the
> condition to be > 8.0?

Ideally we should remove it when Xcode 8 is used by all the bots because they'll
never go back to not-Xcode 8, but we haven't always done that in practice. I
think there is still an instance of explicit Xcode 5 support somewhere in this
file.

Powered by Google App Engine
This is Rietveld 408576698