From ef2c021e367e8d0fc3267281b30d88566151a589 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 25 Feb 2020 19:02:23 +0100 Subject: functest: Fix zte/itri PODs slave-label This fixes the wrong parameters being sources for these pods, in the case of zte-pod1 resulting in a different (wrong) INSTALLER_IP. Change-Id: I55d36a3c75ff18e0c045271ca1fb157899b72457 Signed-off-by: Alexandru Avadanii --- jjb/functest/functest-daily-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/functest/functest-daily-jobs.yaml b/jjb/functest/functest-daily-jobs.yaml index 3cdff3d16..018abed85 100644 --- a/jjb/functest/functest-daily-jobs.yaml +++ b/jjb/functest/functest-daily-jobs.yaml @@ -76,11 +76,11 @@ <<: *iruya # fuel NONE CI PODs - zte-pod1: - slave-label: fuel-baremetal + slave-label: zte-pod1 installer: fuel <<: *master - itri-pod1: - slave-label: fuel-baremetal + slave-label: itri-pod1 installer: fuel <<: *master -- cgit 1.2.3-korg