From 116b16dbc57d330dcab8c54b44636c319aca1514 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Fri, 4 Sep 2020 22:25:46 +0200
Subject: Run all cnf test cases if latest arm
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

cnf-conformance is skipped if needed.

Change-Id: I44c3dae66c8ae755cbd058e76329ffa753dead3f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 jjb/functest/functest-kubernetes-pi.yaml | 4 ----
 jjb/functest/functest-kubernetes.yaml    | 2 --
 2 files changed, 6 deletions(-)

(limited to 'jjb')

diff --git a/jjb/functest/functest-kubernetes-pi.yaml b/jjb/functest/functest-kubernetes-pi.yaml
index 8d1e7795c..69151a763 100644
--- a/jjb/functest/functest-kubernetes-pi.yaml
+++ b/jjb/functest/functest-kubernetes-pi.yaml
@@ -352,8 +352,6 @@
         test: cnf_conformance
       - tag: hunter
         test: cnf_conformance
-      - tag: arm-latest
-        test: cnf_conformance
       - tag: arm-kali
         test: cnf_conformance
       - tag: arm-jerma
@@ -362,8 +360,6 @@
         test: cnf_conformance
       - tag: arm-hunter
         test: cnf_conformance
-      - tag: arm64-latest
-        test: cnf_conformance
       - tag: arm64-kali
         test: cnf_conformance
       - tag: arm64-kali
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml
index be4dc8ba6..aef45eafe 100644
--- a/jjb/functest/functest-kubernetes.yaml
+++ b/jjb/functest/functest-kubernetes.yaml
@@ -346,8 +346,6 @@
         test: cnf_conformance
       - tag: hunter
         test: cnf_conformance
-      - tag: arm64-latest
-        test: cnf_conformance
       - tag: arm64-kali
         test: cnf_conformance
       - tag: arm64-jerma
-- 
cgit