From: Alexandru Avadanii Date: Wed, 9 Jan 2019 14:58:12 +0000 (+0100) Subject: [fuel, armband] Disable aarch64 verify jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=c6d685aa45e14d181c48b98d84eb6eb74ccc3215 [fuel, armband] Disable aarch64 verify jobs Our hardware does not support nested virtualization on aarch64, so our verify jobs cannot run any real tests that require spawning VMs on a virtual POD, where all verify jobs were previously scheduled. So all aarch64 verify jobs used to be limited to checking that the Armband patches apply cleanly on top of OPNFV Fuel. Now that all Armband patches are upstream in OPNFV Fuel, the verify jobs became more or less a no-op, so let's just disable them. Change-Id: Ibe86f58978c961e221c90ccb8b2666598981f464 Signed-off-by: Alexandru Avadanii --- diff --git a/jjb/armband/armband-verify-jobs.yaml b/jjb/armband/armband-verify-jobs.yaml index 57d80aeac..0b44a0233 100644 --- a/jjb/armband/armband-verify-jobs.yaml +++ b/jjb/armband/armband-verify-jobs.yaml @@ -28,7 +28,7 @@ - job-template: name: 'armband-verify-{stream}' - disabled: '{obj:disabled}' + disabled: true concurrent: true diff --git a/jjb/fuel/fuel-verify-jobs.yaml b/jjb/fuel/fuel-verify-jobs.yaml index 5695ef8a0..3a7af7d97 100644 --- a/jjb/fuel/fuel-verify-jobs.yaml +++ b/jjb/fuel/fuel-verify-jobs.yaml @@ -20,13 +20,11 @@ ##################################### # cluster architectures ##################################### + # Note: arm64 was removed since it was basically a no-op arch_tag: - 'amd64': slave-label: 'fuel' functest-suite-label: 'fuel' - - 'arm64': - slave-label: 'armband' - functest-suite-label: 'fuel-armband' ##################################### # cluster types #####################################