From c59181f887b55ad0fba9bbb934687ca3a1ba58dc Mon Sep 17 00:00:00 2001 From: DANIEL STOICA Date: Fri, 3 Apr 2020 16:25:06 +0300 Subject: [PATCH] Run test for multiple layers on IEC blueprint Initially only the k8s layer was tested for IEC. With the introduction of more mandatory tests, allow testing for multiple layers, by not specifying any particular layer. Signed-off-by: DANIEL STOICA Depends-On: I5c19b527ec86be0a60b7c31fcd579f0802e9874d Change-Id: I4d36305d9ffd6fb7688002b6cb72a18baed77803 --- jjb/akraino-templates/akraino-iec-templates.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/jjb/akraino-templates/akraino-iec-templates.yaml b/jjb/akraino-templates/akraino-iec-templates.yaml index 0f62307..15664d4 100644 --- a/jjb/akraino-templates/akraino-iec-templates.yaml +++ b/jjb/akraino-templates/akraino-iec-templates.yaml @@ -56,7 +56,6 @@ CLUSTER_SSH_PASSWORD=$K8S_SSH_PASSWORD CLUSTER_SSH_KEY=$K8S_SSH_KEY BLUEPRINT={project-name} - LAYER=k8s VERSION=master OPTIONAL=false block: true -- 2.16.6