diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2020-02-25 19:02:23 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2020-02-25 19:02:23 +0100 |
commit | ef2c021e367e8d0fc3267281b30d88566151a589 (patch) | |
tree | 5e94936cad2a4bac1526ee45cb1d80658ae3ca45 | |
parent | 02868b8c7f961075c075ca68942bddf50891fdae (diff) |
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 <Alexandru.Avadanii@enea.com>
-rw-r--r-- | jjb/functest/functest-daily-jobs.yaml | 4 |
1 files 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 |