From 51359048292cc07e32092c4e1d9b2993f97f0892 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 4 Jun 2021 14:34:22 -0400 Subject: [PATCH] Don't install robot in Policy CSITs The Policy CSITs install their own robot framework now, so no need to copy it as part of the build job. Issue-ID: POLICY-3155 Change-Id: I39135cd2b37e02c1f5d56b1696065f22e4dcce58 Signed-off-by: Jim Hahn --- jjb/policy/policy-csit-jobs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/jjb/policy/policy-csit-jobs.yaml b/jjb/policy/policy-csit-jobs.yaml index d18891549..e31715fb7 100644 --- a/jjb/policy/policy-csit-jobs.yaml +++ b/jjb/policy/policy-csit-jobs.yaml @@ -42,7 +42,6 @@ - lf-infra-pre-build - lf-update-java-alternatives: java-version: '{java-version}' - - integration-install-robotframework - inject: properties-file: 'env.properties' - integration-run-project-test @@ -104,7 +103,6 @@ - lf-infra-pre-build - lf-update-java-alternatives: java-version: '{java-version}' - - integration-install-robotframework - inject: properties-file: 'env.properties' - integration-run-project-test -- 2.16.6