From be756e05b7e75efa9fbd31cc1c3debdf915301ec Mon Sep 17 00:00:00 2001 From: Luis Lozano Date: Fri, 7 Feb 2020 10:54:08 -0800 Subject: toolchain-utils: move weekday testing into nightly-testing dir. BUG=None TEST=None. Change-Id: I99b9c1c09bcf7d6aaddd79f38e9ea8105f192eb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2043954 Reviewed-by: George Burgess Reviewed-by: Zhizhou Yang Commit-Queue: Luis Lozano Tested-by: Luis Lozano Auto-Submit: Luis Lozano --- buildbot_test_toolchains.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildbot_test_toolchains.py') diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py index 175dae5e..064f0db6 100755 --- a/buildbot_test_toolchains.py +++ b/buildbot_test_toolchains.py @@ -34,6 +34,7 @@ from cros_utils import buildbot_utils USE_LLVM_NEXT_PATCH = '513590' CROSTC_ROOT = '/usr/local/google/crostc' +NIGHTLY_TESTS_DIR = os.path.join(CROSTC_ROOT, 'nightly-tests') ROLE_ACCOUNT = 'mobiletc-prebuild' TOOLCHAIN_DIR = os.path.dirname(os.path.realpath(__file__)) MAIL_PROGRAM = '~/var/bin/mail-sheriff' @@ -145,7 +146,7 @@ class ToolchainComparator(object): Given the names of the trybot, vanilla and non-AFDO images, create the appropriate crosperf experiment file and launch crosperf on it. """ - experiment_file_dir = os.path.join(CROSTC_ROOT, self._weekday) + experiment_file_dir = os.path.join(NIGHTLY_TESTS_DIR, self._weekday) experiment_file_name = '%s_toolchain_experiment.txt' % self._board compiler_string = 'llvm' -- cgit v1.2.3