[yocto] [qa-tools][PATCH] qa-tools: Modified current supported distributions for OE-Core testing

libertad.cruz at intel.com libertad.cruz at intel.com
Tue Jul 11 14:16:51 PDT 2017


From: Libertad Cruz <libertad.cruz at intel.com>

Added OpenSuse 42.3, Fedora 26 and Ubuntu 17.04 distributions.
Removed unsupported distribution OpenSuse 13.2, Ubuntu 16.10.

Signed-off-by: Libertad Cruz <libertad.cruz at intel.com>
---
 scripts/full-test-cycle-wrapper.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test-cycle-wrapper.sh
index 6b62d7f..23b8f57 100755
--- a/scripts/full-test-cycle-wrapper.sh
+++ b/scripts/full-test-cycle-wrapper.sh
@@ -197,8 +197,8 @@ create_test_cycle(){
 		       ;;
             "OE-Core")
 	               ENVIRONMENTS=("CentOS 7.1 x86_64" "Debian 8 x86_64" "Fedora 25 x86_64" "Fedora 24 x86_64" \
-			            "OpenSuse 13.2 x86_64" "OpenSuse421 x86_64" "ubuntu 16.04 x86_64" \
-				    "Ubuntu 16.10 x86-64")
+			            "OpenSuse 42.3 x86_64" "OpenSuse421 x86_64" "ubuntu 16.04 x86_64" \
+				    "Ubuntu 17.04 x86-64" "Fedora 26 x86_64" )
 		       EXECUTION_TYPE="AUTO"
 		       create_test_run "${1}"
 		       ;;
-- 
2.1.4




More information about the yocto mailing list