Commit a0a33bd3 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add a test_env.py no-op change to reset swarming's task duplication.

Current ios tasks are being de-duped into tasks with broken
isolated out dirs, eg:
https://ci.chromium.org/p/chromium/builders/ci/ios-simulator/56813

Adding a dummy change to test_env.py should reset that since this file
is added to every test. Adding no-try to fix CQ.

TBR=dpranke@google.com

No-Try: true
Bug: 1112996
Change-Id: I280d2a12e4f22ce76e8328aaba6e545ea04c1f00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337833
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794818}
parent 204b471f
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
# Whitespace change for crbug.com/1112996. TODO: Delete me.
"""Sets environment variables needed to run a chromium unit test.""" """Sets environment variables needed to run a chromium unit test."""
......
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