mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #23 from marcuschangarm/https
Change CI from using HTTP to HTTPS for connecting to RaaSpull/11051/head
commit
fe6bdca74e
|
@ -16,8 +16,8 @@ raas_timeout = 1200
|
||||||
|
|
||||||
// Test combinations, for each listed target, each toolchain is build and tested on RaaS instance.
|
// Test combinations, for each listed target, each toolchain is build and tested on RaaS instance.
|
||||||
targets = [
|
targets = [
|
||||||
"K64F": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "eeva.mbedcloudtesting.com"],
|
"K64F": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "https://eeva.mbedcloudtesting.com"],
|
||||||
"NUCLEO_F429ZI": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "ruka.mbedcloudtesting.com"],
|
"NUCLEO_F429ZI": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "https://ruka.mbedcloudtesting.com"],
|
||||||
]
|
]
|
||||||
|
|
||||||
// Map toolchains to compiler labels to find suitable node on Jenkins.
|
// Map toolchains to compiler labels to find suitable node on Jenkins.
|
||||||
|
@ -108,7 +108,7 @@ def testStep(target, compilerLabel, toolchain) {
|
||||||
raas = targets[target]["raas"]
|
raas = targets[target]["raas"]
|
||||||
|
|
||||||
// execute greentea on RaaS.
|
// execute greentea on RaaS.
|
||||||
execute("mbedgt --grm ${target}:raas_client:${raas}:80 -vV --test-spec ./ci/test_spec.json --polling-timeout 240")
|
execute("mbedgt -g ${target}:raas_client:${raas}:443 -vV --test-spec ./ci/test_spec.json --polling-timeout 240")
|
||||||
|
|
||||||
// Clean up workarea.
|
// Clean up workarea.
|
||||||
step([$class: 'WsCleanup'])
|
step([$class: 'WsCleanup'])
|
||||||
|
|
Loading…
Reference in New Issue