summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-05-02 15:43:38 +0200
committerCorentin LABBE <clabbe@baylibre.com>2019-05-03 13:57:50 +0200
commit639d305a82d80cbee0b9fd2d25b6020f3ad9e003 (patch)
treeb620318bc7b9eff220442d9c47d042b872017145 /utils
parent35333bf87d61b691c2e4834e359ce9e4a24ca251 (diff)
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 <clabbe@baylibre.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
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"