Merge pull request #12335 from rajkan01/cpu_usage_remove_ci

Remove CPU usage example from CI build
pull/12438/head
Kevin Bracey 2020-01-31 15:02:09 +02:00 committed by GitHub
commit c4a0808fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -220,22 +220,6 @@
"compare_log": ["mbed-os-example-sys-info/tests/sys-info.log"],
"auto-update" : true
},
{
"name": "mbed-os-example-cpu-usage",
"github":"https://github.com/ARMmbed/mbed-os-example-cpu-usage",
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["NUCLEO_F429ZI", "FVP_MPS2_M3"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"test" : true,
"baud_rate": 9600,
"compare_log": ["mbed-os-example-cpu-usage/tests/cpu-usage.log"],
"auto-update" : true
},
{
"name": "mbed-os-example-cpu-stats",
"github":"https://github.com/ARMmbed/mbed-os-example-cpu-stats",