[fuel, armband] Disable aarch64 verify jobs 11/66311/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 9 Jan 2019 14:58:12 +0000 (15:58 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 9 Jan 2019 15:00:13 +0000 (16:00 +0100)
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 <Alexandru.Avadanii@enea.com>
jjb/armband/armband-verify-jobs.yaml
jjb/fuel/fuel-verify-jobs.yaml

index 57d80ae..0b44a02 100644 (file)
@@ -28,7 +28,7 @@
 - job-template:
     name: 'armband-verify-{stream}'
 
-    disabled: '{obj:disabled}'
+    disabled: true
 
     concurrent: true
 
index 5695ef8..3a7af7d 100644 (file)
     #####################################
     # 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
     #####################################