From 9a8d748fd36cf1e86eae70ac41e74152e0320e08 Mon Sep 17 00:00:00 2001 From: deepikabhavnani Date: Tue, 22 Jan 2019 12:37:41 -0600 Subject: [PATCH] Corrected the targets value in json file as CI uses real board names --- tools/test/examples/examples.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 2de0490b7c..ab662ecf52 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -62,8 +62,7 @@ ], "test-repo-source": "github", "features" : [], - "targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC", - "STM_EMAC"], + "targets" : ["K66F", "NUCLEO_F429ZI", "NUMAKER_PFM_NUC472"], "toolchains" : [], "exporters": [], "compile" : true, @@ -77,8 +76,7 @@ ], "test-repo-source": "github", "features" : [], - "targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC", - "STM_EMAC"], + "targets" : ["K64F", "DISCO_F746NG"], "toolchains" : [], "exporters": [], "compile" : true, @@ -222,8 +220,7 @@ "mbed": [], "test-repo-source": "github", "features" : [], - "targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC", - "STM_EMAC"], + "targets" : ["K66F"], "toolchains" : [], "exporters": [], "compile" : true,