diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-04 14:34:22 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-04 14:35:41 -0400 |
commit | 51359048292cc07e32092c4e1d9b2993f97f0892 (patch) | |
tree | d1730424daf2be245bdc99dc06db3fd647ea6d77 | |
parent | ed9075e2a3373e8be386eb821283d2736c4b9185 (diff) |
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 <jrh3@att.com>
-rw-r--r-- | jjb/policy/policy-csit-jobs.yaml | 2 |
1 files changed, 0 insertions, 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 |