From: Igor Stoppa Date: Tue, 4 Nov 2014 08:51:11 +0000 (+0200) Subject: Remove HACK for BOSS. BOSS is dead \o/ X-Git-Tag: 1.0~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ff88f4d896cef97281c07dd315ba396014bcccb;p=services%2Fjenkins-scripts.git Remove HACK for BOSS. BOSS is dead \o/ The code is not needed anymore. Change-Id: I1465395b88d2df98d6ab2d65afb50eb3c7157b41 --- diff --git a/job_imager.py b/job_imager.py index 5f78ea7..6c3c0a5 100755 --- a/job_imager.py +++ b/job_imager.py @@ -184,15 +184,6 @@ def main(): if status == 'success': print "The build was successful." - - # XXX HACK: - # the following test is needed atm because BOSS generates - # seemgly good ivi images even if the target is "emulator" - # this must be cleaned up after BOSS is whacked - if "emulator" in fields["images_path"]: - print "But this is an emulator image and it won't be tested on any HW" - return 0 - testable_images = re.compile(os.getenv("TESTABLE_IMAGES")) if testable_images.match(fields["name"]): print ("The target HW is supported "