From f763d91e62e9a3099be2bf55103ca40c942672b8 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Mon, 16 Apr 2018 11:51:50 -0700 Subject: [toolchain-utils] Remove --remote-description flag. The cros tryjob command no longer recognizes this flag so we need to remove it from our scripts. BUG=chromium:833542 TEST=Tested with launching the rotating builders on chrotomation2. Change-Id: Ifcf62ae7073d84a9f58e12c29dcce5cdf9108e9f Reviewed-on: https://chromium-review.googlesource.com/1014369 Commit-Ready: Caroline Tice Tested-by: Caroline Tice Reviewed-by: Manoj Gupta --- buildbot_test_toolchains.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'buildbot_test_toolchains.py') diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py index 78825233..38754426 100755 --- a/buildbot_test_toolchains.py +++ b/buildbot_test_toolchains.py @@ -258,14 +258,10 @@ class ToolchainComparator(object): Launch trybot, get image names, create crosperf experiment file, run crosperf, and copy images into seven-day report directories. """ - date_str = datetime.date.today() - description = 'master_%s_%s_%s' % (self._patches_string, self._build, - date_str) buildbucket_id, trybot_image = buildbot_utils.GetTrybotImage( self._chromeos_root, self._build, self._patches, - description, tryjob_flags=['--notests'], build_toolchain=True) -- cgit v1.2.3