• Balazs Engedy's avatar
    Revert "Use vpython rather than python for GPU tests on the bots." · fc1cd932
    Balazs Engedy authored
    This reverts commit aad276cb.
    
    Reason for revert: Suspected to be the culprit for breaking Mac browser_tests and unit_tests that use an local python test server, e.g.:
    
     RUN      ] CloudPolicyTest.FetchPolicy
    [4513:779:0131/005831.599342:3098052568384:ERROR:local_test_server_posix.cc(81)] poll() timed out; bytes_read=0
    [4513:779:0131/005831.599552:3098052743513:ERROR:local_test_server_posix.cc(168)] Could not read server_data_len
    ../../chrome/browser/policy/cloud/cloud_policy_browsertest.cc:190: Failure
    Value of: test_server_->Start()
      Actual: false
    Expected: true
    
    Original change's description:
    > Use vpython rather than python for GPU tests on the bots.
    > 
    > From talking with iannucci@, this is the easiest way to use vpython
    > with these tests on the bots. Once the LUCI conversion is done, this
    > will be a no-op, and can be removed.
    > 
    > Incorporate the newly deployed pyobjc wheels into Chromium's root
    > .vpython; they are needed by helper scripts in the GPU directory.
    > 
    > Bug: 776804, 804174
    > Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
    > Change-Id: I1c720a9f7992e411aa85bcc7959de95ecc03c1f5
    > Reviewed-on: https://chromium-review.googlesource.com/869512
    > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
    > Commit-Queue: Kenneth Russell <kbr@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#533226}
    
    TBR=iannucci@chromium.org,kbr@chromium.org,dnj@chromium.org,nednguyen@google.com
    
    Change-Id: Idb03a7a1176d79443b3a29267a16c7631fbf1be8
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: 776804, 804174
    Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
    Reviewed-on: https://chromium-review.googlesource.com/894208Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
    Commit-Queue: Balazs Engedy <engedy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#533285}
    fc1cd932
run_gpu_integration_test_as_googletest.py 4.45 KB