From 639d305a82d80cbee0b9fd2d25b6020f3ad9e003 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 2 May 2019 15:43:38 +0200 Subject: Remove porter As asked by JSM on review 21232, this patch removes the porter machine. Bug-AGL: SPEC-2375 Change-Id: Iaa8083a271bb61ee1f9208f671d617fc15a00028 Signed-off-by: Corentin LABBE --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/agljobtemplate.py') diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 691b54f..e18e10f 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -123,7 +123,7 @@ class Agljobtemplate(object): url_fragment += vcs_branch + '/' + version + '/' machine_frag_url = machine - if (machine == 'm3ulcb') or (machine == 'porter'): + if (machine == 'm3ulcb'): machine_frag_url = machine + '-nogfx' if machine == "upsquare": machine_frag_url = "intel-corei7-64" -- cgit 1.2.3-korg