From d8942f6fb6169a3cd830f3f3af2e2908dac2e6af Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 8 Feb 2021 23:20:29 +0100 Subject: Fix slave in trivy jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I38b7f49cccc53d0e2e679e35943825192e9fdcf8 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'jjb/functest') diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 07d86971b..3d0923a2b 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -379,7 +379,7 @@ port: container: alpine tag: '3.13' - slave: master + slave: '{slave}' jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' @@ -389,7 +389,7 @@ port: container: alpine tag: '3.13' - slave: master + slave: '{slave}' jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -640,6 +640,9 @@ - job-template: name: 'xtesting-{repo}-{container}-{tag}-trivy' + parameters: + - xtesting-slave: + slave: '{slave}' builders: - xtesting-trivy: <<: *xtesting-containers -- cgit